#include <elst.h>
Definition at line 82 of file elst.h.
◆ ELIST_LINK() [1/2]
tesseract::ELIST_LINK::ELIST_LINK |
( |
| ) |
|
|
inline |
Definition at line 89 of file elst.h.
89 {
90 next = nullptr;
91 }
◆ ELIST_LINK() [2/2]
tesseract::ELIST_LINK::ELIST_LINK |
( |
const ELIST_LINK & |
| ) |
|
|
inline |
Definition at line 95 of file elst.h.
95 {
96 next = nullptr;
97 }
◆ operator=()
void tesseract::ELIST_LINK::operator= |
( |
const ELIST_LINK & |
| ) |
|
|
inline |
Definition at line 100 of file elst.h.
100 {
101 next = nullptr;
102 }
◆ ELIST
◆ ELIST_ITERATOR
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/ccutil/elst.h