LibCppCmdLine v1.0
A cross-platform C++ library for parsing command line arguments
Loading...
Searching...
No Matches
CmdLine::PosParam::Definition Struct Reference

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

#include <PosParam.h>

Inheritance diagram for CmdLine::PosParam::Definition:
CmdLine::Param::Definition

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.

Detailed Description

This definition is used to construct a PosParam.

A PosParam::Definition is passed to the constructor of a new PosParam to specify its attributes.


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