omni::system::endian_type
NAME

omni::system::endian_type

A class of omni::system

#include <omni/system.hpp>
class omni::system::endian_type

MEMBERS

omni::system::endian_type::enum_t
omni::system::endian_type::endian_type()
omni::system::endian_type::~endian_type()
static inline unsigned short omni::system::endian_type::COUNT()
static inline enum_t omni::system::endian_type::DEFAULT_VALUE()
unsigned short omni::system::endian_type::count()
uint64_t omni::system::endian_type::hash()
static bool omni::system::endian_type::is_valid(int32_t val)
static enum_t omni::system::endian_type::parse(const std::string& val)
static std::string omni::system::endian_type::to_string(enum_t v)
static std::wstring omni::system::endian_type::to_wstring(enum_t v)
static bool omni::system::endian_type::try_parse(const std::string& val, enum_t& out)
uint64_t omni::system::endian_type::type()
enum_t omni::system::endian_type::value()
omni::system::endian_type::operator enum_t()
omni::system::endian_type::operator std::string()
omni::system::endian_type::operator std::wstring()
bool omni::system::endian_type::operator!=(const endian_type& val)
bool omni::system::endian_type::operator<(const endian_type& val)
friend std::ostream& omni::system::endian_type::operator<<(std::ostream& s, const omni::system::endian_type& c)
endian_type& omni::system::endian_type::operator=(const endian_type& val)
bool omni::system::endian_type::operator==(const endian_type& val)
bool omni::system::endian_type::operator>(const endian_type& val)
omni::system::endian_type::BIG
omni::system::endian_type::BIG_WORD
omni::system::endian_type::LITTLE
omni::system::endian_type::LITTLE_WORD
omni::system::endian_type::UNKNOWN
omni::system::endian_type::disposing
omni::system::endian_type::name

SYNOPSIS

The enum class for endian_type

top

DESCRIPTION

No description.

top