OSVR-Core
|
Copy and store a TimeValue in a wrapper for std::chrono interop. More...
#include <TimeValueChrono.h>
Public Member Functions | |
TimeValueChronoValueWrapper (util::time::TimeValue const &tv) | |
util::time::TimeValue const & | get () const |
![]() | |
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 = TimeValueChronoValueWrapper |
Copy and store a TimeValue in a wrapper for std::chrono interop.