LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
This definition is used to construct a PosParam. More...
#include <PosParam.h>
Additional Inherited Members | |
Public Attributes inherited from CmdLine::Param::Definition | |
std::string | name |
The name of the Param. | |
std::string | description |
The description of the Param. | |
bool | isMandatory = false |
Determines if the Param is mandatory. | |
This definition is used to construct a PosParam.
A PosParam::Definition is passed to the constructor of a new PosParam to specify its attributes.