| 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::ConfigTlsClient::addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsClient::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::ConfigTlsClient::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::ConfigTlsClient::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::ConfigTlsClient::addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsClient::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::ConfigTlsClient::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::ConfigTlsClient::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::ConfigTlsClient::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::config::ConfigTlsClient::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::ConfigTlsClient::addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| net::aliases | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsClient::aliases | utils::SubCommand | protectedstatic |
| net::allowExtras(bool allow=true) | utils::SubCommand | |
| net::config::ConfigTlsClient::allowExtras(bool allow=true) | utils::SubCommand | |
| caCertAcceptUnknownOpt | net::config::ConfigTls | private |
| caCertDirOpt | net::config::ConfigTls | private |
| caCertOpt | net::config::ConfigTls | private |
| caCertUseDefaultDirOpt | net::config::ConfigTls | private |
| certKeyOpt | net::config::ConfigTls | private |
| certKeyPasswordOpt | net::config::ConfigTls | private |
| certOpt | net::config::ConfigTls | private |
| net::childSubCommands | utils::SubCommand | private |
| cipherListOpt | net::config::ConfigTls | private |
| net::commandlineOpt | utils::SubCommand | private |
| net::commandlineTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsClient::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 | |
| 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::tls::ConfigSocketClient< ConfigSocketClientBaseT > | explicitprotected |
| ConfigTls(ConfigInstance *instance, ConcretConfigTls section) | net::config::ConfigTls | explicitprotected |
| ConfigTlsClient(ConfigInstance *instance) | net::config::ConfigTlsClient | explicitprotected |
| net::configToStr() const | utils::SubCommand | |
| net::config::ConfigTlsClient::configToStr() const | utils::SubCommand | |
| configurable(bool configurable) | net::config::ConfigInstance | |
| DESCRIPTION | net::config::ConfigTls | static |
| net::description(const std::string &description) | utils::SubCommand | protected |
| net::config::ConfigTlsClient::description(const std::string &description) | utils::SubCommand | protected |
| net::disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| net::config::ConfigTlsClient::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::ConfigTlsClient::finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| net::footer(const std::string &footer) | utils::SubCommand | protected |
| net::config::ConfigTlsClient::footer(const std::string &footer) | utils::SubCommand | protected |
| getCaCert() const | net::config::ConfigTls | |
| getCaCertAcceptUnknown() const | net::config::ConfigTls | |
| getCaCertDir() const | net::config::ConfigTls | |
| getCaCertUseDefaultDir() const | net::config::ConfigTls | |
| getCert() const | net::config::ConfigTls | |
| getCertKey() const | net::config::ConfigTls | |
| getCertKeyPassword() const | net::config::ConfigTls | |
| getCipherList() const | net::config::ConfigTls | |
| getCommandlineTriggerApp() | net::config::ConfigInstance | static |
| getDisabled() const | net::config::ConfigInstance | |
| getHelpTriggerApp() | net::config::ConfigInstance | static |
| getInitTimeout() const | net::config::ConfigTls | |
| getInstanceName() const | net::config::ConfigInstance | |
| net::getName() const | utils::SubCommand | |
| net::config::ConfigTlsClient::getName() const | utils::SubCommand | |
| getNoCloseNotifyIsEOF() const | net::config::ConfigTls | |
| net::getOption(const std::string &name) const | utils::SubCommand | |
| net::config::ConfigTlsClient::getOption(const std::string &name) const | utils::SubCommand | |
| net::getParent() const | utils::SubCommand | |
| net::config::ConfigTlsClient::getParent() const | utils::SubCommand | |
| net::getRequired() const | utils::SubCommand | inline |
| net::config::ConfigTlsClient::getRequired() const | utils::SubCommand | inline |
| getShowConfigTriggerApp() | net::config::ConfigInstance | static |
| getShutdownTimeout() const | net::config::ConfigTls | |
| getSni() const | net::config::ConfigTlsClient | |
| getSslCtx() | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | |
| getSslOptions() const | net::config::ConfigTls | |
| net::getSubCommand() | utils::SubCommand | |
| net::getSubCommand() const | utils::SubCommand | |
| net::config::ConfigTlsClient::getSubCommand() | utils::SubCommand | |
| net::config::ConfigTlsClient::getSubCommand() const | utils::SubCommand | |
| net::hasParent() const | utils::SubCommand | |
| net::config::ConfigTlsClient::hasParent() const | utils::SubCommand | |
| net::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::config::ConfigTlsClient::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::helpOpt | utils::SubCommand | protected |
| net::config::ConfigTlsClient::helpOpt | utils::SubCommand | protected |
| net::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsClient::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| initTimeoutOpt | net::config::ConfigTls | private |
| Instance typedef | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | |
| instanceName | net::config::ConfigInstance | private |
| NAME | net::config::ConfigTls | static |
| net::name | utils::SubCommand | private |
| nameAnonymous | net::config::ConfigInstance | privatestatic |
| net::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::config::ConfigTlsClient::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::newSubCommand(Args &&... args) | utils::SubCommand | |
| net::config::ConfigTlsClient::newSubCommand(Args &&... args) | utils::SubCommand | |
| noCloseNotifyIsEOFOpt | net::config::ConfigTls | private |
| 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::ConfigTlsClient::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::ConfigTlsClient::parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| net::removeSubCommand() | utils::SubCommand | protected |
| net::config::ConfigTlsClient::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::ConfigTlsClient::required(bool required=true, bool force=true) | utils::SubCommand | |
| net::config::ConfigTlsClient::required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| net::config::ConfigTlsClient::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::ConfigTlsClient::sectionFormatter | utils::SubCommand | protectedstatic |
| net::selfAnchoredSubCommandApp | utils::SubCommand | private |
| setCaCert(const std::string &caCert) | net::config::ConfigTls | |
| setCaCertAcceptUnknown(bool set=true) | net::config::ConfigTls | |
| setCaCertDir(const std::string &caCertDir) | net::config::ConfigTls | |
| setCaCertUseDefaultDir(bool set=true) | net::config::ConfigTls | |
| setCert(const std::string &cert) | net::config::ConfigTls | |
| setCertKey(const std::string &certKey) | net::config::ConfigTls | |
| setCertKeyPassword(const std::string &certKeyPassword) | net::config::ConfigTls | |
| setCipherList(const std::string &cipherList) | net::config::ConfigTls | |
| net::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::config::ConfigTlsClient::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| net::config::ConfigTlsClient::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::ConfigTlsClient::setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setDisabled(bool disabled=true) | net::config::ConfigInstance | |
| setInitTimeout(const utils::Timeval &newInitTimeout) | net::config::ConfigTls | |
| setInstanceName(const std::string &instanceName) | net::config::ConfigInstance | |
| net::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| net::config::ConfigTlsClient::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true) | net::config::ConfigTls | |
| setOnDestroy(const std::function< void(ConfigInstance *)> &onDestroy) | net::config::ConfigInstance | |
| net::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| net::config::ConfigTlsClient::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setShutdownTimeout(const utils::Timeval &newShutdownTimeout) | net::config::ConfigTls | |
| setSni(const std::string &sni) | net::config::ConfigTlsClient | |
| setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
| net::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::config::ConfigTlsClient::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::showConfigOpt | utils::SubCommand | private |
| net::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsClient::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| shutdownTimeoutOpt | net::config::ConfigTls | private |
| sniOpt | net::config::ConfigTlsClient | private |
| sslCtx | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | private |
| sslOptionsOpt | net::config::ConfigTls | private |
| 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::ConfigTlsClient::SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| net::config::ConfigTlsClient::SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| net::config::ConfigTlsClient::SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| net::config::ConfigTlsClient::SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| net::subCommandApp | utils::SubCommand | private |
| Super typedef | net::config::ConfigTlsClient | private |
| Tls typedef | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | |
| tlsInitTimeout | net::config::ConfigTls | privatestatic |
| tlsShutdownTimeout | net::config::ConfigTls | privatestatic |
| net::version() const | utils::SubCommand | |
| net::config::ConfigTlsClient::version() const | utils::SubCommand | |
| ~ConfigInstance() override | net::config::ConfigInstance | protected |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~ConfigSocketClient() override | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | protected |
| ~ConfigTls() override | net::config::ConfigTls | protected |
| ~ConfigTlsClient() override | net::config::ConfigTlsClient | protected |
| ~SubCommand() | utils::SubCommand | virtual |