TF++, Miscellaneous classes and modules in C++:
|
Structure to store result of command line scanning. More...
Public Attributes | |
bool | opt_set |
true if option was used on command line More... | |
std::string | arg |
holds option argument More... | |
Structure to store result of command line scanning.
This is privately contained (nested class) in tfxx::cmdline::Commandline.
Definition at line 263 of file commandline.h.