omni::net::socket_create_options
NAME

omni::net::socket_create_options

A class of omni::net

#include <omni/types/net_t.hpp>
class omni::net::socket_create_options

MEMBERS

omni::net::socket_create_options::enum_t
omni::net::socket_create_options::socket_create_options()
omni::net::socket_create_options::~socket_create_options()
static inline unsigned short omni::net::socket_create_options::COUNT()
static inline enum_t omni::net::socket_create_options::DEFAULT_VALUE()
unsigned short omni::net::socket_create_options::count()
uint64_t omni::net::socket_create_options::hash()
static bool omni::net::socket_create_options::is_valid(int32_t val)
static enum_t omni::net::socket_create_options::parse(const std::string& val)
static std::string omni::net::socket_create_options::to_string(enum_t v)
static std::wstring omni::net::socket_create_options::to_wstring(enum_t v)
static bool omni::net::socket_create_options::try_parse(const std::string& val, enum_t& out)
uint64_t omni::net::socket_create_options::type()
enum_t omni::net::socket_create_options::value()
omni::net::socket_create_options::operator enum_t()
omni::net::socket_create_options::operator std::string()
omni::net::socket_create_options::operator std::wstring()
bool omni::net::socket_create_options::operator!=(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator&(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator&=(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator++()
socket_create_options& omni::net::socket_create_options::operator--()
bool omni::net::socket_create_options::operator<(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator<<(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator<<=(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator=(const socket_create_options& val)
bool omni::net::socket_create_options::operator==(const socket_create_options& val)
bool omni::net::socket_create_options::operator>(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator>>(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator>>=(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator^(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator^=(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator|(const socket_create_options& val)
socket_create_options& omni::net::socket_create_options::operator|=(const socket_create_options& val)
socket_create_options omni::net::socket_create_options::operator~()
omni::net::socket_create_options::OPEN_ON_CREATE
omni::net::socket_create_options::USER_OPEN
omni::net::socket_create_options::disposing
omni::net::socket_create_options::name

SYNOPSIS

socket_create_options defines enum values for how an omni::net::socket class should be created when instantiated.

top

DESCRIPTION

No description.

top