#include <params.h>
Definition at line 176 of file params.h.
| 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.
180 :
Param(name, comment, init) {
182 params_vec_ = &(vec->string_params);
183 vec->string_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
| tesseract::StringParam::~StringParam |
( |
| ) |
|
|
inline |
Definition at line 185 of file params.h.
185 { ParamUtils::RemoveParam<StringParam>(
this, params_vec_); }
| 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 |
Definition at line 187 of file params.h.
187 {
return value_.
string(); }
const char * string() const
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/ccutil/params.h