| CConfiguration() | CConfiguration | |
| doc | CConfiguration | [private] |
| findNode(char *name) | CConfiguration | |
| getAttributeBoolean(TiXmlElement *node, char *str, bool def=false) | CConfiguration | [static] |
| getAttributeDouble(TiXmlElement *node, char *str, double def=0.0) | CConfiguration | [static] |
| getAttributeFloat(TiXmlElement *node, char *str, float def=0.0) | CConfiguration | [static] |
| getAttributeInteger(TiXmlElement *node, char *str, int def=0) | CConfiguration | [static] |
| getAttributeString(TiXmlElement *node, char *str, char *def="") | CConfiguration | [static] |
| getBoolean(char *str, bool def=false) | CConfiguration | |
| getDouble(char *str, double def=0.0) | CConfiguration | |
| getFloat(char *str, float def=0.0) | CConfiguration | |
| getInteger(char *str, int def=0) | CConfiguration | |
| getString(char *str, char *def="") | CConfiguration | |
| load(char *cfgFile) | CConfiguration | |
| rootNode | CConfiguration | |
| save(char *cfgFile) | CConfiguration | |
| setAttributeBoolean(TiXmlElement *node, char *str, bool value) | CConfiguration | [static] |
| setAttributeDouble(TiXmlElement *node, char *str, double value) | CConfiguration | [static] |
| setAttributeFloat(TiXmlElement *node, char *str, float value) | CConfiguration | [static] |
| setAttributeInteger(TiXmlElement *node, char *str, int value) | CConfiguration | [static] |
| setAttributeString(TiXmlElement *node, char *str, char *value) | CConfiguration | [static] |
| setBoolean(char *str, bool value) | CConfiguration | |
| setDouble(char *str, double value) | CConfiguration | |
| setFloat(char *str, float value) | CConfiguration | |
| setInteger(char *str, int value) | CConfiguration | |
| setRootNode(char *node) | CConfiguration | |
| setString(char *str, char *value) | CConfiguration | |
| ~CConfiguration() | CConfiguration | |