![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Classes | |
class | Attribute |
Wrapper around TiXmlAttribute. More... | |
class | Base |
Wrapper around TiXmlBase. More... | |
class | Comment |
Wrapper around TiXmlComment. More... | |
class | Declaration |
Wrapper around TiXmlDeclaration. More... | |
class | Document |
Wrapper around TiXmlDocument. More... | |
class | Element |
Wrapper around TiXmlElement. More... | |
class | Exception |
This is a ticpp exception class. More... | |
class | Iterator |
Iterator for conveniently stepping through Nodes and Attributes. More... | |
class | Node |
Wrapper around TiXmlNode. More... | |
class | NodeImp |
Implementation of Node wrapper. More... | |
class | StylesheetReference |
Wrapper around TiXmlStylesheetReference. More... | |
class | Text |
Wrapper around TiXmlText. More... | |
class | Visitor |
Wrapper around TiXmlVisitor. More... | |
ticpp is a TinyXML wrapper that uses a lot more C++ ideals. 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.