tesseract  4.1.1
CLASS_STRUCT Struct Reference

#include <protos.h>

Public Member Functions

 CLASS_STRUCT ()
 

Public Attributes

int16_t NumProtos
 
int16_t MaxNumProtos
 
PROTO Prototypes
 
int16_t NumConfigs
 
int16_t MaxNumConfigs
 
CONFIGS Configurations
 
UnicityTableEqEq< int > font_set
 

Detailed Description

Definition at line 47 of file protos.h.

Constructor & Destructor Documentation

◆ CLASS_STRUCT()

CLASS_STRUCT::CLASS_STRUCT ( )
inline

Definition at line 48 of file protos.h.

49  : NumProtos(0),
50  MaxNumProtos(0),
51  Prototypes(nullptr),
52  NumConfigs(0),
53  MaxNumConfigs(0),
54  Configurations(nullptr) {}
int16_t NumConfigs
Definition: protos.h:58
int16_t MaxNumConfigs
Definition: protos.h:59
int16_t NumProtos
Definition: protos.h:55
PROTO Prototypes
Definition: protos.h:57
CONFIGS Configurations
Definition: protos.h:60
int16_t MaxNumProtos
Definition: protos.h:56

Member Data Documentation

◆ Configurations

CONFIGS CLASS_STRUCT::Configurations

Definition at line 60 of file protos.h.

◆ font_set

UnicityTableEqEq<int> CLASS_STRUCT::font_set

Definition at line 61 of file protos.h.

◆ MaxNumConfigs

int16_t CLASS_STRUCT::MaxNumConfigs

Definition at line 59 of file protos.h.

◆ MaxNumProtos

int16_t CLASS_STRUCT::MaxNumProtos

Definition at line 56 of file protos.h.

◆ NumConfigs

int16_t CLASS_STRUCT::NumConfigs

Definition at line 58 of file protos.h.

◆ NumProtos

int16_t CLASS_STRUCT::NumProtos

Definition at line 55 of file protos.h.

◆ Prototypes

PROTO CLASS_STRUCT::Prototypes

Definition at line 57 of file protos.h.


The documentation for this struct was generated from the following file: