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