OSVR-Core
|
Store a reference to const to a TimeValue for std::chrono interop. More...
#include <TimeValueChrono.h>
Public Member Functions | |
TimeValueChronoConstRefWrapper (util::time::TimeValue const &tv) | |
TimeValueChronoConstRefWrapper (TimeValueChronoConstRefWrapper &&other) | |
movable | |
TimeValueChronoConstRefWrapper (TimeValueChronoConstRefWrapper const &)=delete | |
noncopyable | |
TimeValueChronoConstRefWrapper & | operator= (TimeValueChronoConstRefWrapper const &)=delete |
nonassignable | |
util::time::TimeValue const & | get () const |
Required accessor. | |
![]() | |
OSVR_TimeValue_Seconds | getSecondsPart () const |
time_value_seconds_duration | getSecondsPartAsDuration () const |
OSVR_TimeValue_Microseconds | getMicrosecondsPart () const |
time_value_microseconds_duration | getMicrosecondsPartAsDuration () const |
time_value_scalar_duration | toScalarDuration () const |
derived_type const & | derived () const |
util::time::TimeValue const & | get () const |
Additional Inherited Members | |
![]() | |
using | derived_type = TimeValueChronoConstRefWrapper |
Store a reference to const to a TimeValue for std::chrono interop.