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

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

#include <ValueOption.h>

Inheritance diagram for CmdLine::ValueOption::Definition:
CmdLine::Option::Definition

Additional Inherited Members

Public Attributes inherited from CmdLine::Option::Definition
char shortName = 0
 The short name of the Option.
std::string longName
 The long name of the Option.
std::string description
 The description of the Option.
bool isMandatory = false
 Determines whether the Option is mandatory.
Style style = Style::Unix
 Determines the Option::Style of the option.

Detailed Description

This definition is used to construct a ValueOption.

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


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