MPD
0.20.18
|
#include "WritableBuffer.hxx"
#include <utility>
#include <algorithm>
#include <cstddef>
#include <assert.h>
Go to the source code of this file.
Data Structures | |
class | ForeignFifoBuffer< T > |
A first-in-first-out buffer: you can append data at the end, and read data from the beginning. More... | |