Go to the source code of this file.
|
bool | tesseract::IntFlagExists (const char *flag_name, inT32 *value) |
|
bool | tesseract::DoubleFlagExists (const char *flag_name, double *value) |
|
bool | tesseract::BoolFlagExists (const char *flag_name, bool *value) |
|
bool | tesseract::StringFlagExists (const char *flag_name, const char **value) |
|
void | tesseract::SetIntFlagValue (const char *flag_name, const inT32 new_val) |
|
void | tesseract::SetDoubleFlagValue (const char *flag_name, const double new_val) |
|
void | tesseract::SetBoolFlagValue (const char *flag_name, const bool new_val) |
|
void | tesseract::SetStringFlagValue (const char *flag_name, const char *new_val) |
|
bool | tesseract::SafeAtoi (const char *str, int *val) |
|
bool | tesseract::SafeAtod (const char *str, double *val) |
|
void | tesseract::PrintCommandLineFlags () |
|
void | tesseract::ParseCommandLineFlags (const char *usage, int *argc, char ***argv, const bool remove_flags) |
|