WvStreams
|
The generic buffer base type. More...
#include <wvbufbase.h>
Public Member Functions | |
WvBufBase (WvBufStore *store) | |
The generic buffer base type.
To specialize buffers to add new functionality, declare a template specialization of this type that derives from WvBufBaseCommonImpl.
See WvBufBaseCommonImpl<T> "T" is the type of object to store, must be a primitive or a struct without special initialization, copy, or assignment semantics
Definition at line 15 of file wvbufbase.h.