SNode.C
|
This is the complete list of members for net::config::stream::legacy::ConfigSocketServer< ConfigSocketServerBaseT >, 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 |
addSection(const std::string &name, const std::string &description) | net::config::ConfigInstance | private |
ConfigInstance(const std::string &instanceName, Role role) | net::config::ConfigInstance | explicitprotected |
ConfigInstance(ConfigInstance &)=delete | net::config::ConfigInstance | |
ConfigInstance(ConfigInstance &&)=delete | net::config::ConfigInstance | |
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 |
ConfigSocketServer(const std::string &name) | net::config::stream::legacy::ConfigSocketServer< ConfigSocketServerBaseT > | explicitprotected |
disableOpt | net::config::ConfigInstance | private |
getDisabled() const | net::config::ConfigInstance | |
getInstanceName() const | net::config::ConfigInstance | |
getRequired() const | net::config::ConfigInstance | private |
getRole() | net::config::ConfigInstance | |
getSection(const std::string &name) const | net::config::ConfigInstance | private |
Instance typedef | net::config::ConfigInstance | |
instance | net::config::ConfigSection | private |
instanceName | net::config::ConfigInstance | private |
instanceSc | net::config::ConfigInstance | private |
Legacy typedef | net::config::ConfigLegacy | |
nameAnonymous | net::config::ConfigInstance | privatestatic |
net::operator=(ConfigInstance &)=delete | net::config::ConfigInstance | |
net::operator=(ConfigInstance &&)=delete | net::config::ConfigInstance | |
net::config::ConfigLegacy::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
net::config::ConfigLegacy::operator=(ConfigSection &&)=delete | net::config::ConfigSection | |
net::required(CLI::App *section, bool req=true) | net::config::ConfigInstance | private |
net::config::ConfigLegacy::required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | |
net::config::ConfigLegacy::required() const | net::config::ConfigSection | |
net::requiredCount | net::config::ConfigInstance | private |
Role enum name | net::config::ConfigInstance | |
role | net::config::ConfigInstance | private |
section | net::config::ConfigSection | protected |
setDisabled(bool disabled=true) | net::config::ConfigInstance | |
setInstanceName(const std::string &instanceName) | net::config::ConfigInstance | |
~ConfigInstance() | net::config::ConfigInstance | protectedvirtual |