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


Public Member Functions | |
| SimplePropertiesLinearReader (const Uint32 *src, Uint32 len) | |
| virtual void | reset () |
| virtual bool | step (Uint32 len) |
| virtual bool | getWord (Uint32 *dst) |
| virtual bool | peekWord (Uint32 *dst) const |
| virtual bool | peekWords (Uint32 *dst, Uint32 len) const |
Public Member Functions inherited from SimpleProperties::Reader | |
| bool | first () |
| bool | next () |
| bool | valid () const |
| Uint16 | getKey () const |
| Uint16 | getValueLen () const |
| ValueType | getValueType () const |
| Uint32 | getUint32 () const |
| char * | getString (char *dst) const |
| void | printAll (NdbOut &ndbout) |
Reader for linear memory
Definition at line 190 of file SimpleProperties.hpp.