EventAnalysis  1.3.0
EA::CommandLineParser Member List

This is the complete list of members for EA::CommandLineParser, including all inherited members.

_argumentsEA::CommandLineParserprivate
_flagsEA::CommandLineParserprivate
_multiOptionsEA::CommandLineParserprivate
_optionsEA::CommandLineParserprivate
AddFlag(const std::string &shortInd, const std::string &longInd)EA::CommandLineParser
AddMultiOption(const std::string &shortInd, const std::string &longInd, bool mandatory=false)EA::CommandLineParser
AddOption(const std::string &shortInd, const std::string &longInd, bool mandatory=false)EA::CommandLineParser
GetArguments()EA::CommandLineParser
GetFlag(const std::string &indicator)EA::CommandLineParser
GetMultiOption(const std::string &indicator, int optionNo=0)EA::CommandLineParser
GetNMultiOptions(const std::string &indicator)EA::CommandLineParser
GetNOptions(const std::string &indicator)EA::CommandLineParser
GetOption(const std::string &indicator, int optionNo=0)EA::CommandLineParser
ProcessCommandLine(int argc, const char *const *const argv)EA::CommandLineParser