MPD  0.20.15
Data Structures
ForeignFifoBuffer.hxx File Reference
#include "WritableBuffer.hxx"
#include <utility>
#include <algorithm>
#include <cstddef>
#include <assert.h>
Include dependency graph for ForeignFifoBuffer.hxx:
This graph shows which files directly or indirectly include this file:

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...