|
WvStreams
|
A buffer that is always empty. More...
#include <wvbufbase.h>

Public Member Functions | |
| WvNullBufBase () | |
| Creates a new buffer. | |
Protected Types | |
| typedef T | Elem |
Protected Attributes | |
| WvNullBufStore | mystore |
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.
1.8.18