#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 |
| An abstract generic buffer template. More... | |
| class | WvBufBase |
| The generic buffer base type. More... | |
| class | WvInPlaceBufBase |
| A buffer that wraps a pre-allocated array and provides read-write access to its elements. More... | |
| class | WvConstInPlaceBufBase |
| A buffer that wraps a pre-allocated array and provides read-only access to its elements. More... | |
| class | WvCircularBufBase |
| 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 |
| A buffer that dynamically grows and shrinks based on demand. More... | |
| class | WvNullBufBase |
| A buffer that is always empty. More... | |
| class | WvBufCursorBase |
| A buffer that acts like a cursor over a portion of another buffer. More... | |
| class | WvBufViewBase |
| A buffer that provides a read-write view over another buffer with a different datatype. More... | |
1.3.6-20040222