|
|
osvr::util::time::TimeValue | osvr::util::time::getTimeValue (TimeValueClock::time_point const &tp) |
| | Get the TimeValue inside of a TimeValueClock time_point.
|
| |
|
TimeValueChronoConstRefWrapper | osvr::util::time::detail::wrap_time_value (util::time::TimeValue const &tv) |
| |
|
TimeValueChronoConstRefWrapper | osvr::util::time::detail::wrap_time_value (TimeValueClock::time_point const &tp) |
| |
| template<typename DerivedA , typename DerivedB > |
| time_value_scalar_duration | osvr::util::time::operator- (detail::TimeValueChronoWrapperBase< DerivedA > const &a, detail::TimeValueChronoWrapperBase< DerivedB > const &b) |
| |
|
template<typename Derived > |
| time_value_scalar_duration | osvr::util::time::operator- (detail::TimeValueChronoWrapperBase< Derived > const &a, util::time::TimeValue const &b) |
| | subtraction: wrapped value and timevalue
|
| |
|
template<typename Derived > |
| time_value_scalar_duration | osvr::util::time::operator- (util::time::TimeValue const &a, detail::TimeValueChronoWrapperBase< Derived > const &b) |
| | subtraction: timevalue and wrapped value
|
| |
| time_value_scalar_duration | osvr::util::time::operator- (TimeValueClock::time_point const &a, TimeValueClock::time_point const &b) |
| |
|
template<typename Derived > |
| time_value_scalar_duration | osvr::util::time::operator- (TimeValueClock::time_point const &a, detail::TimeValueChronoWrapperBase< Derived > const &b) |
| | subtraction: time-point and wrapped value
|
| |
|
template<typename Derived > |
| time_value_scalar_duration | osvr::util::time::operator- (detail::TimeValueChronoWrapperBase< Derived > const &a, TimeValueClock::time_point const &b) |
| | subtraction: wrapped value and time-point
|
| |
|
time_value_scalar_duration | osvr::util::time::operator- (TimeValueClock::time_point const &a, util::time::TimeValue const &b) |
| | subtraction: time-point and timevalue
|
| |
|
template<typename Derived > |
| time_value_scalar_duration | osvr::util::time::operator- (util::time::TimeValue const &a, TimeValueClock::time_point const &b) |
| | subtraction: timevalue and time-point
|
| |
|
TimeValueClock::time_point | osvr::util::time::as_time_point (time::TimeValue const &tv) |
| | Treat/convert a TimeValue into a time point.
|
| |
|
TimeValueClock::scalar_duration | osvr::util::time::to_duration (time::TimeValue const &tv) |
| | Convert a TimeValue into a scalar duration.
|
| |
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file TimeValueChrono.h.