Simple implementation of a ring / circular buffer. More...
Go to the source code of this file.
Classes | |
| class | nrg::RingBuffer< T, N > |
| ring / circular buffer implementation More... | |
| class | nrg::RingBuffer< T, N >::iterator |
| Iterator class for the RingBuffer. More... | |