omni::net::network_interface
NAME

omni::net::network_interface

A class of omni::net

#include <omni/types/net_t.hpp>

MEMBERS

omni::net::network_interface::enum_t
omni::net::network_interface::network_interface()
omni::net::network_interface::~network_interface()
static inline unsigned short omni::net::network_interface::COUNT()
static inline enum_t omni::net::network_interface::DEFAULT_VALUE()
static bool omni::net::network_interface::is_valid(int val)
static enum_t omni::net::network_interface::parse(const std::string& val)
static std::string omni::net::network_interface::to_string(enum_t v)
static std::wstring omni::net::network_interface::to_wstring(enum_t v)
static bool omni::net::network_interface::try_parse(const std::string& val, enum_t& out)
enum_t omni::net::network_interface::value()
omni::net::network_interface::operator enum_t()
omni::net::network_interface::operator int()
omni::net::network_interface::operator std::string()
omni::net::network_interface::operator std::wstring()
bool omni::net::network_interface::operator!=(const network_interface& val)
bool omni::net::network_interface::operator<(const network_interface& val)
network_interface& omni::net::network_interface::operator=(const network_interface& val)
bool omni::net::network_interface::operator==(const network_interface& val)
bool omni::net::network_interface::operator>(const network_interface& val)

SYNOPSIS

network_interface defines enum values for what kind of interface the network card is

top

DESCRIPTION

No description.

top