tesseract v5.3.3.20231005
tesseract::CLIST_LINK Class Reference

#include <clst.h>

Inheritance diagram for tesseract::CLIST_LINK:
tesseract::Clst

Public Member Functions

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

Friends

class CLIST_ITERATOR
 
class CLIST
 

Detailed Description

Definition at line 42 of file clst.h.

Constructor & Destructor Documentation

◆ CLIST_LINK() [1/2]

tesseract::CLIST_LINK::CLIST_LINK ( )
inline

Definition at line 50 of file clst.h.

50 { // constructor
51 data = next = nullptr;
52 }

◆ CLIST_LINK() [2/2]

tesseract::CLIST_LINK::CLIST_LINK ( const CLIST_LINK )
delete

Member Function Documentation

◆ operator=()

void tesseract::CLIST_LINK::operator= ( const CLIST_LINK )
delete

Friends And Related Function Documentation

◆ CLIST

friend class CLIST
friend

Definition at line 44 of file clst.h.

◆ CLIST_ITERATOR

friend class CLIST_ITERATOR
friend

Definition at line 43 of file clst.h.


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