#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
Go to the source code of this file.
|
| enum | ttv::xml::XMLError {
ttv::xml::XML_SUCCESS = 0,
ttv::xml::XML_NO_ATTRIBUTE,
ttv::xml::XML_WRONG_ATTRIBUTE_TYPE,
ttv::xml::XML_ERROR_FILE_NOT_FOUND,
ttv::xml::XML_ERROR_FILE_COULD_NOT_BE_OPENED,
ttv::xml::XML_ERROR_FILE_READ_ERROR,
ttv::xml::XML_ERROR_ELEMENT_MISMATCH,
ttv::xml::XML_ERROR_PARSING_ELEMENT,
ttv::xml::XML_ERROR_PARSING_ATTRIBUTE,
ttv::xml::XML_ERROR_IDENTIFYING_TAG,
ttv::xml::XML_ERROR_PARSING_TEXT,
ttv::xml::XML_ERROR_PARSING_CDATA,
ttv::xml::XML_ERROR_PARSING_COMMENT,
ttv::xml::XML_ERROR_PARSING_DECLARATION,
ttv::xml::XML_ERROR_PARSING_UNKNOWN,
ttv::xml::XML_ERROR_EMPTY_DOCUMENT,
ttv::xml::XML_ERROR_MISMATCHED_ELEMENT,
ttv::xml::XML_ERROR_PARSING,
ttv::xml::XML_CAN_NOT_CONVERT_TEXT,
ttv::xml::XML_NO_TEXT_NODE,
ttv::xml::XML_ERROR_COUNT
} |
| |
| enum | ttv::xml::Whitespace { ttv::xml::PRESERVE_WHITESPACE,
ttv::xml::COLLAPSE_WHITESPACE
} |
| |
◆ ttv::xml::MemPoolT::Chunk
| union ttv::xml::MemPoolT::Chunk |
template<int SIZE>
union ttv::xml::MemPoolT< SIZE >::Chunk
| Class Members |
|
char |
mem[SIZE] |
|
|
Chunk * |
next |
|
◆ ttv::xml::MemPoolT::Block
| struct ttv::xml::MemPoolT::Block |
template<int SIZE>
struct ttv::xml::MemPoolT< SIZE >::Block
◆ TINYXML2_LIB
◆ TIXMLASSERT
| #define TIXMLASSERT |
( |
|
x | ) |
{} |
◆ TIXML2_MAJOR_VERSION
| const int TIXML2_MAJOR_VERSION = 4 |
|
static |
◆ TIXML2_MINOR_VERSION
| const int TIXML2_MINOR_VERSION = 0 |
|
static |
◆ TIXML2_PATCH_VERSION
| const int TIXML2_PATCH_VERSION = 1 |
|
static |