This is the complete list of members for net::config::stream::legacy::ConfigSocketClient< ConfigSocketClientBaseT >, including all inherited members.
| net::addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::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 | |
| net::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 | |
| net::config::ConfigLegacy::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 | |
| net::config::ConfigLegacy::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 | |
| net::addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::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 | |
| net::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 | |
| net::config::ConfigLegacy::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 | |
| net::config::ConfigLegacy::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 | |
| net::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::config::ConfigLegacy::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| net::config::ConfigLegacy::addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| net::aliases | utils::SubCommand | protectedstatic |
| net::config::ConfigLegacy::aliases | utils::SubCommand | protectedstatic |
| net::allowExtras(bool allow=true) | utils::SubCommand | |
| net::config::ConfigLegacy::allowExtras(bool allow=true) | utils::SubCommand | |
| net::childSubCommands | utils::SubCommand | private |
| net::commandlineOpt | utils::SubCommand | private |
| net::commandlineTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigLegacy::commandlineTriggerApp | utils::SubCommand | protectedstatic |
| ConfigInstance(const std::string &instanceName, Role role) | net::config::ConfigInstance | explicitprotected |
| ConfigInstance(ConfigInstance &)=delete | net::config::ConfigInstance | |
| ConfigInstance(ConfigInstance &&)=delete | net::config::ConfigInstance | |
| ConfigLegacy(ConfigInstance *instance) | net::config::ConfigLegacy | 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 | |
| ConfigSocketClient(const std::string &name) | net::config::stream::legacy::ConfigSocketClient< ConfigSocketClientBaseT > | explicitprotected |
| net::configToStr() const | utils::SubCommand | |
| net::config::ConfigLegacy::configToStr() const | utils::SubCommand | |
| configurable(bool configurable) | net::config::ConfigInstance | |
| DESCRIPTION | net::config::ConfigLegacy | static |
| net::description(const std::string &description) | utils::SubCommand | protected |
| net::config::ConfigLegacy::description(const std::string &description) | utils::SubCommand | protected |
| net::disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| net::config::ConfigLegacy::disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| disableOpt | net::config::ConfigInstance | private |
| extracted() | net::config::ConfigInstance | static |
| net::final | utils::SubCommand | private |
| net::finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| net::config::ConfigLegacy::finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| net::footer(const std::string &footer) | utils::SubCommand | protected |
| net::config::ConfigLegacy::footer(const std::string &footer) | utils::SubCommand | protected |
| getCommandlineTriggerApp() | net::config::ConfigInstance | static |
| getDisabled() const | net::config::ConfigInstance | |
| getHelpTriggerApp() | net::config::ConfigInstance | static |
| getInstanceName() const | net::config::ConfigInstance | |
| net::getName() const | utils::SubCommand | |
| net::config::ConfigLegacy::getName() const | utils::SubCommand | |
| net::getOption(const std::string &name) const | utils::SubCommand | |
| net::config::ConfigLegacy::getOption(const std::string &name) const | utils::SubCommand | |
| net::getParent() const | utils::SubCommand | |
| net::config::ConfigLegacy::getParent() const | utils::SubCommand | |
| net::getRequired() const | utils::SubCommand | inline |
| net::config::ConfigLegacy::getRequired() const | utils::SubCommand | inline |
| getShowConfigTriggerApp() | net::config::ConfigInstance | static |
| net::getSubCommand() | utils::SubCommand | |
| net::getSubCommand() const | utils::SubCommand | |
| net::config::ConfigLegacy::getSubCommand() | utils::SubCommand | |
| net::config::ConfigLegacy::getSubCommand() const | utils::SubCommand | |
| net::hasParent() const | utils::SubCommand | |
| net::config::ConfigLegacy::hasParent() const | utils::SubCommand | |
| net::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::config::ConfigLegacy::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::helpOpt | utils::SubCommand | protected |
| net::config::ConfigLegacy::helpOpt | utils::SubCommand | protected |
| net::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigLegacy::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| Instance typedef | net::config::stream::legacy::ConfigSocketClient< ConfigSocketClientBaseT > | |
| instanceName | net::config::ConfigInstance | private |
| Legacy typedef | net::config::stream::legacy::ConfigSocketClient< ConfigSocketClientBaseT > | |
| NAME | net::config::ConfigLegacy | static |
| net::name | utils::SubCommand | private |
| nameAnonymous | net::config::ConfigInstance | privatestatic |
| net::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::config::ConfigLegacy::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::newSubCommand(Args &&... args) | utils::SubCommand | |
| net::config::ConfigLegacy::newSubCommand(Args &&... args) | utils::SubCommand | |
| onDestroy | net::config::ConfigInstance | private |
| net::operator=(ConfigInstance &)=delete | net::config::ConfigInstance | |
| net::operator=(ConfigInstance &&)=delete | net::config::ConfigInstance | |
| net::utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| net::utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| net::config::ConfigLegacy::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
| utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| net::parent | utils::SubCommand | private |
| net::parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| net::config::ConfigLegacy::parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| net::removeSubCommand() | utils::SubCommand | protected |
| net::config::ConfigLegacy::removeSubCommand() | utils::SubCommand | protected |
| net::required(bool required=true, bool force=true) | utils::SubCommand | |
| net::required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| net::required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| net::config::ConfigLegacy::required(bool required=true, bool force=true) | utils::SubCommand | |
| net::config::ConfigLegacy::required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| net::config::ConfigLegacy::required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| net::requiredCount | utils::SubCommand | private |
| Role enum name | net::config::ConfigInstance | |
| role | net::config::ConfigInstance | private |
| net::sectionFormatter | utils::SubCommand | protectedstatic |
| net::config::ConfigLegacy::sectionFormatter | utils::SubCommand | protectedstatic |
| net::selfAnchoredSubCommandApp | utils::SubCommand | private |
| net::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::config::ConfigLegacy::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| net::config::ConfigLegacy::setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| net::setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| net::config::ConfigLegacy::setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setDisabled(bool disabled=true) | net::config::ConfigInstance | |
| setInstanceName(const std::string &instanceName) | net::config::ConfigInstance | |
| net::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| net::config::ConfigLegacy::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setOnDestroy(const std::function< void(ConfigInstance *)> &onDestroy) | net::config::ConfigInstance | |
| net::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| net::config::ConfigLegacy::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| net::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::config::ConfigLegacy::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::showConfigOpt | utils::SubCommand | private |
| net::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigLegacy::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| net::SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| net::SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| net::SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| net::SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| net::config::ConfigLegacy::SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| net::config::ConfigLegacy::SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| net::config::ConfigLegacy::SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| net::config::ConfigLegacy::SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| net::subCommandApp | utils::SubCommand | private |
| net::version() const | utils::SubCommand | |
| net::config::ConfigLegacy::version() const | utils::SubCommand | |
| ~ConfigInstance() override | net::config::ConfigInstance | protected |
| ~ConfigLegacy() override | net::config::ConfigLegacy | protected |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~SubCommand() | utils::SubCommand | virtual |