#include <cctype>
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <string>
#include "ticpprc.h"
Go to the source code of this file.
◆ TIXML_SAFE
◆ TIXML_SSCANF
| #define TIXML_SSCANF sscanf |
◆ TIXML_STRING
| #define TIXML_STRING std::string |
Definition at line 60 of file tinyxml.h.
Referenced by TiXmlAttributeSet::Add(), TiXmlBase::EncodeString(), TiXmlBase::GetEntity(), TiXmlDocument::LoadFile(), TiXmlDocument::LoadFile(), TiXmlAttribute::NameTStr(), TiXmlNode::operator>>, TiXmlBase::Parse(), TiXmlElement::Parse(), TiXmlText::Parse(), TiXmlAttribute::Print(), TiXmlDeclaration::Print(), TiXmlStylesheetReference::Print(), TiXmlText::Print(), TiXmlBase::ReadName(), TiXmlBase::ReadText(), TiXmlElement::RemoveAttribute(), TiXmlElement::SetAttribute(), TiXmlComment::StreamIn(), TiXmlDeclaration::StreamIn(), TiXmlDocument::StreamIn(), TiXmlElement::StreamIn(), TiXmlNode::StreamIn(), TiXmlStylesheetReference::StreamIn(), TiXmlText::StreamIn(), TiXmlUnknown::StreamIn(), TiXmlBase::StreamTo(), TiXmlBase::StreamWhiteSpace(), TiXmlNode::ValueTStr(), and TiXmlPrinter::Visit().
◆ TIXML_USE_STL
◆ TIXML_USE_TICPP
◆ anonymous enum
| Enumerator |
|---|
| TIXML_SUCCESS | |
| TIXML_NO_ATTRIBUTE | |
| TIXML_WRONG_TYPE | |
Definition at line 176 of file tinyxml.h.
◆ TiXmlEncoding
| Enumerator |
|---|
| TIXML_ENCODING_UNKNOWN | |
| TIXML_ENCODING_UTF8 | |
| TIXML_ENCODING_LEGACY | |
Definition at line 179 of file tinyxml.h.
◆ TIXML_DEFAULT_ENCODING
◆ TIXML_MAJOR_VERSION
| const int TIXML_MAJOR_VERSION = 2 |
◆ TIXML_MINOR_VERSION
| const int TIXML_MINOR_VERSION = 5 |
◆ TIXML_PATCH_VERSION
| const int TIXML_PATCH_VERSION = 3 |