Classes | |
class | Exception |
This is a ticpp exception class. More... | |
class | Base |
Wrapper around TiXmlBase. More... | |
class | Attribute |
Wrapper around TiXmlAttribute. More... | |
class | Node |
Wrapper around TiXmlNode. More... | |
class | Iterator |
Iterator for conveniently stepping through Nodes and Attributes. More... | |
class | NodeImp |
Implementation of Node wrapper. More... | |
class | Comment |
Wrapper around TiXmlComment. More... | |
class | Text |
Wrapper around TiXmlText. More... | |
class | Document |
Wrapper around TiXmlDocument. More... | |
class | Element |
Wrapper around TiXmlElement. More... | |
class | Declaration |
Wrapper around TiXmlDeclaration. More... |
It throws exceptions, uses templates, is in its own name space, and requires STL (Standard Template Library). This is done to ease the use of getting values in and out of the xml.
If you don't perfer to use some of the concepts just don't use it. It is just a wrapper that extends TinyXML. It doesn't actually change any of TinyXML.