XALM  1.0
 Vše Třídy Prostory jmen Soubory Funkce Proměnné Výčty Hodnoty výčtu Friends Definice maker
Třídy | Prostory jmen | Definice maker | Výčty | Proměnné
Dokumentace souboru tinyxml2.h
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdarg>

Zobrazit zdrojový text tohoto souboru.

Třídy

class  tinyxml2::StrPair
 
class  tinyxml2::DynArray< T, INIT >
 
class  tinyxml2::MemPool
 
class  tinyxml2::MemPoolT< SIZE >
 
union  tinyxml2::MemPoolT< SIZE >::Chunk
 
struct  tinyxml2::MemPoolT< SIZE >::Block
 
class  tinyxml2::XMLVisitor
 Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks. ...
 
class  tinyxml2::XMLUtil
 
class  tinyxml2::XMLNode
 XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes. ...
 
class  tinyxml2::XMLText
 XML text. ...
 
class  tinyxml2::XMLComment
 An XML Comment. ...
 
class  tinyxml2::XMLDeclaration
 In correct XML the declaration is the first entry in the file. ...
 
class  tinyxml2::XMLUnknown
 Any tag that TinyXML-2 doesn't recognize is saved as an unknown. ...
 
class  tinyxml2::XMLAttribute
 An attribute is a name-value pair. ...
 
class  tinyxml2::XMLElement
 The element is a container class. ...
 
class  tinyxml2::XMLDocument
 A Document binds together all the functionality. ...
 
class  tinyxml2::XMLHandle
 A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. ...
 
class  tinyxml2::XMLConstHandle
 A variant of the XMLHandle class for working with const XMLNodes and Documents. ...
 
class  tinyxml2::XMLPrinter
 Printing functionality. ...
 

Prostory jmen

 tinyxml2
 

Definice maker

#define TINYXML2_LIB
 
#define TIXMLASSERT(x)   {}
 
#define TIXML_SNPRINTF   snprintf
 
#define TIXML_SSCANF   sscanf
 

Výčty

enum  tinyxml2::XMLError {
  tinyxml2::XML_NO_ERROR = 0, tinyxml2::XML_SUCCESS = 0, tinyxml2::XML_NO_ATTRIBUTE, tinyxml2::XML_WRONG_ATTRIBUTE_TYPE,
  tinyxml2::XML_ERROR_FILE_NOT_FOUND, tinyxml2::XML_ERROR_FILE_COULD_NOT_BE_OPENED, tinyxml2::XML_ERROR_FILE_READ_ERROR, tinyxml2::XML_ERROR_ELEMENT_MISMATCH,
  tinyxml2::XML_ERROR_PARSING_ELEMENT, tinyxml2::XML_ERROR_PARSING_ATTRIBUTE, tinyxml2::XML_ERROR_IDENTIFYING_TAG, tinyxml2::XML_ERROR_PARSING_TEXT,
  tinyxml2::XML_ERROR_PARSING_CDATA, tinyxml2::XML_ERROR_PARSING_COMMENT, tinyxml2::XML_ERROR_PARSING_DECLARATION, tinyxml2::XML_ERROR_PARSING_UNKNOWN,
  tinyxml2::XML_ERROR_EMPTY_DOCUMENT, tinyxml2::XML_ERROR_MISMATCHED_ELEMENT, tinyxml2::XML_ERROR_PARSING, tinyxml2::XML_CAN_NOT_CONVERT_TEXT,
  tinyxml2::XML_NO_TEXT_NODE
}
 
enum  tinyxml2::Whitespace { tinyxml2::PRESERVE_WHITESPACE, tinyxml2::COLLAPSE_WHITESPACE }
 

Proměnné

static const int TIXML2_MAJOR_VERSION = 1
 
static const int TIXML2_MINOR_VERSION = 0
 
static const int TIXML2_PATCH_VERSION = 11
 

Dokumentace k definicím maker

#define TINYXML2_LIB

Definice je uvedena na řádku 75 v souboru tinyxml2.h.

#define TIXML_SNPRINTF   snprintf

Definice je uvedena na řádku 115 v souboru tinyxml2.h.

Používá se v tinyxml2::XMLDocument::PrintError() a tinyxml2::XMLUtil::ToStr().

#define TIXML_SSCANF   sscanf
#define TIXMLASSERT (   x)    {}

Dokumentace proměnných

const int TIXML2_MAJOR_VERSION = 1
static

Definice je uvedena na řádku 119 v souboru tinyxml2.h.

const int TIXML2_MINOR_VERSION = 0
static

Definice je uvedena na řádku 120 v souboru tinyxml2.h.

const int TIXML2_PATCH_VERSION = 11
static

Definice je uvedena na řádku 121 v souboru tinyxml2.h.