Flutter Engine
The Flutter Engine
|
#include <ring_buffer.h>
Public Member Functions | |
RingBuffer () | |
void | Add (const T &t) |
const T & | Get (int i) const |
int64_t | Size () const |
Definition at line 15 of file ring_buffer.h.
|
inline |
Definition at line 17 of file ring_buffer.h.
Definition at line 19 of file ring_buffer.h.
Definition at line 22 of file ring_buffer.h.
|
inline |
Definition at line 28 of file ring_buffer.h.