Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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>
+ 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  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 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 34 of file tinyxml.h.

#define TIXML_SAFE

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

Enumerator
TIXML_ENCODING_UNKNOWN 
TIXML_ENCODING_UTF8 
TIXML_ENCODING_LEGACY 

Definition at line 166 of file tinyxml.h.

Variable Documentation

const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN

Definition at line 173 of file tinyxml.h.

const int TIXML_MAJOR_VERSION = 2

Definition at line 96 of file tinyxml.h.

const int TIXML_MINOR_VERSION = 5

Definition at line 97 of file tinyxml.h.

const int TIXML_PATCH_VERSION = 2

Definition at line 98 of file tinyxml.h.