WvStreams
Public Member Functions | List of all members
WvBufBase< T > Class Template Reference

The generic buffer base type. More...

#include <wvbufbase.h>

Inheritance diagram for WvBufBase< T >:
Inheritance graph
[legend]

Public Member Functions

 WvBufBase (WvBufStore *store)
 

Detailed Description

template<class T>
class WvBufBase< T >

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.


The documentation for this class was generated from the following file: