tesseract  5.0.0
tesseract::ELIST_LINK Class Reference

#include <elst.h>

Inheritance diagram for tesseract::ELIST_LINK:
tesseract::AmbigSpec tesseract::BLOBNBOX tesseract::BLOB_CHOICE tesseract::BLOCK tesseract::BLOCK_RES tesseract::C_BLOB tesseract::C_OUTLINE tesseract::C_OUTLINE_FRAG tesseract::ColPartitionSet tesseract::ColSegment tesseract::Elst tesseract::FPSEGPT tesseract::FRAGMENT tesseract::ICOORDELT tesseract::PARA tesseract::ParamContent tesseract::REGION_OCC tesseract::ROW tesseract::ROW_RES tesseract::SORTED_FLOAT tesseract::TO_BLOCK tesseract::TabConstraint tesseract::TrainingSample tesseract::ViterbiStateEntry tesseract::WERD_CHOICE tesseract::WERD_RES 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 82 of file elst.h.

Constructor & Destructor Documentation

◆ 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  }

Member Function Documentation

◆ operator=()

void tesseract::ELIST_LINK::operator= ( const ELIST_LINK )
inline

Definition at line 100 of file elst.h.

100  {
101  next = nullptr;
102  }

Friends And Related Function Documentation

◆ ELIST

friend class ELIST
friend

Definition at line 84 of file elst.h.

◆ ELIST_ITERATOR

friend class ELIST_ITERATOR
friend

Definition at line 83 of file elst.h.


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