| 
    Orxonox
    0.0.5 Codename: Arcturus
    
   | 
 
#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "tinystr.h"Go to the source code of this file.
Classes | |
| class | TiXmlAttribute | 
| An attribute is a name-value pair.  More... | |
| class | TiXmlAttributeSet | 
| class | TiXmlBase | 
| TiXmlBase is a base class for every class in TinyXml.  More... | |
| struct | TiXmlBase::Entity | 
| class | TiXmlComment | 
| An XML comment.  More... | |
| struct | TiXmlCursor | 
| class | TiXmlDeclaration | 
| In correct XML the declaration is the first entry in the file.  More... | |
| class | TiXmlDocument | 
| Always the top level node.  More... | |
| class | TiXmlElement | 
| The element is a container class.  More... | |
| class | TiXmlHandle | 
| A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing.  More... | |
| class | TiXmlNode | 
| The parent class for everything in the Document Object Model.  More... | |
| class | TiXmlPrinter | 
| Print to memory functionality.  More... | |
| class | TiXmlStylesheetReference | 
| A stylesheet reference looks like this:  More... | |
| class | TiXmlText | 
| XML text.  More... | |
| class | TiXmlUnknown | 
| Any tag that tinyXml doesn't recognize is saved as an unknown.  More... | |
| class | TiXmlVisitor | 
| If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks.  More... | |
Macros | |
| #define | TIXML_SAFE | 
| #define | TIXML_SSCANF sscanf | 
| #define | TIXML_STRING TiXmlString | 
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } | 
| enum | TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY } | 
Variables | |
| const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN | 
| const int | TIXML_MAJOR_VERSION = 2 | 
| const int | TIXML_MINOR_VERSION = 5 | 
| const int | TIXML_PATCH_VERSION = 3 | 
| #define TIXML_SAFE | 
| #define TIXML_SSCANF sscanf | 
| #define TIXML_STRING TiXmlString | 
| enum TiXmlEncoding | 
| const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN | 
| const int TIXML_MAJOR_VERSION = 2 | 
| const int TIXML_MINOR_VERSION = 5 | 
| const int TIXML_PATCH_VERSION = 3 | 
 1.8.11