#include <params.h>
List of all members.
Additional Inherited Members |
| Param (const char *name, const char *comment, bool init) |
const char * | name_ |
const char * | info_ |
bool | init_ |
bool | debug_ |
Detailed Description
Definition at line 176 of file params.h.
Constructor & Destructor Documentation
tesseract::StringParam::StringParam |
( |
const char * |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 178 of file params.h.
:
Param(name, comment, init) {
value_ = value;
params_vec_ = &(vec->string_params);
}
tesseract::StringParam::~StringParam |
( |
| ) |
|
|
inline |
Definition at line 185 of file params.h.
{ ParamUtils::RemoveParam<StringParam>(this, params_vec_); }
Member Function Documentation
bool tesseract::StringParam::empty |
( |
| ) |
|
|
inline |
tesseract::StringParam::operator STRING & |
( |
| ) |
|
|
inline |
void tesseract::StringParam::set_value |
( |
const STRING & |
value | ) |
|
|
inline |
const char* tesseract::StringParam::string |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /mnt/data/src/tesseract-ocr/ccutil/params.h