omni::chrono::timer_sync_type
NAME

omni::chrono::timer_sync_type

A class of omni::chrono

#include <omni/types/timer_t.hpp>

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top