#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 140 of file params.h.
Constructor & Destructor Documentation
tesseract::IntParam::IntParam |
( |
inT32 |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 142 of file params.h.
:
Param(name, comment, init) {
value_ = value;
params_vec_ = &(vec->int_params);
}
tesseract::IntParam::~IntParam |
( |
| ) |
|
|
inline |
Definition at line 148 of file params.h.
{ ParamUtils::RemoveParam<IntParam>(this, params_vec_); }
Member Function Documentation
tesseract::IntParam::operator inT32 |
( |
| ) |
const |
|
inline |
void tesseract::IntParam::set_value |
( |
inT32 |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /mnt/data/src/tesseract-ocr/ccutil/params.h