LatMRG Online Documentation unknown
Tools to analyze the lattice structure of linear generators
Loading...
Searching...
No Matches
tinyxml2.h File Reference

Classes

class  tinyxml2::StrPair
class  tinyxml2::DynArray< T, INITIAL_SIZE >
class  tinyxml2::MemPool
class  tinyxml2::MemPoolT< ITEM_SIZE >
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. More...
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. More...
class  tinyxml2::XMLText
 XML text. More...
class  tinyxml2::XMLComment
 An XML Comment. More...
class  tinyxml2::XMLDeclaration
 In correct XML the declaration is the first entry in the file. More...
class  tinyxml2::XMLUnknown
 Any tag that TinyXML-2 doesn't recognize is saved as an unknown. More...
class  tinyxml2::XMLAttribute
 An attribute is a name-value pair. More...
class  tinyxml2::XMLElement
 The element is a container class. More...
class  tinyxml2::XMLDocument
 A Document binds together all the functionality. More...
class  tinyxml2::XMLHandle
 A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More...
class  tinyxml2::XMLConstHandle
 A variant of the XMLHandle class for working with const XMLNodes and Documents. More...
class  tinyxml2::XMLPrinter
 Printing functionality. More...

Namespaces

namespace  tinyxml2

Macros

#define TINYXML2_LIB
#define TIXMLASSERT(x)
#define TINYXML2_MAJOR_VERSION   7
#define TINYXML2_MINOR_VERSION   1
#define TINYXML2_PATCH_VERSION   0

Enumerations

enum  tinyxml2::XMLError {
  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_PARSING_ELEMENT , tinyxml2::XML_ERROR_PARSING_ATTRIBUTE ,
  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 , tinyxml2::XML_ELEMENT_DEPTH_EXCEEDED , tinyxml2::XML_ERROR_COUNT
}
enum  tinyxml2::Whitespace { tinyxml2::PRESERVE_WHITESPACE , tinyxml2::COLLAPSE_WHITESPACE }

Variables

static const int TIXML2_MAJOR_VERSION = 7
static const int TIXML2_MINOR_VERSION = 1
static const int TIXML2_PATCH_VERSION = 0
static const int TINYXML2_MAX_ELEMENT_DEPTH = 100

Macro Definition Documentation

◆ TINYXML2_LIB

#define TINYXML2_LIB

◆ TIXMLASSERT

#define TIXMLASSERT ( x)
Value:
{}

◆ TINYXML2_MAJOR_VERSION

#define TINYXML2_MAJOR_VERSION   7

◆ TINYXML2_MINOR_VERSION

#define TINYXML2_MINOR_VERSION   1

◆ TINYXML2_PATCH_VERSION

#define TINYXML2_PATCH_VERSION   0

Variable Documentation

◆ TIXML2_MAJOR_VERSION

const int TIXML2_MAJOR_VERSION = 7
static

◆ TIXML2_MINOR_VERSION

const int TIXML2_MINOR_VERSION = 1
static

◆ TIXML2_PATCH_VERSION

const int TIXML2_PATCH_VERSION = 0
static

◆ TINYXML2_MAX_ELEMENT_DEPTH

const int TINYXML2_MAX_ELEMENT_DEPTH = 100
static