A statically bound mixin template for buffer implementations that are write-only.
More...
#include <wvbufstore.h>
List of all members.
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 () |
Detailed Description
template<class Super>
class WvWriteOnlyBufferStoreMixin< Super >
A statically bound mixin template for buffer implementations that are write-only.
It is an error to attempt to read from a write-only buffer.
Definition at line 191 of file wvbufstore.h.
The documentation for this class was generated from the following file: