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 |
|
) |
| |
The documentation for this class was generated from the following files: