tesseract  4.0.0-1-g2a2b
structures.h File Reference
#include "oldlist.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 39 of file structures.h.

Function Documentation

◆ free_cell()

void free_cell ( LIST  )

◆ new_cell()

LIST new_cell ( )