MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SectionReader Class Reference

Classes

struct  PosInfo

Public Member Functions

 SectionReader (struct SegmentedSectionPtr &, class SectionSegmentPool &)
 SectionReader (Uint32 firstSectionIVal, class SectionSegmentPool &)
void reset ()
bool step (Uint32 len)
bool getWord (Uint32 *dst)
bool peekWord (Uint32 *dst) const
bool peekWords (Uint32 *dst, Uint32 len) const
Uint32 getSize () const
bool getWords (Uint32 *dst, Uint32 len)
bool getWordsPtr (const Uint32 *&readPtr, Uint32 &actualLen)
bool getWordsPtr (Uint32 maxLen, const Uint32 *&readPtr, Uint32 &actualLen)
PosInfo getPos ()
bool setPos (PosInfo posinfo)
bool updateWord (Uint32 value) const

Detailed Description

Definition at line 23 of file SectionReader.hpp.

Member Function Documentation

bool SectionReader::updateWord ( Uint32  value) const

Update word at current position to value

Definition at line 119 of file SectionReader.cpp.


The documentation for this class was generated from the following files: