aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
tinyxml.h File Reference
#include <cctype>
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <string>
#include "ticpprc.h"
+ Include dependency graph for tinyxml.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TiXmlCursor
 
class  TiXmlVisitor
 If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks. More...
 
class  TiXmlBase
 TiXmlBase is a base class for every class in TinyXml. More...
 
struct  TiXmlBase::Entity
 
class  TiXmlNode
 The parent class for everything in the Document Object Model. More...
 
class  TiXmlAttribute
 An attribute is a name-value pair. More...
 
class  TiXmlAttributeSet
 
class  TiXmlElement
 The element is a container class. More...
 
class  TiXmlComment
 An XML comment. More...
 
class  TiXmlText
 XML text. More...
 
class  TiXmlDeclaration
 In correct XML the declaration is the first entry in the file. More...
 
class  TiXmlStylesheetReference
 A stylesheet reference looks like this: More...
 
class  TiXmlUnknown
 Any tag that tinyXml doesn't recognize is saved as an unknown. More...
 
class  TiXmlDocument
 Always the top level node. More...
 
class  TiXmlHandle
 A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More...
 
class  TiXmlPrinter
 Print to memory functionality. More...
 

Macros

#define TIXML_USE_TICPP
 
#define TIXML_USE_STL
 
#define TIXML_STRING   std::string
 
#define TIXML_SAFE
 
#define TIXML_SSCANF   sscanf
 

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 = 3
 
const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN
 

Macro Definition Documentation

◆ TIXML_SAFE

#define TIXML_SAFE

Definition at line 70 of file tinyxml.h.

◆ TIXML_SSCANF

#define TIXML_SSCANF   sscanf

Definition at line 91 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 52 of file tinyxml.h.

◆ TIXML_USE_TICPP

#define TIXML_USE_TICPP

Definition at line 29 of file tinyxml.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TIXML_SUCCESS 
TIXML_NO_ATTRIBUTE 
TIXML_WRONG_TYPE 

Definition at line 176 of file tinyxml.h.

◆ TiXmlEncoding

Enumerator
TIXML_ENCODING_UNKNOWN 
TIXML_ENCODING_UTF8 
TIXML_ENCODING_LEGACY 

Definition at line 179 of file tinyxml.h.

Variable Documentation

◆ TIXML_DEFAULT_ENCODING

const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN

Definition at line 185 of file tinyxml.h.

◆ TIXML_MAJOR_VERSION

const int TIXML_MAJOR_VERSION = 2

Definition at line 105 of file tinyxml.h.

◆ TIXML_MINOR_VERSION

const int TIXML_MINOR_VERSION = 5

Definition at line 106 of file tinyxml.h.

◆ TIXML_PATCH_VERSION

const int TIXML_PATCH_VERSION = 3

Definition at line 107 of file tinyxml.h.