openMSX
|
#include <algorithm>
#include <iterator>
#include <utility>
#include <cstddef>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | cb_iterator< BUF, T > |
This code is heavily based on boost circular_buffer: http://www.boost.org/doc/libs/1_55_0/doc/html/circular_buffer.html The interface of this version and the original boost version is (as much as possible identical). More... | |
class | circular_buffer< T > |
Circular buffer class, based on boost::circular_buffer/. More... | |
class | cb_queue< T > |
This implements a queue on top of circular_buffer (not part of boost). More... | |