libcommonc++  0.7
Buffer.h++ File Reference
#include <commonc++/Common.h++>
#include <commonc++/AbstractBuffer.h++>
#include <commonc++/OutOfBoundsException.h++>
#include <cstring>
#include <algorithm>
#include <commonc++/BufferImpl.h++>
Include dependency graph for Buffer.h++:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Buffer< T >
 A buffer for storing a contiguous sequence of elements. More...
 

Namespaces

 ccxx
 

Typedefs

typedef Buffer< byte_t > ByteBuffer
 
typedef Buffer< char > CharBuffer