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

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

#include <MultiPosParam.h>

Public Attributes

std::string name
 The name of the MultiPosParam.
 
std::string description
 The description of the MultiPosParam.
 
bool isMandatory = false
 Determines if the MultiPosParam is mandatory.
 
ParsingOrder order = ParsingOrder::End
 Determines the MultiPosParam::ParsingOrder.
 

Detailed Description

This definition is used to construct a MutiPosParam.

A MultiPosParam::Definition is passed to the MultiPosParam constructor to create a new instance with the specified properties.

Member Data Documentation

◆ description

std::string CmdLine::MultiPosParam::Definition::description

The description of the MultiPosParam.

See also
Description().

◆ isMandatory

bool CmdLine::MultiPosParam::Definition::isMandatory = false

Determines if the MultiPosParam is mandatory.

See also
IsMandatory().

◆ name

std::string CmdLine::MultiPosParam::Definition::name

The name of the MultiPosParam.

See also
Name().

◆ order

ParsingOrder CmdLine::MultiPosParam::Definition::order = ParsingOrder::End

Determines the MultiPosParam::ParsingOrder.

See also
Order().

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