#include <oldlist.h>
Definition at line 103 of file oldlist.h.
◆ first_node()
list_rec * tesseract::list_rec::first_node |
( |
| ) |
|
|
inline |
◆ list_rest()
list_rec * tesseract::list_rec::list_rest |
( |
| ) |
|
|
inline |
◆ size()
size_t tesseract::list_rec::size |
( |
| ) |
|
|
inline |
Definition at line 118 of file oldlist.h.
118 {
119 auto var_list = this;
120 size_t n = 0;
122 return n;
123 }
◆ next
◆ node
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/cutil/oldlist.h