Classes | |
class | Exception |
This is a ticpp exception class. More... | |
class | Visitor |
Wrapper around TiXmlVisitor. 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... | |
class | StylesheetReference |
Wrapper around TiXmlStylesheetReference. More... |
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.