AddOption(const String &name, const String &help) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
AddOption(const String &name, const String &help) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
AddOption(const String &name, const T &defaultValue, const String &help) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
AddOptionEnum(const String &name, const String &help) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
AddOptionEnum(const String &name, const Enum< T > &defaultValue, const String &help) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
CommandLineOptions(void) | Arp::System::Commons::Configuration::CommandLineOptions | |
CommandLineOptions(const CommandLineOptions &arg)=delete | Arp::System::Commons::Configuration::CommandLineOptions | |
ExistsOption(const String &optionName) const (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
GetOptionValue(const String &optionName) const (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
GetOptionValueEnum(const char *optionName) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
helpOptionName (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | static |
operator=(const CommandLineOptions &arg)=delete | Arp::System::Commons::Configuration::CommandLineOptions | |
ParseArgs(int argc, const char *const argv[]) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
PrintDescription() (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
PrintDescription(std::ostream &os) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
TryGetOptionValue(const String &optionName, T &result) const (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | inline |
TryGetOptionValueEnum(const char *optionName, Enum< T > &value) (defined in Arp::System::Commons::Configuration::CommandLineOptions) | Arp::System::Commons::Configuration::CommandLineOptions | |
~CommandLineOptions(void)=default | Arp::System::Commons::Configuration::CommandLineOptions | |