|
Bike-X
0.8
|
#include <cctype>#include <climits>#include <cstdio>#include <cstdlib>#include <cstring>#include <cstdarg>

Go to the source code of this file.
Data Structures | |
| 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 |
Variables | |
| static const int | TIXML2_MAJOR_VERSION = 1 |
| static const int | TIXML2_MINOR_VERSION = 0 |
| static const int | TIXML2_PATCH_VERSION = 9 |
| union tinyxml2::MemPoolT::Chunk |
Definition at line 365 of file tinyxml2.h.

| Data Fields | ||
|---|---|---|
| char | mem[SIZE] | |
| Chunk * | next | |
| struct tinyxml2::MemPoolT::Block |
Definition at line 369 of file tinyxml2.h.

| Data Fields | ||
|---|---|---|
| Chunk | chunk[COUNT] | |
| #define TIXML_SNPRINTF snprintf |
Definition at line 97 of file tinyxml2.h.
| #define TIXML_SSCANF sscanf |
Definition at line 98 of file tinyxml2.h.
| #define TIXMLASSERT | ( | x | ) | {} |
Definition at line 72 of file tinyxml2.h.
|
static |
Definition at line 101 of file tinyxml2.h.
|
static |
Definition at line 102 of file tinyxml2.h.
|
static |
Definition at line 103 of file tinyxml2.h.