SNode.C
|
This is the complete list of members for net::config::ConfigAddressRemote< SocketAddressT >, 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 |
ConfigAddress(ConfigInstance *instance, const std::string &addressOptionName, const std::string &addressOptionDescription) | net::config::ConfigAddress< SocketAddressT > | protected |
ConfigAddressBase(ConfigInstance *instance, const std::string &addressOptionName="", const std::string &addressOptionDescription="") | net::config::ConfigAddressBase< SocketAddressT > | 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 |
getSocketAddress() | net::config::ConfigAddress< SocketAddressT > | |
getSocketAddress(const typename SocketAddressT::SockAddr &sockAddr, typename SocketAddressT::SockLen sockAddrLen) | net::config::ConfigAddress< SocketAddressT > | |
init()=0 | net::config::ConfigAddress< SocketAddressT > | privatepure virtual |
instance | net::config::ConfigSection | private |
operator=(const ConfigSection &)=delete | net::config::ConfigSection | protected |
operator=(ConfigSection &&)=delete | net::config::ConfigSection | protected |
renew() | net::config::ConfigAddress< SocketAddressT > | |
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 |
SocketAddress typedef | net::config::ConfigAddress< SocketAddressT > | private |
socketAddress | net::config::ConfigAddress< SocketAddressT > | private |
Super typedef | net::config::ConfigAddressRemote< SocketAddressT > | private |
~ConfigAddress() override | net::config::ConfigAddress< SocketAddressT > | protected |
~ConfigAddressBase()=default | net::config::ConfigAddressBase< SocketAddressT > | protectedvirtual |