|
tesseract
4.00.00dev
|
#include <params.h>
Public Member Functions | |
| ~Param () | |
| const char * | name_str () const |
| const char * | info_str () const |
| bool | is_init () const |
| bool | is_debug () const |
| bool | constraint_ok (SetParamConstraint constraint) const |
Protected Member Functions | |
| Param (const char *name, const char *comment, bool init) | |
Protected Attributes | |
| const char * | name_ |
| const char * | info_ |
| bool | init_ |
| bool | debug_ |
|
inlineprotected |
|
inline |
Definition at line 120 of file params.h.