tesseract  4.1.1
ELIST2_LINK Class Reference

#include <elst2.h>

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

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 56 of file elst2.h.

Constructor & Destructor Documentation

◆ ELIST2_LINK() [1/2]

ELIST2_LINK::ELIST2_LINK ( )
inline

Definition at line 65 of file elst2.h.

65  { //constructor
66  prev = next = nullptr;
67  }

◆ ELIST2_LINK() [2/2]

ELIST2_LINK::ELIST2_LINK ( const ELIST2_LINK )
inline

Definition at line 69 of file elst2.h.

70  { // don't copy link
71  prev = next = nullptr;
72  }

Member Function Documentation

◆ operator=()

void ELIST2_LINK::operator= ( const ELIST2_LINK )
inline

Definition at line 74 of file elst2.h.

75  {
76  prev = next = nullptr;
77  }

Friends And Related Function Documentation

◆ ELIST2

friend class ELIST2
friend

Definition at line 59 of file elst2.h.

◆ ELIST2_ITERATOR

friend class ELIST2_ITERATOR
friend

Definition at line 58 of file elst2.h.


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