![]() |
![]() |
DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep
Rev:Unversioneddirectory
|
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Macros | |
#define | TINYXML_INCLUDED |
#define | TIXML_STRING std::string |
#define | TIXML_SAFE |
Enumerations | |
enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
enum | TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY } |
Variables | |
const int | TIXML_MAJOR_VERSION = 2 |
const int | TIXML_MINOR_VERSION = 5 |
const int | TIXML_PATCH_VERSION = 2 |
const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
#define TIXML_STRING std::string |
Definition at line 56 of file tinyxml.h.
Referenced by TiXmlAttributeSet::Add(), TiXmlBase::GetEntity(), TiXmlDocument::LoadFile(), TiXmlElement::Parse(), TiXmlText::Parse(), TiXmlAttribute::Print(), TiXmlText::Print(), TiXmlElement::RemoveAttribute(), and TiXmlElement::SetAttribute().
anonymous enum |
enum TiXmlEncoding |
const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |