|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
#include "platform/CCPlatformConfig.h"#include "platform/CCPlatformMacros.h"#include <ctype.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>Classes | |
| class | StrPair |
| class | DynArray< T, INIT > |
| class | MemPool |
| class | MemPoolT< SIZE > |
| class | XMLVisitor |
| Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks. More... | |
| class | XMLUtil |
| class | XMLNode |
| XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes. More... | |
| class | XMLText |
| XML text. More... | |
| class | XMLComment |
| An XML Comment. More... | |
| class | XMLDeclaration |
| In correct XML the declaration is the first entry in the file. More... | |
| class | XMLUnknown |
| Any tag that tinyXml doesn't recognize is saved as an unknown. More... | |
| class | XMLAttribute |
| An attribute is a name-value pair. More... | |
| class | XMLElement |
| The element is a container class. More... | |
| class | XMLDocument |
| A Document binds together all the functionality. More... | |
| class | XMLHandle |
| A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More... | |
| class | XMLConstHandle |
| A variant of the XMLHandle class for working with const XMLNodes and Documents. More... | |
| class | XMLPrinter |
| Printing functionality. More... | |
Namespaces | |
| namespace | tinyxml2 |
Macros | |
| #define | TIXMLASSERT(x) {} |
| #define | TIXML_SNPRINTF snprintf |
| #define | TIXML_SSCANF sscanf |
| #define TIXML_SNPRINTF snprintf |
| #define TIXML_SSCANF sscanf |
| #define TIXMLASSERT | ( | x | ) | {} |