libcommonc++  0.7
CircularBuffer.h++ File Reference
#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++>
Include dependency graph for CircularBuffer.h++:
This graph shows which files directly or indirectly include this file:

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