libcommonc++
0.7
|
#include <commonc++/Common.h++>
#include <commonc++/AbstractBuffer.h++>
#include <commonc++/OutOfBoundsException.h++>
#include <cstring>
#include <algorithm>
#include <commonc++/BufferImpl.h++>
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 |