|
MySQL 5.6.14 Source Code Document
|
#include <SimpleProperties.hpp>


Public Member Functions | |
| UtilBufferWriter (class UtilBuffer &buf) | |
| 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 UtilBuffer
Definition at line 227 of file SimpleProperties.hpp.