#include <params.h>
Definition at line 166 of file params.h.
◆ BoolParam()
tesseract::BoolParam::BoolParam |
( |
bool |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 168 of file params.h.
169 :
Param(name, comment, init) {
172 params_vec_ = &(vec->bool_params);
173 vec->bool_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
◆ ~BoolParam()
tesseract::BoolParam::~BoolParam |
( |
| ) |
|
|
inline |
Definition at line 175 of file params.h.
175 { ParamUtils::RemoveParam<BoolParam>(
this, params_vec_); }
◆ operator BOOL8()
tesseract::BoolParam::operator BOOL8 |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::BoolParam::operator= |
( |
BOOL8 |
value | ) |
|
|
inline |
◆ ResetToDefault()
void tesseract::BoolParam::ResetToDefault |
( |
| ) |
|
|
inline |
◆ set_value()
void tesseract::BoolParam::set_value |
( |
BOOL8 |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /usr/src/tesseract-ocr.master/src/ccutil/params.h