|
SNode.C
|
This is the complete list of members for net::config::ConfigLegacy, 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 |
| ConfigLegacy(ConfigInstance *instance) | net::config::ConfigLegacy | 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 |
| instance | net::config::ConfigSection | private |
| Legacy typedef | net::config::ConfigLegacy | |
| operator=(const ConfigSection &)=delete | net::config::ConfigSection | protected |
| operator=(ConfigSection &&)=delete | net::config::ConfigSection | protected |
| 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 |