Virtual Belgium  2.0
A micro-simulation platform for the Belgian population
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
tinyxml2.hpp File Reference
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstring>
#include <cstdarg>
#include <string>

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
 

Enumerations

enum  {
  tinyxml2::XML_NO_ERROR = 0, tinyxml2::XML_SUCCESS = 0, tinyxml2::XML_NO_ATTRIBUTE, tinyxml2::XML_WRONG_ATTRIBUTE_TYPE,
  tinyxml2::XML_ERROR_FILE_NOT_FOUND, tinyxml2::XML_ERROR_FILE_COULD_NOT_BE_OPENED, tinyxml2::XML_ERROR_FILE_READ_ERROR, tinyxml2::XML_ERROR_ELEMENT_MISMATCH,
  tinyxml2::XML_ERROR_PARSING_ELEMENT, tinyxml2::XML_ERROR_PARSING_ATTRIBUTE, tinyxml2::XML_ERROR_IDENTIFYING_TAG, tinyxml2::XML_ERROR_PARSING_TEXT,
  tinyxml2::XML_ERROR_PARSING_CDATA, tinyxml2::XML_ERROR_PARSING_COMMENT, tinyxml2::XML_ERROR_PARSING_DECLARATION, tinyxml2::XML_ERROR_PARSING_UNKNOWN,
  tinyxml2::XML_ERROR_EMPTY_DOCUMENT, tinyxml2::XML_ERROR_MISMATCHED_ELEMENT, tinyxml2::XML_ERROR_PARSING, tinyxml2::XML_CAN_NOT_CONVERT_TEXT,
  tinyxml2::XML_NO_TEXT_NODE
}
 

Variables

static const int TIXML2_MAJOR_VERSION = 1
 
static const int TIXML2_MINOR_VERSION = 0
 
static const int TIXML2_PATCH_VERSION = 6
 

Macro Definition Documentation

#define TIXML_SNPRINTF   snprintf
#define TIXML_SSCANF   sscanf
#define TIXMLASSERT (   x)    {}

Variable Documentation

const int TIXML2_MAJOR_VERSION = 1
static
const int TIXML2_MINOR_VERSION = 0
static
const int TIXML2_PATCH_VERSION = 6
static