tesseract-doxygen/include/list.h File Reference
Go to the source code of this file.
Define Documentation
#define L_BEGIN_LIST_FORWARD |
( |
head, |
|
|
element |
|
) |
|
Value:{ \
DLLIST *_leptvar_nextelem_; \
for ((element) = (head); (element); (element) = _leptvar_nextelem_) { \
_leptvar_nextelem_ = (element)->next;
#define L_BEGIN_LIST_REVERSE |
( |
tail, |
|
|
element |
|
) |
|
Value:{ \
DLLIST *_leptvar_prevelem_; \
for ((element) = (tail); (element); (element) = _leptvar_prevelem_) { \
_leptvar_prevelem_ = (element)->prev;
Typedef Documentation