|
MLIB
|
Definition of mlib::ring_buffer - a circular buffer class. More...
#include <memory>#include <vector>#include <stdexcept>#include <assert.h>Go to the source code of this file.
Classes | |
| class | mlib::ring_buffer< T > |
| Circular buffer. More... | |
| class | mlib::ring_buffer< T >::const_iterator |
| Iterator through the circular buffer. More... | |
| class | mlib::ring_buffer< T >::iterator |
Definition of mlib::ring_buffer - a circular buffer class.