Public Member Functions |
| ConfigValuesFactory (Uint32 keys=50, Uint32 data=10) |
| ConfigValuesFactory (ConfigValues *m_cfg) |
ConfigValues * | getConfigValues () |
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) |
Public Attributes |
Uint32 | m_sectionCounter |
Uint32 | m_freeKeys |
Uint32 | m_freeData |
ConfigValues * | m_cfg |
Detailed Description
Definition at line 107 of file ConfigValues.hpp.
The documentation for this class was generated from the following files: