Tesseract
3.02
|
#include <protos.h>
Public Member Functions | |
CLASS_STRUCT () | |
Public Attributes | |
inT16 | NumProtos |
inT16 | MaxNumProtos |
PROTO | Prototypes |
inT16 | NumConfigs |
inT16 | MaxNumConfigs |
CONFIGS | Configurations |
UnicityTableEqEq< int > | font_set |
CLASS_STRUCT::CLASS_STRUCT | ( | ) | [inline] |
Definition at line 55 of file protos.h.
: NumProtos(0), MaxNumProtos(0), Prototypes(NULL), NumConfigs(0), MaxNumConfigs(0), Configurations(NULL) { }