All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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::ELIST2_LINK ( )
inline

Definition at line 67 of file elst2.h.

67  { //constructor
68  prev = next = NULL;
69  }
#define NULL
Definition: host.h:144
ELIST2_LINK::ELIST2_LINK ( const ELIST2_LINK )
inline

Definition at line 71 of file elst2.h.

72  { //dont copy link
73  prev = next = NULL;
74  }
#define NULL
Definition: host.h:144

Member Function Documentation

void ELIST2_LINK::operator= ( const ELIST2_LINK )
inline

Definition at line 76 of file elst2.h.

77  {
78  prev = next = NULL;
79  }
#define NULL
Definition: host.h:144

Friends And Related Function Documentation

friend class ELIST2
friend

Definition at line 61 of file elst2.h.

friend class ELIST2_ITERATOR
friend

Definition at line 60 of file elst2.h.


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