|
Gainput
v1.0.0
|
A ring buffer. More...
#include <GainputContainers.h>
Public Member Functions | |
| bool | CanGet () const |
| size_t | GetCount () const |
| T | Get () |
| void | Put (T d) |
A ring buffer.
| N | The number of elements that can be stored in the ring buffer. |
| T | Type of the elements stored in the ring buffer. |
1.8.13