tesseract 4.1.1
Loading...
Searching...
No Matches
ELIST_LINK Class Reference

#include <elst.h>

Inheritance diagram for ELIST_LINK:
BLOBNBOX BLOB_CHOICE BLOCK BLOCK_RES C_BLOB C_OUTLINE C_OUTLINE_FRAG FPSEGPT ICOORDELT PARA ParamContent REGION_OCC ROW ROW_RES SORTED_FLOAT TO_BLOCK WERD_CHOICE WERD_RES tesseract::AmbigSpec tesseract::ColPartitionSet tesseract::ColSegment tesseract::FRAGMENT tesseract::TESS_CHAR tesseract::TabConstraint tesseract::TrainingSample tesseract::ViterbiStateEntry tesseract::WorkingPartSet

Public Member Functions

 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Friends

class ELIST_ITERATOR
 
class ELIST
 

Detailed Description

Definition at line 77 of file elst.h.

Constructor & Destructor Documentation

◆ ELIST_LINK() [1/2]

ELIST_LINK::ELIST_LINK ( )
inline

Definition at line 85 of file elst.h.

85 {
86 next = nullptr;
87 }

◆ ELIST_LINK() [2/2]

ELIST_LINK::ELIST_LINK ( const ELIST_LINK )
inline

Definition at line 90 of file elst.h.

90 { // don't copy link.
91 next = nullptr;
92 }

Member Function Documentation

◆ operator=()

void ELIST_LINK::operator= ( const ELIST_LINK )
inline

Definition at line 94 of file elst.h.

95 {
96 next = nullptr;
97 }

Friends And Related Function Documentation

◆ ELIST

friend class ELIST
friend

Definition at line 80 of file elst.h.

◆ ELIST_ITERATOR

friend class ELIST_ITERATOR
friend

Definition at line 79 of file elst.h.


The documentation for this class was generated from the following file: