![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
#include "../include/tinyxml2.hpp"#include <iostream>#include <cstdio>#include <cstdlib>#include <new>#include <cstddef>Classes | |
| struct | Entity |
Macros | |
| #define | DELETE_NODE(node) |
| #define | DELETE_ATTRIBUTE(attrib) |
Variables | |
| static const char | LINE_FEED = (char) 0x0a |
| static const char | LF = LINE_FEED |
| static const char | CARRIAGE_RETURN = (char) 0x0d |
| static const char | CR = CARRIAGE_RETURN |
| static const char | SINGLE_QUOTE = '\'' |
| static const char | DOUBLE_QUOTE = '\"' |
| static const unsigned char | TIXML_UTF_LEAD_0 = 0xefU |
| static const unsigned char | TIXML_UTF_LEAD_1 = 0xbbU |
| static const unsigned char | TIXML_UTF_LEAD_2 = 0xbfU |
| static const int | NUM_ENTITIES = 5 |
| static const Entity | entities [NUM_ENTITIES] |
| #define DELETE_ATTRIBUTE | ( | attrib | ) |
| #define DELETE_NODE | ( | node | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |