MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ConfigValuesFactory Class Reference
Collaboration diagram for ConfigValuesFactory:

Public Member Functions

 ConfigValuesFactory (Uint32 keys=50, Uint32 data=10)
 ConfigValuesFactory (ConfigValues *m_cfg)
ConfigValuesgetConfigValues ()
bool openSection (Uint32 key, Uint32 no)
bool put (const ConfigValues::Entry &)
bool put (Uint32 key, Uint32 value)
bool put64 (Uint32 key, Uint64 value)
bool put (Uint32 key, const char *value)
bool closeSection ()
void expand (Uint32 freeKeys, Uint32 freeData)
void shrink ()
bool unpack (const UtilBuffer &)
bool unpack (const void *src, Uint32 len)

Static Public Member Functions

static ConfigValuesextractCurrentSection (const ConfigValues::ConstIterator &)

Public Attributes

Uint32 m_sectionCounter
Uint32 m_freeKeys
Uint32 m_freeData
ConfigValuesm_cfg

Detailed Description

Definition at line 107 of file ConfigValues.hpp.


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