Definition at line 32 of file commandlineflags_test.cc.
◆ TestParser() [1/2]
void tesseract::CommandlineflagsTest::TestParser |
( |
const char * |
usage, |
|
|
int |
argc, |
|
|
const char ** |
const_argv |
|
) |
| |
|
inlineprotected |
Definition at line 37 of file commandlineflags_test.cc.
37 {
38
39 char **argv = const_cast<char **>(const_argv);
41 }
void ParseCommandLineFlags(const char *usage, int *argc, char ***argv, const bool remove_flags)
◆ TestParser() [2/2]
void tesseract::CommandlineflagsTest::TestParser |
( |
int |
argc, |
|
|
const char ** |
const_argv |
|
) |
| |
|
inlineprotected |
The documentation for this class was generated from the following file: