Xyris  0.5
RingBuffer.hpp File Reference
#include <stdint.h>
#include <Library/errno.hpp>
+ 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 >
 

Detailed Description

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.

Author
Keeton Feavel (keeto.nosp@m.nfea.nosp@m.vel@c.nosp@m.edar.nosp@m.ville.nosp@m..edu)
Version
0.3
Date
2020-09-12

Definition in file RingBuffer.hpp.