DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
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_t
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlPrinter
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 

Macros

#define TIXML_USE_STL
 
#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

◆ TINYXML_INCLUDED

#define TINYXML_INCLUDED

Definition at line 37 of file tinyxml.h.

◆ TIXML_SAFE

#define TIXML_SAFE

Definition at line 70 of file tinyxml.h.

◆ TIXML_STRING

#define TIXML_STRING   std::string

Definition at line 60 of file tinyxml.h.

◆ TIXML_USE_STL

#define TIXML_USE_STL

Definition at line 33 of file tinyxml.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TIXML_SUCCESS 
TIXML_NO_ATTRIBUTE 
TIXML_WRONG_TYPE 

Definition at line 177 of file tinyxml.h.

◆ TiXmlEncoding

Enumerator
TIXML_ENCODING_UNKNOWN 
TIXML_ENCODING_UTF8 
TIXML_ENCODING_LEGACY 

Definition at line 182 of file tinyxml.h.

Variable Documentation

◆ TIXML_DEFAULT_ENCODING

const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN

Definition at line 186 of file tinyxml.h.

◆ TIXML_MAJOR_VERSION

const int TIXML_MAJOR_VERSION = 2

Definition at line 98 of file tinyxml.h.

◆ TIXML_MINOR_VERSION

const int TIXML_MINOR_VERSION = 5

Definition at line 99 of file tinyxml.h.

◆ TIXML_PATCH_VERSION

const int TIXML_PATCH_VERSION = 2

Definition at line 100 of file tinyxml.h.