|
LibCppCmdLine v1.0
A cross-platform C++ library for parsing command line arguments
|
This definition is used to construct an OptionParam. More...
#include <OptionParam.h>
Additional Inherited Members | |
| Public Attributes inherited from CmdLine::Param::Definition | |
| std::string | name |
| Gets the name of the Param. | |
| std::string | description |
| Gets the description of the Param. | |
| bool | isMandatory = false |
| Determines if the Param is mandatory. | |
This definition is used to construct an OptionParam.
An OptionParam::Definition is passed to the constructor of a new OptionParam to specify its attributes.