NAME
A class of omni::net
MEMBERS
omni::net::socket_type
A class of omni::net
#include <omni/types/net_t.hpp>MEMBERS
omni::net::socket_type::enum_t
omni::net::socket_type::socket_type()
omni::net::socket_type::~socket_type()
static inline unsigned short omni::net::socket_type::COUNT()
static inline enum_t omni::net::socket_type::DEFAULT_VALUE()
static bool omni::net::socket_type::is_valid(int val)
static enum_t omni::net::socket_type::parse(const std::string& val)
static std::string omni::net::socket_type::to_string(enum_t v)
static std::wstring omni::net::socket_type::to_wstring(enum_t v)
static bool omni::net::socket_type::try_parse(const std::string& val, enum_t& out)
enum_t omni::net::socket_type::value()
omni::net::socket_type::operator enum_t()
omni::net::socket_type::operator int()
omni::net::socket_type::operator std::string()
omni::net::socket_type::operator std::wstring()
bool omni::net::socket_type::operator!=(const socket_type& val)
bool omni::net::socket_type::operator<(const socket_type& val)
socket_type& omni::net::socket_type::operator=(const socket_type& val)
bool omni::net::socket_type::operator==(const socket_type& val)
bool omni::net::socket_type::operator>(const socket_type& val)
SYNOPSIS
socket_type defines enum values for the type of socket that an instance of the
top
socket_type defines enum values for the type of socket that an instance of the
omni::net::socket::socket class represents.
top