MySQL 5.6.14 Source Code Document
|
#include <SimpleProperties.hpp>
Public Member Functions | |
bool | first () |
bool | add (Uint16 key, Uint32 value) |
bool | add (Uint16 key, const char *value) |
bool | add (Uint16 key, const void *value, int len) |
Protected Member Functions | |
virtual bool | reset ()=0 |
virtual bool | putWord (Uint32 val)=0 |
virtual bool | putWords (const Uint32 *src, Uint32 len)=0 |
Writer class
Definition at line 169 of file SimpleProperties.hpp.