Monado OpenXR Runtime
|
Ringbuffer implementation for keeping track of the past state of things. More...
#include "u_template_historybuf_impl_helpers.hpp"
#include "u_iterator_base.hpp"
#include <limits>
#include <array>
#include "u_template_historybuf_const_iterator.inl"
#include "u_template_historybuf_iterator.inl"
Go to the source code of this file.
Data Structures | |
class | xrt::auxiliary::util::HistoryBuffer< T, MaxSize > |
Stores some number of values in a ring buffer, overwriting the earliest-pushed-remaining element if out of room. More... | |
Ringbuffer implementation for keeping track of the past state of things.