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

#include <SimpleProperties.hpp>

Inheritance diagram for SimplePropertiesSectionWriter:
Collaboration diagram for SimplePropertiesSectionWriter:

Public Member Functions

 SimplePropertiesSectionWriter (class SimulatedBlock &block)
virtual bool reset ()
virtual bool putWord (Uint32 val)
virtual bool putWords (const Uint32 *src, Uint32 len)
Uint32 getWordsUsed () const
void getPtr (struct SegmentedSectionPtr &dst)
- 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)

Detailed Description

Writer for long signal section memory

Implemented in kernel/vm/SimplePropertiesSection.cpp

Definition at line 280 of file SimpleProperties.hpp.

Member Function Documentation

void SimplePropertiesSectionWriter::getPtr ( struct SegmentedSectionPtr dst)

This "unlinks" the writer from the memory

Definition at line 247 of file SimplePropertiesSection.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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