Header. More...
Go to the source code of this file.
Namespaces | |
| osvr | |
| < | |
Typedefs | |
| using | osvr::vbtracker::history::detail::timestamp = osvr::util::time::TimeValue |
| template<typename ValueType > | |
| using | osvr::vbtracker::history::detail::full_value_type = std::pair< timestamp, ValueType > |
| template<typename ValueType > | |
| using | osvr::vbtracker::history::detail::inner_container_type = std::deque< full_value_type< ValueType >> |
| template<typename ValueType > | |
| using | osvr::vbtracker::history::detail::container_size_type = typename inner_container_type< ValueType >::size_type |
| template<typename ValueType > | |
| using | osvr::vbtracker::history::detail::iterator = typename inner_container_type< ValueType >::const_iterator |
| template<typename ValueType > | |
| using | osvr::vbtracker::history::detail::nonconst_iterator = typename inner_container_type< ValueType >::iterator |