#include <params.h>
Definition at line 158 of file params.h.
| tesseract::BoolParam::BoolParam |
( |
bool |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 160 of file params.h.
161 :
Param(name, comment, init) {
163 params_vec_ = &(vec->bool_params);
164 vec->bool_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
| tesseract::BoolParam::~BoolParam |
( |
| ) |
|
|
inline |
Definition at line 166 of file params.h.
166 { ParamUtils::RemoveParam<BoolParam>(
this, params_vec_); }
| tesseract::BoolParam::operator BOOL8 |
( |
| ) |
const |
|
inline |
| void tesseract::BoolParam::set_value |
( |
BOOL8 |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/ccutil/params.h