omni::chrono::timer_sync_type
NAME

omni::chrono::timer_sync_type

A class of omni::chrono

#include <omni/types/timer_t.hpp>
timer_sync_type
omni::chrono::timer_sync_type::enum_t
omni::chrono::timer_sync_type::timer_sync_type()
omni::chrono::timer_sync_type::~timer_sync_type()
static bool omni::chrono::timer_sync_type::is_valid(int 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)
enum_t omni::chrono::timer_sync_type::value()
omni::chrono::timer_sync_type::operator enum_t()
omni::chrono::timer_sync_type::operator int()
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)
static const unsigned short omni::chrono::timer_sync_type::COUNT()
static const enum_t omni::chrono::timer_sync_type::DEFAULT_VALUE()

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top