MySQL 5.6.14 Source Code Document
|
#include <SimpleProperties.hpp>
Public Member Functions | |
LinearWriter (Uint32 *src, Uint32 len) | |
virtual bool | reset () |
virtual bool | putWord (Uint32 val) |
virtual bool | putWords (const Uint32 *src, Uint32 len) |
Uint32 | getWordsUsed () const |
Public Member Functions inherited from SimpleProperties::Writer | |
bool | first () |
bool | add (Uint16 key, Uint32 value) |
bool | add (Uint16 key, const char *value) |
bool | add (Uint16 key, const void *value, int len) |
Writer for linear memory
Definition at line 209 of file SimpleProperties.hpp.