![]() |
Xyris
0.5
|
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.