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 >::iterator_type< C_ > |
Iterator through the circular buffer. More... | |
Definition of mlib::ring_buffer - a circular buffer class.