LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
Defines a command line Param. More...
#include <Param.h>
Public Attributes | |
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. | |
Defines a command line Param.
All classes that inherit from Param can use this struct (or a descendant of it) to construct a new Param.
std::string CmdLine::Param::Definition::description |
The description of the Param.
bool CmdLine::Param::Definition::isMandatory = false |
Determines if the Param is mandatory.