|
libcommonc++
0.7
|
#include <commonc++/Common.h++>#include <commonc++/AbstractBuffer.h++>#include <commonc++/IOException.h++>#include <commonc++/MemoryBlock.h++>#include <commonc++/Stream.h++>#include <algorithm>#include <cstdlib>#include <cstring>#include <commonc++/CircularBufferImpl.h++>

Go to the source code of this file.
Classes | |
| class | CircularBuffer< T > |
| A circular buffer that can be used to efficiently transfer data between buffers and/or streams. More... | |
Namespaces | |
| ccxx | |
Typedefs | |
| typedef CircularBuffer< byte_t > | CircularByteBuffer |
| typedef CircularBuffer< char > | CircularCharBuffer |