EventAnalysis  1.3.0
Public Member Functions | Public Attributes | List of all members
EA::CommandLineParser::OptionStruct Struct Reference

Public Member Functions

 OptionStruct (const std::string &shortIndicator, const std::string &longIndicator, bool mand=false)
 

Public Attributes

std::string shortInd
 
std::string longInd
 
std::string value
 
bool mandatory
 

Constructor & Destructor Documentation

◆ OptionStruct()

EA::CommandLineParser::OptionStruct::OptionStruct ( const std::string &  shortIndicator,
const std::string &  longIndicator,
bool  mand = false 
)
inline

Member Data Documentation

◆ longInd

std::string EA::CommandLineParser::OptionStruct::longInd

◆ mandatory

bool EA::CommandLineParser::OptionStruct::mandatory

◆ shortInd

std::string EA::CommandLineParser::OptionStruct::shortInd

◆ value

std::string EA::CommandLineParser::OptionStruct::value

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