Config(Console *pkConsole=0) | Config | |
ConsoleCmd(const HashString &rstrCmd, const HashString &rstrArgs) | Config | [virtual] |
GetValue(const HashString &rstrKey, std::string *pstrValue) | Config | |
GetValue(const HashString &rstrKey, float *pfValue) | Config | |
GetValue(const HashString &rstrKey, int *piValue) | Config | |
GetValue(const HashString &rstrKey, bool *pbValue) | Config | |
Load(const std::string &rstrFilename, unsigned int uiFlags=0, bool bForceReload=false, bool bSearchFileSystem=false) | LoadableEntity | |
Load(File *pkFile, unsigned int uiFlags=0, bool bForceReload=false) | LoadableEntity | |
LoadableEntity(FileManager *pkFileManager=0) | LoadableEntity | |
LoadNode(unsigned int uiFlags) | Config | [private, virtual] |
m_bKeepFile | LoadableEntity | [protected] |
m_bLoaded | LoadableEntity | [protected] |
m_pkFile | LoadableEntity | [protected] |
m_pkFileManager | LoadableEntity | [protected] |
m_pkHashTable | Config | [private] |
m_vpkCallbacks | Config | [private] |
Print() | Config | |
RegisterCallback(ConfigCallback *pkCallback) | Config | |
SetFileManager(FileManager *pkManager) | LoadableEntity | |
SetValue(const HashString &rstrKey, const HashString &rstrValue) | Config | |
SetValue(const HashString &rstrKey, float fValue) | Config | |
SetValue(const HashString &rstrKey, int iValue) | Config | |
SetValue(const HashString &rstrKey, bool bValue) | Config | |
UnregisterCallback(ConfigCallback *pkCallback) | Config | |
~Config() | Config | [virtual] |
~LoadableEntity() | LoadableEntity | [virtual] |