Gainput  v1.0.0
Public Member Functions | List of all members
gainput::RingBuffer< N, T > Class Template Reference

A ring buffer. More...

#include <GainputContainers.h>

Public Member Functions

bool CanGet () const
 
size_t GetCount () const
 
Get ()
 
void Put (T d)
 

Detailed Description

template<int N, class T>
class gainput::RingBuffer< N, T >

A ring buffer.

Template Parameters
NThe number of elements that can be stored in the ring buffer.
TType of the elements stored in the ring buffer.

The documentation for this class was generated from the following file: