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

Public Member Functions

 ConstIterator (const ConfigValues &c)
bool openSection (Uint32 key, Uint32 no)
bool closeSection ()
bool get (Uint32 key, Entry *) const
bool get (Uint32 key, Uint32 *value) const
bool get (Uint32 key, Uint64 *value) const
bool get (Uint32 key, const char **value) const
bool getTypeOf (Uint32 key, ValueType *type) const
Uint32 get (Uint32 key, Uint32 notFound) const
Uint64 get64 (Uint32 key, Uint64 notFound) const
const char * get (Uint32 key, const char *notFound) const
ValueType getTypeOf (Uint32 key) const

Public Attributes

Uint32 m_currentSection

Friends

class ConfigValuesFactory

Detailed Description

Definition at line 50 of file ConfigValues.hpp.

Member Function Documentation

bool ConfigValues::ConstIterator::openSection ( Uint32  key,
Uint32  no 
)

Validate

Definition at line 137 of file ConfigValues.cpp.


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