tesseract  5.0.0-alpha-619-ge9db
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 74 of file elst.h.

Constructor & Destructor Documentation

◆ ELIST_LINK() [1/2]

ELIST_LINK::ELIST_LINK ( )
inline

Definition at line 125 of file elst.h.

125  { //is list empty?
126  return !last;
127  }

◆ ELIST_LINK() [2/2]

ELIST_LINK::ELIST_LINK ( const ELIST_LINK )
inline

Definition at line 130 of file elst.h.

130  : false;
131  }
132 

Member Function Documentation

◆ operator=()

void ELIST_LINK::operator= ( const ELIST_LINK )
inline

Definition at line 134 of file elst.h.

134  { //beware destructors!!
135  last = from_list->last;
136  }
137 

Friends And Related Function Documentation

◆ ELIST

friend class ELIST
friend

Definition at line 120 of file elst.h.

◆ ELIST_ITERATOR

friend class ELIST_ITERATOR
friend

Definition at line 119 of file elst.h.


The documentation for this class was generated from the following file:
last
LIST last(LIST var_list)
Definition: oldlist.cpp:151