This is the complete list of members for net::config::ConfigConnection, including all inherited members.
| 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 | |
| aliases | utils::SubCommand | protectedstatic |
| allowExtras(bool allow=true) | utils::SubCommand | |
| childSubCommands | utils::SubCommand | private |
| commandlineOpt | utils::SubCommand | private |
| commandlineTriggerApp | utils::SubCommand | protectedstatic |
| ConfigConnection(ConfigInstance *instance) | net::config::ConfigConnection | 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 | |
| DESCRIPTION | net::config::ConfigConnection | 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 |
| getHelpTriggerApp() | utils::SubCommand | protectedstatic |
| getName() const | utils::SubCommand | |
| getOption(const std::string &name) const | utils::SubCommand | |
| getParent() const | utils::SubCommand | |
| getReadBlockSize() const | net::config::ConfigConnection | |
| getReadTimeout() const | net::config::ConfigConnection | |
| getRequired() const | utils::SubCommand | inline |
| getShowConfigTriggerApp() | utils::SubCommand | protectedstatic |
| getSubCommand() | utils::SubCommand | |
| getSubCommand() const | utils::SubCommand | |
| getTerminateTimeout() const | net::config::ConfigConnection | |
| getWriteBlockSize() const | net::config::ConfigConnection | |
| getWriteTimeout() const | net::config::ConfigConnection | |
| hasParent() const | utils::SubCommand | |
| help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| helpOpt | utils::SubCommand | private |
| 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::ConfigConnection | 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 |
| readBlockSizeOpt | net::config::ConfigConnection | private |
| readTimeoutOpt | net::config::ConfigConnection | private |
| 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 |
| 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 |
| setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setReadBlockSize(std::size_t newReadBlockSize) | net::config::ConfigConnection | |
| setReadTimeout(const utils::Timeval &newReadTimeoutSet) | net::config::ConfigConnection | |
| setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setTerminateTimeout(const utils::Timeval &newTerminateTimeout) | net::config::ConfigConnection | |
| setVersionFlag(const std::string &version) const | utils::SubCommand | |
| setWriteBlockSize(std::size_t newWriteBlockSize) | net::config::ConfigConnection | |
| setWriteTimeout(const utils::Timeval &newWriteTimeoutSet) | net::config::ConfigConnection | |
| showConfigOpt | utils::SubCommand | private |
| showConfigTriggerApp | utils::SubCommand | protectedstatic |
| SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final) | utils::SubCommand | protected |
| SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=true) | utils::SubCommand | inlineprotected |
| SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| subCommandApp | utils::SubCommand | private |
| terminateTimeoutOpt | net::config::ConfigConnection | private |
| version() const | utils::SubCommand | |
| writeBlockSizeOpt | net::config::ConfigConnection | private |
| writeTimeoutOpt | net::config::ConfigConnection | private |
| ~ConfigConnection() override | net::config::ConfigConnection | protected |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~SubCommand() | utils::SubCommand | virtual |