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) | 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 |
| ConfigConnection(ConfigInstance *instance) | net::config::ConfigConnection | explicitprotected |
| ConfigSection(ConfigInstance *instance, const std::string &name, const std::string &description) | net::config::ConfigSection | protected |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | protected |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | protected |
| Connection typedef | net::config::ConfigConnection | |
| getReadBlockSize() const | net::config::ConfigConnection | |
| getReadTimeout() const | net::config::ConfigConnection | |
| getTerminateTimeout() const | net::config::ConfigConnection | |
| getWriteBlockSize() const | net::config::ConfigConnection | |
| getWriteTimeout() const | net::config::ConfigConnection | |
| instance | net::config::ConfigSection | private |
| 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() const | net::config::ConfigSection | protected |
| requiredCount | net::config::ConfigSection | private |
| section | 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 |