Tesseract
3.02
|
Go to the source code of this file.
Defines | |
#define | makestructure(newfunc, old, type) |
Functions | |
LIST | new_cell () |
void | free_cell (LIST) |
#define makestructure | ( | newfunc, | |
old, | |||
type | |||
) |
type *newfunc() \
{ \
return new type; \
} \
\
\
\
void old(type* deadelement) \
{ \
delete deadelement; \
} \
Definition at line 46 of file structures.h.
void free_cell | ( | LIST | ) |
LIST new_cell | ( | ) |