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) |
| 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 |
Uint32 | m_currentSection |
Detailed Description
Definition at line 73 of file ConfigValues.hpp.
The documentation for this class was generated from the following files: