#include <params.h>
|
| Param (const char *name, const char *comment, bool init) |
|
Definition at line 113 of file params.h.
◆ ~Param()
tesseract::Param::~Param |
( |
| ) |
|
|
default |
◆ Param()
tesseract::Param::Param |
( |
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init |
|
) |
| |
|
inlineprotected |
Definition at line 137 of file params.h.
139 debug_ = (strstr(name,
"debug") !=
nullptr) || (strstr(name,
"display"));
140 }
◆ constraint_ok()
Definition at line 129 of file params.h.
129 {
134 }
@ SET_PARAM_CONSTRAINT_NON_DEBUG_ONLY
@ SET_PARAM_CONSTRAINT_NONE
@ SET_PARAM_CONSTRAINT_NON_INIT_ONLY
@ SET_PARAM_CONSTRAINT_DEBUG_ONLY
◆ info_str()
const char * tesseract::Param::info_str |
( |
| ) |
const |
|
inline |
◆ is_debug()
bool tesseract::Param::is_debug |
( |
| ) |
const |
|
inline |
◆ is_init()
bool tesseract::Param::is_init |
( |
| ) |
const |
|
inline |
◆ name_str()
const char * tesseract::Param::name_str |
( |
| ) |
const |
|
inline |
◆ debug_
bool tesseract::Param::debug_ |
|
protected |
◆ info_
const char* tesseract::Param::info_ |
|
protected |
◆ init_
bool tesseract::Param::init_ |
|
protected |
◆ name_
const char* tesseract::Param::name_ |
|
protected |
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/ccutil/params.h