#include <wvbufstore.h>
Inherits Super.
Collaboration diagram for WvWriteOnlyBufferStoreMixin< Super >:
It is an error to attempt to read from a write-only buffer.
Definition at line 189 of file wvbufstore.h.
Public Member Functions | |
WvWriteOnlyBufferStoreMixin (int _granularity) | |
virtual bool | isreadable () const |
virtual size_t | used () const |
virtual size_t | optgettable () const |
virtual size_t | peekable (int offset) const |
virtual size_t | optpeekable (int offset) const |
virtual const void * | get (size_t count) |
virtual void | skip (size_t count) |
virtual void | unget (size_t count) |
virtual size_t | ungettable () const |
virtual const void * | peek (int offset, size_t count) |
virtual void | zap () |
|
Definition at line 192 of file wvbufstore.h. |
|
Definition at line 214 of file wvbufstore.h. |
|
Definition at line 194 of file wvbufstore.h. |
|
Definition at line 202 of file wvbufstore.h. |
|
Definition at line 210 of file wvbufstore.h. |
|
Definition at line 234 of file wvbufstore.h. |
|
Definition at line 206 of file wvbufstore.h. |
|
Definition at line 220 of file wvbufstore.h. |
|
Definition at line 225 of file wvbufstore.h. |
|
Definition at line 230 of file wvbufstore.h. |
|
Definition at line 198 of file wvbufstore.h. |
|
Definition at line 240 of file wvbufstore.h. |