This file contains rapidxml parser and DOM implementation. More...
#include <cstdlib>#include <cassert>#include <new>#include <exception>

Go to the source code of this file.
This file contains rapidxml parser and DOM implementation.
Definition in file rapidxml.hpp.
| #define RAPIDXML_ALIGNMENT sizeof(void *) |
Definition at line 131 of file rapidxml.hpp.
| #define RAPIDXML_DYNAMIC_POOL_SIZE (64 * 1024) |
Definition at line 123 of file rapidxml.hpp.
| #define RAPIDXML_PARSE_ERROR | ( | what, | |
| where | |||
| ) | throw parse_error(what, where) |
Definition at line 55 of file rapidxml.hpp.
| #define RAPIDXML_STATIC_POOL_SIZE (64 * 1024) |
Definition at line 116 of file rapidxml.hpp.