SNode.C
|
This is the complete list of members for net::config::ConfigPhysicalSocketClient, 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 |
addSocketOption(int optLevel, int optName, int optValue) | net::config::ConfigPhysicalSocket | |
addSocketOption(int optLevel, int optName, const std::string &optValue) | net::config::ConfigPhysicalSocket | |
addSocketOption(int optLevel, int optName, const std::vector< char > &optValue) | net::config::ConfigPhysicalSocket | |
addSocketOption(const std::string &name, int optLevel, int optName, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) | net::config::ConfigPhysicalSocket | protected |
ConfigPhysicalSocket(ConfigInstance *instance) | net::config::ConfigPhysicalSocket | explicitprotected |
ConfigPhysicalSocketClient(ConfigInstance *instance) | net::config::ConfigPhysicalSocketClient | 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 |
connectTimeoutOpt | net::config::ConfigPhysicalSocketClient | private |
getConnectTimeout() const | net::config::ConfigPhysicalSocketClient | |
getReconnect() const | net::config::ConfigPhysicalSocketClient | |
getReconnectTime() const | net::config::ConfigPhysicalSocketClient | |
getRetry() const | net::config::ConfigPhysicalSocket | |
getRetryBase() const | net::config::ConfigPhysicalSocket | |
getRetryJitter() const | net::config::ConfigPhysicalSocket | |
getRetryLimit() const | net::config::ConfigPhysicalSocket | |
getRetryOnFatal() const | net::config::ConfigPhysicalSocket | |
getRetryTimeout() const | net::config::ConfigPhysicalSocket | |
getRetryTries() const | net::config::ConfigPhysicalSocket | |
getReuseAddress() const | net::config::ConfigPhysicalSocket | |
getSocketOptions() | net::config::ConfigPhysicalSocket | |
instance | net::config::ConfigSection | private |
operator=(const ConfigSection &)=delete | net::config::ConfigSection | protected |
operator=(ConfigSection &&)=delete | net::config::ConfigSection | protected |
reconnectOpt | net::config::ConfigPhysicalSocketClient | private |
reconnectTimeOpt | net::config::ConfigPhysicalSocketClient | private |
removeSocketOption(int optName) | net::config::ConfigPhysicalSocket | |
required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | protected |
required() const | net::config::ConfigSection | protected |
requiredCount | net::config::ConfigSection | private |
retryBaseOpt | net::config::ConfigPhysicalSocket | private |
retryJitterOpt | net::config::ConfigPhysicalSocket | private |
retryLimitOpt | net::config::ConfigPhysicalSocket | private |
retryOnFatalOpt | net::config::ConfigPhysicalSocket | private |
retryOpt | net::config::ConfigPhysicalSocket | private |
retryTimeoutOpt | net::config::ConfigPhysicalSocket | private |
retryTriesOpt | net::config::ConfigPhysicalSocket | private |
reuseAddressOpt | net::config::ConfigPhysicalSocket | private |
section | net::config::ConfigSection | protected |
setConnectTimeout(const utils::Timeval &connectTimeout) | net::config::ConfigPhysicalSocketClient | |
setReconnect(bool reconnect=true) | net::config::ConfigPhysicalSocketClient | |
setReconnectTime(double time) | net::config::ConfigPhysicalSocketClient | |
setRetry(bool retry=true) | net::config::ConfigPhysicalSocket | |
setRetryBase(double base) | net::config::ConfigPhysicalSocket | |
setRetryJitter(double percent) | net::config::ConfigPhysicalSocket | |
setRetryLimit(unsigned int limit) | net::config::ConfigPhysicalSocket | |
setRetryOnFatal(bool retry=true) | net::config::ConfigPhysicalSocket | |
setRetryTimeout(double sec) | net::config::ConfigPhysicalSocket | |
setRetryTries(unsigned int tries=0) | net::config::ConfigPhysicalSocket | |
setReuseAddress(bool reuseAddress=true) | net::config::ConfigPhysicalSocket | |
Socket typedef | net::config::ConfigPhysicalSocketClient | |
socketOptionsMap | net::config::ConfigPhysicalSocket | private |
Super typedef | net::config::ConfigPhysicalSocketClient | private |