#include "wvbufbase.h"
#include "wvstring.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WvBufBase< unsigned char > |
Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers. More... | |
class | WvInPlaceBuf |
The in place raw memory buffer type. More... | |
class | WvConstInPlaceBuf |
The const in place raw memory buffer type. More... | |
class | WvCircularBuf |
The circular in place raw memory buffer type. More... | |
class | WvConstStringBuffer |
A raw memory read-only buffer backed by a constant WvString. More... | |
Typedefs | |
typedef WvBufBase< unsigned char > | WvBuf |
The base raw memory buffer type. | |
typedef WvDynBufBase< unsigned char > | WvDynBuf |
The dynamically resizing raw memory buffer type. | |
typedef WvNullBufBase< unsigned char > | WvNullBuf |
The empty raw memory buffer type. | |
typedef WvBufCursorBase< unsigned char > | WvBufCursor |
The raw memory buffer cursor type. | |
typedef WvBufViewBase< unsigned char > | WvBufView |
The raw memory buffer view type. |
|
|
The raw memory buffer cursor type.
|
|
The raw memory buffer view type.
Definition at line 238 of file wvbuf.h. Referenced by WvTypedEncoder< IT, unsigned char, S >::encode(), and WvTypedEncoder< IT, OT >::encode(). |
|
The dynamically resizing raw memory buffer type.
Definition at line 229 of file wvbuf.h. Referenced by WvEncoder::flushstrstr(), WvX509Mgr::get_crl_dp(), non_breaking(), UniIniGen::refresh(), and WvGdbmList< T >::save(). |
|
The empty raw memory buffer type.
|