omni::system::architecture_type
NAME

omni::system::architecture_type

A class of omni::system

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

MEMBERS

omni::system::architecture_type::enum_t
omni::system::architecture_type::architecture_type()
omni::system::architecture_type::~architecture_type()
static inline unsigned short omni::system::architecture_type::COUNT()
static inline enum_t omni::system::architecture_type::DEFAULT_VALUE()
unsigned short omni::system::architecture_type::count()
uint64_t omni::system::architecture_type::hash()
static bool omni::system::architecture_type::is_valid(int32_t val)
static enum_t omni::system::architecture_type::parse(const std::string& val)
static std::string omni::system::architecture_type::to_string(enum_t v)
static std::wstring omni::system::architecture_type::to_wstring(enum_t v)
static bool omni::system::architecture_type::try_parse(const std::string& val, enum_t& out)
uint64_t omni::system::architecture_type::type()
enum_t omni::system::architecture_type::value()
omni::system::architecture_type::operator enum_t()
omni::system::architecture_type::operator std::string()
omni::system::architecture_type::operator std::wstring()
bool omni::system::architecture_type::operator!=(const architecture_type& val)
bool omni::system::architecture_type::operator<(const architecture_type& val)
friend std::ostream& omni::system::architecture_type::operator<<(std::ostream& s, const omni::system::architecture_type& c)
architecture_type& omni::system::architecture_type::operator=(const architecture_type& val)
bool omni::system::architecture_type::operator==(const architecture_type& val)
bool omni::system::architecture_type::operator>(const architecture_type& val)
omni::system::architecture_type::AMD64
omni::system::architecture_type::ARM
omni::system::architecture_type::ARM64
omni::system::architecture_type::BLACKFIN
omni::system::architecture_type::CONVEX
omni::system::architecture_type::DEC_ALPHA
omni::system::architecture_type::EPIPHANY
omni::system::architecture_type::HPPA_RISC
omni::system::architecture_type::INTEL_IA64
omni::system::architecture_type::INTEL_X86
omni::system::architecture_type::MIPS
omni::system::architecture_type::MOTOROLA_68K
omni::system::architecture_type::POWER_PC
omni::system::architecture_type::PYRAMID_9810
omni::system::architecture_type::RS6000
omni::system::architecture_type::SPARC
omni::system::architecture_type::SUPER_H
omni::system::architecture_type::SYSTEM_Z
omni::system::architecture_type::TMS320
omni::system::architecture_type::TMS470
omni::system::architecture_type::UNKNOWN
omni::system::architecture_type::disposing
omni::system::architecture_type::name

SYNOPSIS

The enum template

top

DESCRIPTION

No description.

top