TF++, Miscellaneous classes and modules in C++:
|
option modes ,The following enums are used to define whether an option has or has not an argument. It is used within Declare. It tells Commandline whether it has to look for arguments to the option.
Enumerator | |
---|---|
arg_no | option has no argument |
arg_yes | option requires an argument |
arg_opt | option may have an optional argument |
Definition at line 97 of file commandline.h.