#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "tinystr.h"#include <string>#include <iostream>#include <sstream>Go to the source code of this file.
Classes | |
| struct | TiXmlCursor |
| class | TiXmlVisitor |
| class | TiXmlBase |
| struct | TiXmlBase::Entity |
| class | TiXmlNode |
| class | TiXmlAttribute |
| class | TiXmlAttributeSet |
| class | TiXmlElement |
| class | TiXmlComment |
| class | TiXmlText |
| class | TiXmlDeclaration |
| class | TiXmlUnknown |
| class | TiXmlDocument |
| class | TiXmlHandle |
| class | TiXmlPrinter |
Defines | |
| #define | TIXML_STRING std::string |
| #define | TIXML_SAFE |
| #define | TIXML_SNPRINTF snprintf |
| #define | TIXML_SSCANF sscanf |
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
| enum | TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY } |
Variables | |
| const int | TIXML_MAJOR_VERSION = 2 |
| const int | TIXML_MINOR_VERSION = 6 |
| const int | TIXML_PATCH_VERSION = 1 |
| const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
| #define TIXML_SNPRINTF snprintf |
Definition at line 83 of file tinyxml.h.
Referenced by TiXmlBase::EncodeString(), TiXmlAttribute::SetDoubleValue(), and TiXmlAttribute::SetIntValue().
| #define TIXML_SSCANF sscanf |
Definition at line 84 of file tinyxml.h.
Referenced by TiXmlAttribute::QueryDoubleValue(), and TiXmlAttribute::QueryIntValue().
| #define TIXML_STRING std::string |
Definition at line 55 of file tinyxml.h.
Referenced by TiXmlAttributeSet::Add(), TiXmlBase::GetEntity(), TiXmlDocument::LoadFile(), operator>>(), TiXmlText::Parse(), TiXmlElement::Parse(), TiXmlText::Print(), TiXmlAttribute::Print(), TiXmlElement::RemoveAttribute(), and TiXmlPrinter::Visit().
| anonymous enum |
| enum TiXmlEncoding |
| const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
Definition at line 175 of file tinyxml.h.
Referenced by operator>>(), TiXmlElement::StreamIn(), and TiXmlDocument::StreamIn().
| const int TIXML_MAJOR_VERSION = 2 |
| const int TIXML_MINOR_VERSION = 6 |
| const int TIXML_PATCH_VERSION = 1 |
1.7.2