tesseract  4.1.0
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 82 of file elst.h.

Constructor & Destructor Documentation

ELIST_LINK::ELIST_LINK ( )
inline

Definition at line 90 of file elst.h.

90  {
91  next = nullptr;
92  }
ELIST_LINK::ELIST_LINK ( const ELIST_LINK )
inline

Definition at line 95 of file elst.h.

95  { // don't copy link.
96  next = nullptr;
97  }

Member Function Documentation

void ELIST_LINK::operator= ( const ELIST_LINK )
inline

Definition at line 99 of file elst.h.

100  {
101  next = nullptr;
102  }

Friends And Related Function Documentation

friend class ELIST
friend

Definition at line 85 of file elst.h.

friend class ELIST_ITERATOR
friend

Definition at line 84 of file elst.h.


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