tesseract  5.0.0-alpha-619-ge9db
CLIST_LINK Class Reference

#include <clst.h>

Public Member Functions

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

Friends

class CLIST_ITERATOR
 
class CLIST
 

Detailed Description

Definition at line 38 of file clst.h.

Constructor & Destructor Documentation

◆ CLIST_LINK() [1/2]

CLIST_LINK::CLIST_LINK ( )
inline

Definition at line 54 of file clst.h.

54  { // don't copy link
55  data = next = nullptr;
56  }

◆ CLIST_LINK() [2/2]

CLIST_LINK::CLIST_LINK ( const CLIST_LINK )
inline

Definition at line 58 of file clst.h.

59  {
60  data = next = nullptr;
61  }

Member Function Documentation

◆ operator=()

void CLIST_LINK::operator= ( const CLIST_LINK )
inline

Definition at line 63 of file clst.h.

71 {

Friends And Related Function Documentation

◆ CLIST

friend class CLIST
friend

Definition at line 48 of file clst.h.

◆ CLIST_ITERATOR

friend class CLIST_ITERATOR
friend

Definition at line 47 of file clst.h.


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