#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "tinystr.h"Defines | |
| #define | TIXML_LOG printf |
| #define | TIXML_STRING TiXmlString |
| #define | TIXML_OSTREAM TiXmlOutStream |
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
| enum | TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY } |
Variables | |
| class class class class class class class const int | TIXML_MAJOR_VERSION = 2 |
| const int | TIXML_MINOR_VERSION = 3 |
| const int | TIXML_PATCH_VERSION = 2 |
| const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1