This is the complete list of members for net::config::ConfigTls, 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) | 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) | 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, 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, 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 | |
| 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 |
| cipherListOpt | net::config::ConfigTls | private |
| commandlineOpt | utils::SubCommand | private |
| commandlineTriggerApp | utils::SubCommand | protectedstatic |
| 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 | |
| ConfigTls(ConfigInstance *instance, ConcretConfigTls section) | net::config::ConfigTls | explicitprotected |
| configToStr() const | utils::SubCommand | |
| DESCRIPTION | net::config::ConfigTls | 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 |
| 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() | utils::SubCommand | static |
| getHelpTriggerApp() | utils::SubCommand | static |
| getInitTimeout() const | net::config::ConfigTls | |
| getName() const | utils::SubCommand | |
| getNoCloseNotifyIsEOF() const | net::config::ConfigTls | |
| getOption(const std::string &name) const | utils::SubCommand | |
| getParent() | utils::SubCommand | |
| getShowConfigTriggerApp() | utils::SubCommand | static |
| getShutdownTimeout() const | net::config::ConfigTls | |
| getSslOptions() const | net::config::ConfigTls | |
| 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 | private |
| helpTriggerApp | utils::SubCommand | protectedstatic |
| initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| initTimeoutOpt | net::config::ConfigTls | private |
| NAME | net::config::ConfigTls | static |
| needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| newSubCommand(Args &&... args) | utils::SubCommand | |
| noCloseNotifyIsEOFOpt | net::config::ConfigTls | private |
| 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[]) | utils::SubCommand | |
| 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 | static |
| 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 | |
| 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 |
| setInitTimeout(const utils::Timeval &newInitTimeout) | net::config::ConfigTls | |
| setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true) | net::config::ConfigTls | |
| setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setShutdownTimeout(const utils::Timeval &newShutdownTimeout) | net::config::ConfigTls | |
| setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
| setVersionFlag(const std::string &version) const | utils::SubCommand | |
| showConfigOpt | utils::SubCommand | private |
| showConfigTriggerApp | utils::SubCommand | protectedstatic |
| shutdownTimeoutOpt | net::config::ConfigTls | private |
| sslOptionsOpt | net::config::ConfigTls | private |
| 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 |
| tlsInitTimeout | net::config::ConfigTls | privatestatic |
| tlsShutdownTimeout | net::config::ConfigTls | privatestatic |
| version() const | utils::SubCommand | |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~ConfigTls() override | net::config::ConfigTls | protected |
| ~SubCommand() | utils::SubCommand | virtual |