Aids in the extensibility of CLI by focusing potential changes into one structure.
More...
|
std::string | desc |
| Description of this parameter, if any. More...
|
|
bool | isFlag |
| True if the wasPassed value should not be ignored. More...
|
|
std::string | name |
| Name of this parameter. More...
|
|
std::string | tname |
| Type information of this parameter. More...
|
|
boost::any | value |
| The actual value of this parameter. More...
|
|
bool | wasPassed |
| True if this parameter was passed in via command line or file. More...
|
|
Aids in the extensibility of CLI by focusing potential changes into one structure.
Definition at line 53 of file cli.hpp.
Description of this parameter, if any.
Definition at line 58 of file cli.hpp.
True if the wasPassed value should not be ignored.
Definition at line 66 of file cli.hpp.
Name of this parameter.
Definition at line 56 of file cli.hpp.
Type information of this parameter.
Definition at line 60 of file cli.hpp.
The actual value of this parameter.
Definition at line 62 of file cli.hpp.
True if this parameter was passed in via command line or file.
Definition at line 64 of file cli.hpp.
The documentation for this struct was generated from the following file: