omni::net::socket_shutdown
NAME

omni::net::socket_shutdown

A class of omni::net

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

MEMBERS

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

SYNOPSIS

socket_shutdown defines enum values for constants that are used by the omni::net::socket::shutdown method.

top

DESCRIPTION

No description.

top