#include <params.h>
List of all members.
Protected Member Functions |
| Param (const char *name, const char *comment, bool init) |
Detailed Description
Definition at line 110 of file params.h.
Constructor & Destructor Documentation
tesseract::Param::~Param |
( |
| ) |
|
|
inline |
tesseract::Param::Param |
( |
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init |
|
) |
| |
|
inlineprotected |
Definition at line 129 of file params.h.
:
debug_ = (strstr(name,
"debug") !=
NULL) || (strstr(name,
"display"));
}
Member Function Documentation
const char* tesseract::Param::info_str |
( |
| ) |
const |
|
inline |
bool tesseract::Param::is_debug |
( |
| ) |
const |
|
inline |
bool tesseract::Param::is_init |
( |
| ) |
const |
|
inline |
const char* tesseract::Param::name_str |
( |
| ) |
const |
|
inline |
Member Data Documentation
bool tesseract::Param::debug_ |
|
protected |
const char* tesseract::Param::info_ |
|
protected |
bool tesseract::Param::init_ |
|
protected |
const char* tesseract::Param::name_ |
|
protected |
The documentation for this class was generated from the following file:
- /mnt/data/src/tesseract-ocr/ccutil/params.h