omni::math::round_direction
NAME

omni::math::round_direction

A class of omni::math

#include <omni/types/math_t.hpp>

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top