antioch-0.4.0
|
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdarg>
Go to the source code of this file.
Classes | |
class | tinyxml2::StrPair |
class | tinyxml2::DynArray< T, INIT > |
class | tinyxml2::MemPool |
class | tinyxml2::MemPoolT< SIZE > |
union | tinyxml2::MemPoolT< SIZE >::Chunk |
struct | tinyxml2::MemPoolT< SIZE >::Block |
class | tinyxml2::XMLVisitor |
class | tinyxml2::XMLUtil |
class | tinyxml2::XMLNode |
class | tinyxml2::XMLText |
class | tinyxml2::XMLComment |
class | tinyxml2::XMLDeclaration |
class | tinyxml2::XMLUnknown |
class | tinyxml2::XMLAttribute |
class | tinyxml2::XMLElement |
class | tinyxml2::XMLDocument |
class | tinyxml2::XMLHandle |
class | tinyxml2::XMLConstHandle |
class | tinyxml2::XMLPrinter |
Namespaces | |
tinyxml2 | |
Macros | |
#define | TIXMLASSERT(x) {} |
#define | TIXML_SNPRINTF snprintf |
#define | TIXML_SSCANF sscanf |
#define TIXML_SNPRINTF snprintf |
Definition at line 92 of file tinyxml2.h.
Referenced by tinyxml2::XMLDocument::PrintError(), and tinyxml2::XMLUtil::ToStr().
#define TIXML_SSCANF sscanf |
Definition at line 93 of file tinyxml2.h.
Referenced by tinyxml2::XMLUtil::ToDouble(), tinyxml2::XMLUtil::ToFloat(), tinyxml2::XMLUtil::ToInt(), and tinyxml2::XMLUtil::ToUnsigned().
#define TIXMLASSERT | ( | x | ) | {} |
Definition at line 68 of file tinyxml2.h.
Referenced by tinyxml2::XMLNode::DeleteChild(), tinyxml2::StrPair::GetStr(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLNode::InsertAfterChild(), tinyxml2::XMLNode::InsertEndChild(), tinyxml2::XMLNode::InsertFirstChild(), tinyxml2::DynArray< char, 20 >::operator[](), tinyxml2::StrPair::ParseText(), tinyxml2::DynArray< char, 20 >::PopArr(), tinyxml2::XMLPrinter::PushAttribute(), tinyxml2::XMLNode::Unlink(), tinyxml2::XMLPrinter::XMLPrinter(), and tinyxml2::XMLDocument::~XMLDocument().