omni::net::socket_type
NAME

omni::net::socket_type

A class of omni::net

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

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()
unsigned short omni::net::socket_type::count()
uint64_t omni::net::socket_type::hash()
static bool omni::net::socket_type::is_valid(int32_t 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)
uint64_t omni::net::socket_type::type()
enum_t omni::net::socket_type::value()
omni::net::socket_type::operator enum_t()
omni::net::socket_type::operator std::string()
omni::net::socket_type::operator std::wstring()
bool omni::net::socket_type::operator!=(const socket_type& val)
socket_type omni::net::socket_type::operator&(const socket_type& val)
socket_type& omni::net::socket_type::operator&=(const socket_type& val)
socket_type& omni::net::socket_type::operator++()
socket_type& omni::net::socket_type::operator--()
bool omni::net::socket_type::operator<(const socket_type& val)
socket_type omni::net::socket_type::operator<<(const socket_type& val)
socket_type& 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)
socket_type omni::net::socket_type::operator>>(const socket_type& val)
socket_type& omni::net::socket_type::operator>>=(const socket_type& val)
socket_type omni::net::socket_type::operator^(const socket_type& val)
socket_type& omni::net::socket_type::operator^=(const socket_type& val)
socket_type omni::net::socket_type::operator|(const socket_type& val)
socket_type& omni::net::socket_type::operator|=(const socket_type& val)
socket_type omni::net::socket_type::operator~()
omni::net::socket_type::DGRAM
omni::net::socket_type::RAW
omni::net::socket_type::RDM
omni::net::socket_type::SEQPACKET
omni::net::socket_type::STREAM
omni::net::socket_type::UNKNOWN
omni::net::socket_type::disposing
omni::net::socket_type::name

SYNOPSIS

socket_type defines enum values for the type of socket that an instance of the omni::net::socket class represents.

top

DESCRIPTION

No description.

top