| addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| addSocketOption(int optLevel, int optName, int optValue) | net::config::ConfigPhysicalSocket | |
| addSocketOption(int optLevel, int optName, const std::string &optValue) | net::config::ConfigPhysicalSocket | |
| addSocketOption(int optLevel, int optName, const std::vector< char > &optValue) | net::config::ConfigPhysicalSocket | |
| addSocketOption(const std::string &name, int optLevel, int optName, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) | net::config::ConfigPhysicalSocket | protected |
| addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| aliases | utils::SubCommand | protectedstatic |
| allowExtras(bool allow=true) | utils::SubCommand | |
| childSubCommands | utils::SubCommand | private |
| commandlineOpt | utils::SubCommand | private |
| commandlineTriggerApp | utils::SubCommand | protectedstatic |
| ConfigPhysicalSocket(ConfigInstance *instance, ConcretConfigPhysicalSocketT *section) | net::config::ConfigPhysicalSocket | protected |
| ConfigPhysicalSocket(ConfigInstance *instance, ConcretConfigPhysicalSocket *section) | net::config::ConfigPhysicalSocket | |
| ConfigPhysicalSocketClient(ConfigInstance *instance) | net::config::ConfigPhysicalSocketClient | explicitprotected |
| ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections") | net::config::ConfigSection | |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | |
| configToStr() const | utils::SubCommand | |
| connectTimeoutOpt | net::config::ConfigPhysicalSocketClient | private |
| DESCRIPTION | net::config::ConfigPhysicalSocket | static |
| description(const std::string &description) | utils::SubCommand | protected |
| disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| final | utils::SubCommand | private |
| finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| footer(const std::string &footer) | utils::SubCommand | protected |
| getCommandlineTriggerApp() | utils::SubCommand | protectedstatic |
| getConnectTimeout() const | net::config::ConfigPhysicalSocketClient | |
| getHelpTriggerApp() | utils::SubCommand | protectedstatic |
| getName() const | utils::SubCommand | |
| getOption(const std::string &name) const | utils::SubCommand | |
| getParent() const | utils::SubCommand | |
| getReconnect() const | net::config::ConfigPhysicalSocketClient | |
| getReconnectTime() const | net::config::ConfigPhysicalSocketClient | |
| getRequired() const | utils::SubCommand | inline |
| getRetry() const | net::config::ConfigPhysicalSocket | |
| getRetryBase() const | net::config::ConfigPhysicalSocket | |
| getRetryJitter() const | net::config::ConfigPhysicalSocket | |
| getRetryLimit() const | net::config::ConfigPhysicalSocket | |
| getRetryOnFatal() const | net::config::ConfigPhysicalSocket | |
| getRetryTimeout() const | net::config::ConfigPhysicalSocket | |
| getRetryTries() const | net::config::ConfigPhysicalSocket | |
| getShowConfigTriggerApp() | utils::SubCommand | protectedstatic |
| getSocketOptions() const | net::config::ConfigPhysicalSocket | |
| getSubCommand() | utils::SubCommand | |
| getSubCommand() const | utils::SubCommand | |
| hasParent() const | utils::SubCommand | |
| help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| helpOpt | utils::SubCommand | protected |
| helpTriggerApp | utils::SubCommand | protectedstatic |
| initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| NAME | net::config::ConfigPhysicalSocket | static |
| name | utils::SubCommand | private |
| needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| newSubCommand(Args &&... args) | utils::SubCommand | |
| operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
| utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| parent | utils::SubCommand | private |
| parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| reconnectOpt | net::config::ConfigPhysicalSocketClient | private |
| reconnectTimeOpt | net::config::ConfigPhysicalSocketClient | private |
| removeSocketOption(int optLevel, int optName) | net::config::ConfigPhysicalSocket | |
| removeSubCommand() | utils::SubCommand | protected |
| required(bool required=true, bool force=true) | utils::SubCommand | |
| required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| requiredCount | utils::SubCommand | private |
| retry | net::config::ConfigPhysicalSocket | privatestatic |
| retryBase | net::config::ConfigPhysicalSocket | privatestatic |
| retryBaseOpt | net::config::ConfigPhysicalSocket | private |
| retryJitter | net::config::ConfigPhysicalSocket | privatestatic |
| retryJitterOpt | net::config::ConfigPhysicalSocket | private |
| retryLimit | net::config::ConfigPhysicalSocket | privatestatic |
| retryLimitOpt | net::config::ConfigPhysicalSocket | private |
| retryOnFatal | net::config::ConfigPhysicalSocket | privatestatic |
| retryOnFatalOpt | net::config::ConfigPhysicalSocket | private |
| retryOpt | net::config::ConfigPhysicalSocket | private |
| retryTimeout | net::config::ConfigPhysicalSocket | privatestatic |
| retryTimeoutOpt | net::config::ConfigPhysicalSocket | private |
| retryTries | net::config::ConfigPhysicalSocket | privatestatic |
| retryTriesOpt | net::config::ConfigPhysicalSocket | private |
| sectionFormatter | utils::SubCommand | protectedstatic |
| selfAnchoredSubCommandApp | utils::SubCommand | private |
| setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| setConnectTimeout(const utils::Timeval &connectTimeout) | net::config::ConfigPhysicalSocketClient | |
| setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setReconnect(bool reconnect=true) | net::config::ConfigPhysicalSocketClient | |
| setReconnectTime(double time) | net::config::ConfigPhysicalSocketClient | |
| setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setRetry(bool retry=true) | net::config::ConfigPhysicalSocket | |
| setRetryBase(double base) | net::config::ConfigPhysicalSocket | |
| setRetryJitter(double percent) | net::config::ConfigPhysicalSocket | |
| setRetryLimit(unsigned int limit) | net::config::ConfigPhysicalSocket | |
| setRetryOnFatal(bool retry=true) | net::config::ConfigPhysicalSocket | |
| setRetryTimeout(double sec) | net::config::ConfigPhysicalSocket | |
| setRetryTries(unsigned int tries=0) | net::config::ConfigPhysicalSocket | |
| setVersionFlag(const std::string &version) const | utils::SubCommand | |
| showConfigOpt | utils::SubCommand | private |
| showConfigTriggerApp | utils::SubCommand | protectedstatic |
| socketOptionsMapMap | net::config::ConfigPhysicalSocket | private |
| SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| subCommandApp | utils::SubCommand | private |
| Super typedef | net::config::ConfigPhysicalSocketClient | private |
| version() const | utils::SubCommand | |
| ~ConfigPhysicalSocket() override | net::config::ConfigPhysicalSocket | protected |
| ~ConfigPhysicalSocketClient() override | net::config::ConfigPhysicalSocketClient | protected |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~SubCommand() | utils::SubCommand | virtual |