#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string>
#include <iostream>
#include <sstream>
Go to the source code of this file.
◆ TIXML_SAFE
◆ TIXML_SNPRINTF
◆ TIXML_SSCANF
#define TIXML_SSCANF sscanf |
◆ TIXML_STRING
#define TIXML_STRING std::string |
◆ TIXML_USE_STL
◆ anonymous enum
Enumerator |
---|
TIXML_SUCCESS | |
TIXML_NO_ATTRIBUTE | |
TIXML_WRONG_TYPE | |
Definition at line 160 of file tinyxml.h.
◆ TiXmlEncoding
Enumerator |
---|
TIXML_ENCODING_UNKNOWN | |
TIXML_ENCODING_UTF8 | |
TIXML_ENCODING_LEGACY | |
Definition at line 169 of file tinyxml.h.
◆ TIXML_DEFAULT_ENCODING
◆ TIXML_MAJOR_VERSION
const int TIXML_MAJOR_VERSION = 2 |
◆ TIXML_MINOR_VERSION
const int TIXML_MINOR_VERSION = 6 |
◆ TIXML_PATCH_VERSION
const int TIXML_PATCH_VERSION = 2 |