LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
This definition is used to construct a ValueOption. More...
#include <ValueOption.h>
Additional Inherited Members | |
Public Attributes inherited from CmdLine::Option::Definition | |
char | shortName = 0 |
The short name of the Option. | |
std::string | longName |
The long name of the Option. | |
std::string | description |
The description of the Option. | |
bool | isMandatory = false |
Determines whether the Option is mandatory. | |
Style | style = Style::Unix |
Determines the Option::Style of the option. | |
This definition is used to construct a ValueOption.
A ValueOption::Definition is passed to the constructor of a new ValueOption to specify its attributes.