This is the complete list of members for net::config::ConfigConnection, including all inherited members.
| addFlag(const std::string &name, const std::string &description) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | protected |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue) | net::config::ConfigSection | protected |
| 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) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | protected |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &optionFunction, const std::string &description) | net::config::ConfigSection | protected |
| ConfigConnection(ConfigInstance *instance) | net::config::ConfigConnection | explicitprotected |
| ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections") | net::config::ConfigSection | protected |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | protected |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | protected |
| Connection typedef | net::config::ConfigConnection | |
| description | net::config::ConfigConnection | static |
| getOption(const std::string &name) const | net::config::ConfigSection | protected |
| getReadBlockSize() const | net::config::ConfigConnection | |
| getReadTimeout() const | net::config::ConfigConnection | |
| getRequired() const | net::config::ConfigSection | protected |
| getTerminateTimeout() const | net::config::ConfigConnection | |
| getWriteBlockSize() const | net::config::ConfigConnection | |
| getWriteTimeout() const | net::config::ConfigConnection | |
| instance | net::config::ConfigSection | private |
| name | net::config::ConfigConnection | static |
| operator=(const ConfigSection &)=delete | net::config::ConfigSection | protected |
| operator=(ConfigSection &&)=delete | net::config::ConfigSection | protected |
| readBlockSizeOpt | net::config::ConfigConnection | private |
| readTimeoutOpt | net::config::ConfigConnection | private |
| required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | protected |
| required(bool required=true) | net::config::ConfigSection | protected |
| requiredCount | net::config::ConfigSection | private |
| sectionSc | net::config::ConfigSection | protected |
| setConfigurable(CLI::Option *option, bool configurable) | net::config::ConfigSection | protected |
| setReadBlockSize(std::size_t newReadBlockSize) | net::config::ConfigConnection | |
| setReadTimeout(const utils::Timeval &newReadTimeoutSet) | net::config::ConfigConnection | |
| setTerminateTimeout(const utils::Timeval &newTerminateTimeout) | net::config::ConfigConnection | |
| setWriteBlockSize(std::size_t newWriteBlockSize) | net::config::ConfigConnection | |
| setWriteTimeout(const utils::Timeval &newWriteTimeoutSet) | net::config::ConfigConnection | |
| terminateTimeoutOpt | net::config::ConfigConnection | private |
| writeBlockSizeOpt | net::config::ConfigConnection | private |
| writeTimeoutOpt | net::config::ConfigConnection | private |
| ~ConfigConnection() override | net::config::ConfigConnection | protected |
| ~ConfigSection() | net::config::ConfigSection | protectedvirtual |