This is the complete list of members for CConfiguration, including all inherited members.
| addNode(TiXmlElement *node) | CConfiguration | |
| addNode(TiXmlElement *node, TiXmlElement *parent) | CConfiguration | |
| CConfiguration(const char *rootNode) | CConfiguration | |
| CConfiguration() | CConfiguration | |
| clear() | CConfiguration | |
| doc | CConfiguration | protected |
| findNode(const char *name) | CConfiguration | |
| findNode(const char *name, TiXmlElement *start) | CConfiguration | |
| findNodes(const char *name, std::vector< TiXmlElement * > &result, TiXmlElement *start, unsigned int level) | CConfiguration | protected |
| findNodes(const char *name, std::vector< TiXmlElement * > &result) | CConfiguration | |
| findNodes(const char *name, std::vector< TiXmlElement * > &result, TiXmlElement *start) | CConfiguration | |
| getAttributeBoolean(TiXmlElement *node, const char *str, bool def=false) | CConfiguration | static |
| getAttributeDouble(TiXmlElement *node, const char *str, double def=0.0) | CConfiguration | static |
| getAttributeFloat(TiXmlElement *node, const char *str, float def=0.0) | CConfiguration | static |
| getAttributeInteger(TiXmlElement *node, const char *str, int def=0) | CConfiguration | static |
| getAttributeString(TiXmlElement *node, const char *str, const char *def="") | CConfiguration | static |
| getAttributeUnsignedLong(TiXmlElement *node, const char *str, unsigned long def=0) | CConfiguration | static |
| getBoolean(const char *str, bool def=false) | CConfiguration | |
| getBoolean(const char *str, TiXmlElement *start, bool def=false) | CConfiguration | |
| getDocument() | CConfiguration | |
| getDouble(const char *str, double def=0.0) | CConfiguration | |
| getDouble(const char *str, TiXmlElement *start, double def=0.0) | CConfiguration | |
| getFloat(const char *str, float def=0.0) | CConfiguration | |
| getFloat(const char *str, TiXmlElement *start, float def=0.0) | CConfiguration | |
| getInteger(const char *str, int def=0) | CConfiguration | |
| getInteger(const char *str, TiXmlElement *start, int def=0) | CConfiguration | |
| getNode(const char *name) | CConfiguration | |
| getString(const char *str, const char *def="") | CConfiguration | |
| getString(const char *str, TiXmlElement *start, const char *def="") | CConfiguration | |
| getText(TiXmlElement *node) | CConfiguration | static |
| getUnsignedLong(const char *str, unsigned long def=0) | CConfiguration | |
| insertNode(TiXmlElement *node, TiXmlElement *afterThis) | CConfiguration | |
| insertNode(TiXmlElement *node, TiXmlElement *afterThis, TiXmlElement *parent) | CConfiguration | |
| load(const char *cfgFile) | CConfiguration | |
| parse(const char *str) | CConfiguration | |
| removeAttribute(TiXmlElement *element, const char *name) | CConfiguration | |
| removeNode(TiXmlElement *element) | CConfiguration | |
| removeNode(TiXmlElement *element, TiXmlElement *parent) | CConfiguration | |
| rootNode | CConfiguration | protected |
| save(const char *cfgFile) | CConfiguration | |
| setAttributeBoolean(TiXmlElement *node, const char *str, bool value) | CConfiguration | static |
| setAttributeDouble(TiXmlElement *node, const char *str, double value) | CConfiguration | static |
| setAttributeFloat(TiXmlElement *node, const char *str, float value) | CConfiguration | static |
| setAttributeInteger(TiXmlElement *node, const char *str, int value) | CConfiguration | static |
| setAttributeString(TiXmlElement *node, const char *str, const char *value) | CConfiguration | static |
| setBoolean(const char *str, bool value) | CConfiguration | |
| setDouble(const char *str, double value) | CConfiguration | |
| setFloat(const char *str, float value) | CConfiguration | |
| setInteger(const char *str, int value) | CConfiguration | |
| setRootNode(const char *node) | CConfiguration | |
| setString(const char *str, const char *value) | CConfiguration | |
| ~CConfiguration() | CConfiguration | virtual |