WvStreams
Public Member Functions | Protected Types | Protected Attributes | List of all members
WvNullBufBase< T > Class Template Reference

A buffer that is always empty. More...

#include <wvbufbase.h>

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

Public Member Functions

 WvNullBufBase ()
 Creates a new buffer.
 

Protected Types

typedef T Elem
 

Protected Attributes

WvNullBufStore mystore
 

Detailed Description

template<class T>
class WvNullBufBase< T >

A buffer that is always empty.

"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 989 of file wvbufbase.h.


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