MySQL 5.6.14 Source Code Document
|
#include <SimpleProperties.hpp>
Public Member Functions | |
SimplePropertiesSectionReader (struct SegmentedSectionPtr &, class SectionSegmentPool &) | |
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 |
Uint32 | getSize () const |
bool | getWords (Uint32 *dst, Uint32 len) |
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 long signal section memory
Implemented in kernel/vm/SimplePropertiesSection.cpp
Definition at line 246 of file SimpleProperties.hpp.