tesseract  5.0.0-alpha-619-ge9db
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 45 of file protos.h.

Constructor & Destructor Documentation

◆ CLASS_STRUCT()

CLASS_STRUCT::CLASS_STRUCT ( )
inline

Definition at line 46 of file protos.h.

46  {
47  CLASS_STRUCT()
48  : NumProtos(0),
49  MaxNumProtos(0),
50  Prototypes(nullptr),
51  NumConfigs(0),
52  MaxNumConfigs(0),

Member Data Documentation

◆ Configurations

CONFIGS CLASS_STRUCT::Configurations

Definition at line 58 of file protos.h.

◆ font_set

UnicityTableEqEq<int> CLASS_STRUCT::font_set

Definition at line 59 of file protos.h.

◆ MaxNumConfigs

int16_t CLASS_STRUCT::MaxNumConfigs

Definition at line 57 of file protos.h.

◆ MaxNumProtos

int16_t CLASS_STRUCT::MaxNumProtos

Definition at line 54 of file protos.h.

◆ NumConfigs

int16_t CLASS_STRUCT::NumConfigs

Definition at line 56 of file protos.h.

◆ NumProtos

int16_t CLASS_STRUCT::NumProtos

Definition at line 53 of file protos.h.

◆ Prototypes

PROTO CLASS_STRUCT::Prototypes

Definition at line 55 of file protos.h.


The documentation for this struct was generated from the following file:
CLASS_STRUCT::NumProtos
int16_t NumProtos
Definition: protos.h:53
CLASS_STRUCT::MaxNumProtos
int16_t MaxNumProtos
Definition: protos.h:54
CLASS_STRUCT::NumConfigs
int16_t NumConfigs
Definition: protos.h:56
CLASS_STRUCT::CLASS_STRUCT
CLASS_STRUCT()
Definition: protos.h:46
CLASS_STRUCT::MaxNumConfigs
int16_t MaxNumConfigs
Definition: protos.h:57
CLASS_STRUCT::Prototypes
PROTO Prototypes
Definition: protos.h:55