tesseract  4.00.00dev
structures.h File Reference
#include "oldlist.h"
#include "danerror.h"

Go to the source code of this file.

Macros

#define makestructure(newfunc, old, type)
 

Functions

LIST new_cell ()
 
void free_cell (LIST)
 

Macro Definition Documentation

◆ makestructure

#define makestructure (   newfunc,
  old,
  type 
)
Value:
type *newfunc() \
{ \
return new type; \
} \
\
\
\
void old(type* deadelement) \
{ \
delete deadelement; \
} \

Definition at line 45 of file structures.h.

Function Documentation

◆ free_cell()

void free_cell ( LIST  )

◆ new_cell()

LIST new_cell ( )