muMECH
1.0
|
Classes | |
class | DynArray |
struct | Entity |
class | MemPool |
class | MemPoolT |
class | StrPair |
class | XMLAttribute |
An attribute is a name-value pair. More... | |
class | XMLComment |
An XML Comment. More... | |
class | XMLConstHandle |
A variant of the XMLHandle class for working with const XMLNodes and Documents. More... | |
class | XMLDeclaration |
In correct XML the declaration is the first entry in the file. More... | |
class | XMLDocument |
A Document binds together all the functionality. More... | |
class | XMLElement |
The element is a container class. More... | |
class | XMLHandle |
A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More... | |
class | XMLNode |
XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes. More... | |
class | XMLPrinter |
Printing functionality. More... | |
class | XMLText |
XML text. More... | |
class | XMLUnknown |
Any tag that TinyXML-2 doesn't recognize is saved as an unknown. More... | |
class | XMLUtil |
class | XMLVisitor |
Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks. More... | |
Variables | |
static const int | NUM_ENTITIES = 5 |
static const Entity | entities [NUM_ENTITIES] |
enum tinyxml2::Whitespace |
Enumerator | |
---|---|
PRESERVE_WHITESPACE | |
COLLAPSE_WHITESPACE |
Definition at line 1434 of file tinyxml2.h.
enum tinyxml2::XMLError |
Definition at line 979 of file tinyxml2.h.
|
static |
Definition at line 74 of file tinyxml2.cpp.
|
static |
Definition at line 73 of file tinyxml2.cpp.
Referenced by tinyxml2::StrPair::GetStr(), tinyxml2::XMLPrinter::PrintString(), and tinyxml2::XMLPrinter::XMLPrinter().