tesseract  4.00.00dev
ELIST_LINK Class Reference

#include <elst.h>

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

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 84 of file elst.h.

Constructor & Destructor Documentation

◆ ELIST_LINK() [1/2]

ELIST_LINK::ELIST_LINK ( )
inline

Definition at line 92 of file elst.h.

92  {
93  next = NULL;
94  }

◆ ELIST_LINK() [2/2]

ELIST_LINK::ELIST_LINK ( const ELIST_LINK )
inline

Definition at line 97 of file elst.h.

97  { // don't copy link.
98  next = NULL;
99  }

Member Function Documentation

◆ operator=()

void ELIST_LINK::operator= ( const ELIST_LINK )
inline

Definition at line 101 of file elst.h.

102  {
103  next = NULL;
104  }

Friends And Related Function Documentation

◆ ELIST

friend class ELIST
friend

Definition at line 87 of file elst.h.

◆ ELIST_ITERATOR

friend class ELIST_ITERATOR
friend

Definition at line 86 of file elst.h.


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