Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

wvbufbase.h File Reference

#include "wvbufstore.h"

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WvBufBaseCommonImpl< T >
 An abstract generic buffer template. More...
class  WvBufBase< T >
 The generic buffer base type. More...
class  WvInPlaceBufBase< T >
 A buffer that wraps a pre-allocated array and provides read-write access to its elements. More...
class  WvConstInPlaceBufBase< T >
 A buffer that wraps a pre-allocated array and provides read-only access to its elements. More...
class  WvCircularBufBase< T >
 A buffer that wraps a pre-allocated array and provides read-write access to its elements using a circular buffering scheme rather than a purely linear one, as used by WvInPlaceBuf. More...
class  WvDynBufBase< T >
 A buffer that dynamically grows and shrinks based on demand. More...
class  WvNullBufBase< T >
 A buffer that is always empty. More...
class  WvBufCursorBase< T >
 A buffer that acts like a cursor over a portion of another buffer. More...
class  WvBufViewBase< T >
 A buffer that provides a read-write view over another buffer with a different datatype. More...


Generated on Wed Dec 15 15:08:12 2004 for WvStreams by  doxygen 1.3.9.1