![]() |
Xyris
0.5
|
Include dependency graph for RingBuffer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | RingBuffer< T, S > |
A ring buffer is a buffer method where the same memory used to contain data is reused. Inserting and removing data is done in a queue-like fashion.
Definition in file RingBuffer.hpp.