tesseract  4.00.00dev
ELIST2_LINK Class Reference

#include <elst2.h>

Inheritance diagram for ELIST2_LINK:
tesseract::ColPartition tesseract::TabVector TO_ROW WERD

Public Member Functions

 ELIST2_LINK ()
 
 ELIST2_LINK (const ELIST2_LINK &)
 
void operator= (const ELIST2_LINK &)
 

Friends

class ELIST2_ITERATOR
 
class ELIST2
 

Detailed Description

Definition at line 58 of file elst2.h.

Constructor & Destructor Documentation

◆ ELIST2_LINK() [1/2]

ELIST2_LINK::ELIST2_LINK ( )
inline

Definition at line 67 of file elst2.h.

67  { //constructor
68  prev = next = NULL;
69  }

◆ ELIST2_LINK() [2/2]

ELIST2_LINK::ELIST2_LINK ( const ELIST2_LINK )
inline

Definition at line 71 of file elst2.h.

72  { // don't copy link
73  prev = next = NULL;
74  }

Member Function Documentation

◆ operator=()

void ELIST2_LINK::operator= ( const ELIST2_LINK )
inline

Definition at line 76 of file elst2.h.

77  {
78  prev = next = NULL;
79  }

Friends And Related Function Documentation

◆ ELIST2

friend class ELIST2
friend

Definition at line 61 of file elst2.h.

◆ ELIST2_ITERATOR

friend class ELIST2_ITERATOR
friend

Definition at line 60 of file elst2.h.


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