#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 | |
struct | TiXmlBase::Entity |
class | TiXmlAttribute |
class | TiXmlAttributeSet |
class | TiXmlBase |
class | TiXmlComment |
struct | TiXmlCursor |
class | TiXmlDeclaration |
class | TiXmlDocument |
class | TiXmlElement |
class | TiXmlHandle |
class | TiXmlNode |
class | TiXmlPrinter |
class | TiXmlText |
class | TiXmlUnknown |
class | TiXmlVisitor |
Defines | |
#define | TINYXML_IMPORT_EXPORT |
#define | TIXML_SAFE |
#define | TIXML_SNPRINTF snprintf |
#define | TIXML_SSCANF sscanf |
#define | TIXML_STRING TiXmlString |
Enumerations | |
enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
Variables | |
const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
TIXML_ENCODING_UNKNOWN | |
TIXML_ENCODING_UTF8 | |
const int | TIXML_MAJOR_VERSION = 2 |
const int | TIXML_MINOR_VERSION = 6 |
const int | TIXML_PATCH_VERSION = 1 |
enum TINYXML_IMPORT_EXPORT | TiXmlEncoding |
#define TINYXML_IMPORT_EXPORT |
#define TIXML_SAFE |
#define TIXML_SNPRINTF snprintf |
#define TIXML_SSCANF sscanf |
#define TIXML_STRING TiXmlString |
anonymous enum |
const int TIXML_MAJOR_VERSION = 2 |
const int TIXML_MINOR_VERSION = 6 |
const int TIXML_PATCH_VERSION = 1 |