#include "lsterr.h"
#include <tesseract/serialis.h>
#include <cstdio>
Go to the source code of this file.
◆ CLISTIZE
#define CLISTIZE |
( |
|
CLASSNAME | ) |
|
Value:\
\
\
DLLSYM void CLASSNAME##_c1_zapper( \
void *link) \
{ \
delete (CLASSNAME *)link; \
}
Definition at line 884 of file clst.h.
◆ CLISTIZEH
#define CLISTIZEH |
( |
|
CLASSNAME | ) |
|
Value:
Definition at line 873 of file clst.h.
◆ CLISTIZEH_A
#define CLISTIZEH_A |
( |
|
CLASSNAME | ) |
|
Value:\
extern
DLLSYM void CLASSNAME##_c1_zapper( \
void *link); \
\
*CLASSNAME##_c1_copier( \
void *old_element);
Definition at line 791 of file clst.h.
◆ CLISTIZEH_B
#define CLISTIZEH_B |
( |
|
CLASSNAME | ) |
|
◆ CLISTIZEH_C
#define CLISTIZEH_C |
( |
|
CLASSNAME | ) |
|
◆ QUOTE_IT
#define QUOTE_IT |
( |
|
parm | ) |
#parm |