tesseract v5.3.3.20231005
tesseract::ELIST2_LINK Class Reference

#include <elst2.h>

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

Public Member Functions

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

Friends

class ELIST2_ITERATOR
 
class ELIST2
 

Detailed Description

Definition at line 60 of file elst2.h.

Constructor & Destructor Documentation

◆ ELIST2_LINK() [1/2]

tesseract::ELIST2_LINK::ELIST2_LINK ( )
inline

Definition at line 68 of file elst2.h.

68 { // constructor
69 prev = next = nullptr;
70 }

◆ ELIST2_LINK() [2/2]

tesseract::ELIST2_LINK::ELIST2_LINK ( const ELIST2_LINK )
delete

Member Function Documentation

◆ operator=()

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

Definition at line 75 of file elst2.h.

75 {
76 prev = next = nullptr;
77 }

Friends And Related Function Documentation

◆ ELIST2

friend class ELIST2
friend

Definition at line 62 of file elst2.h.

◆ ELIST2_ITERATOR

friend class ELIST2_ITERATOR
friend

Definition at line 61 of file elst2.h.


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