LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
Loading...
Searching...
No Matches
List of all members
CmdLine::ProgParam::Definition Struct Reference

This definition is used to construct a ProgParam. More...

#include <ProgParam.h>

Inheritance diagram for CmdLine::ProgParam::Definition:
CmdLine::Param::Definition

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.
 

Detailed Description

This definition is used to construct a ProgParam.

A ProgParam definition is passed to the constructor of a new ProgParam to specify its attributes.


The documentation for this struct was generated from the following file: