DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Enumerations | Variables
tinyxml.h File Reference
#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.

Classes

class  TiXmlCursor
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlVisitor
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlBase
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlBase::Entity
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlNode
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlAttribute
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlAttributeSet
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlElement
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlComment
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlText
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlDeclaration
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlUnknown
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlDocument
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlHandle
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlPrinter
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 

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
 

Macro Definition Documentation

#define TINYXML_INCLUDED

Definition at line 33 of file tinyxml.h.

#define TIXML_SAFE

Definition at line 66 of file tinyxml.h.

#define TIXML_STRING   std::string

Enumeration Type Documentation

anonymous enum
Enumerator
TIXML_SUCCESS 
TIXML_NO_ATTRIBUTE 
TIXML_WRONG_TYPE 

Definition at line 174 of file tinyxml.h.

Enumerator
TIXML_ENCODING_UNKNOWN 
TIXML_ENCODING_UTF8 
TIXML_ENCODING_LEGACY 

Definition at line 179 of file tinyxml.h.

Variable Documentation

const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN

Definition at line 183 of file tinyxml.h.

const int TIXML_MAJOR_VERSION = 2

Definition at line 95 of file tinyxml.h.

const int TIXML_MINOR_VERSION = 5

Definition at line 96 of file tinyxml.h.

const int TIXML_PATCH_VERSION = 2

Definition at line 97 of file tinyxml.h.