#include <elst2.h>
Definition at line 60 of file elst2.h.
◆ ELIST2_LINK() [1/2]
tesseract::ELIST2_LINK::ELIST2_LINK |
( |
| ) |
|
|
inline |
Definition at line 68 of file elst2.h.
68 {
69 prev = next = nullptr;
70 }
◆ ELIST2_LINK() [2/2]
tesseract::ELIST2_LINK::ELIST2_LINK |
( |
const ELIST2_LINK & |
| ) |
|
|
delete |
◆ operator=()
void tesseract::ELIST2_LINK::operator= |
( |
const ELIST2_LINK & |
| ) |
|
|
inline |
Definition at line 75 of file elst2.h.
75 {
76 prev = next = nullptr;
77 }
◆ ELIST2
◆ ELIST2_ITERATOR
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/ccutil/elst2.h