#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 | WvCircularBuf |
The circular in place raw memory buffer type. More... | |
class | WvConstInPlaceBuf |
The const in place raw memory buffer type. More... | |
class | WvConstStringBuffer |
A raw memory read-only buffer backed by a constant WvString. More... | |
class | WvInPlaceBuf |
The in place raw memory buffer type. 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(), WvTypedEncoder< IT, OT >::encode(), WvTypedEncoder< IT, OT >::finish(), WvTypedEncoder< IT, unsigned char, S >::flush(), and WvTypedEncoder< IT, OT >::flush(). |
|
The dynamically resizing raw memory buffer type.
Definition at line 229 of file wvbuf.h. Referenced by WvEncoder::encodebufstr(), file_hack_end(), fixnl(), WvEncoder::flushstrstr(), WvX509Mgr::get_altsubject(), WvX509Mgr::get_cp_oid(), WvX509Mgr::get_crl_dp(), main(), non_breaking(), WvStream::read(), UniIniGen::refresh(), WvGdbmList< T >::save(), strreplace(), undupe(), WvStream::unread(), WvDsp::uread(), url_encode(), and wvtcl_encode(). |
|
The empty raw memory buffer type.
|