tesseract v5.3.3.20231005
clst.h File Reference
#include "list.h"
#include "lsterr.h"
#include "serialis.h"
#include <cstdio>

Go to the source code of this file.

Classes

class  tesseract::CLIST_LINK
 
class  tesseract::CLIST
 
class  tesseract::CLIST_ITERATOR
 
class  tesseract::X_CLIST< CLASSNAME >
 

Namespaces

namespace  tesseract
 

Macros

#define CLISTIZEH(CLASSNAME)
 

Macro Definition Documentation

◆ CLISTIZEH

#define CLISTIZEH (   CLASSNAME)
Value:
class CLASSNAME##_CLIST : public X_CLIST<CLASSNAME> { \
using X_CLIST<CLASSNAME>::X_CLIST; \
}; \
struct CLASSNAME##_C_IT : X_ITER<CLIST_ITERATOR, CLASSNAME> { \
using X_ITER<CLIST_ITERATOR, CLASSNAME>::X_ITER; \
};

Definition at line 705 of file clst.h.