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

Public Member Functions

 Iterator (ConfigValues &c)
 Iterator (ConfigValues &c, const ConstIterator &i)
bool set (Uint32 key, Uint32 value)
bool set (Uint32 key, Uint64 value)
bool set (Uint32 key, const char *value)
- Public Member Functions inherited from ConfigValues::ConstIterator
 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

Additional Inherited Members

- Public Attributes inherited from ConfigValues::ConstIterator
Uint32 m_currentSection

Detailed Description

Definition at line 73 of file ConfigValues.hpp.


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