From 618dfb51d93898632830f1b87443d3f748780871 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:05:53 +0200 Subject: 3.5 --- shared/tinyxml/docs/annotated.html | 59 ++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 25 deletions(-) (limited to 'shared/tinyxml/docs/annotated.html') diff --git a/shared/tinyxml/docs/annotated.html b/shared/tinyxml/docs/annotated.html index 79534783..a84e5fa2 100644 --- a/shared/tinyxml/docs/annotated.html +++ b/shared/tinyxml/docs/annotated.html @@ -1,39 +1,48 @@ - - + + + + TinyXml: Class List - - - - -
-
-
-
-

TinyXml Class List

Here are the classes, structs, unions and interfaces with brief descriptions: + + + + + + +
+

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
- + - + - +
TiXmlAttributeAn attribute is a name-value pair
TiXmlBaseTiXmlBase is a base class for every class in TinyXml
TiXmlBaseTiXmlBase is a base class for every class in TinyXml
TiXmlCommentAn XML comment
TiXmlDeclarationIn correct XML the declaration is the first entry in the file
TiXmlDocumentAlways the top level node
TiXmlElementThe element is a container class
TiXmlHandleA TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing
TiXmlHandleA TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing
TiXmlNodeThe parent class for everything in the Document Object Model
TiXmlPrinterPrint to memory functionality
TiXmlTextXML text
TiXmlUnknownAny tag that tinyXml doesn't recognize is saved as an unknown
TiXmlVisitorIf you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks
TiXmlVisitorImplements the interface to the "Visitor pattern" (see the Accept() method
-
Generated on Sun May 6 15:41:23 2007 for TinyXml by  + +
Generated by  -doxygen 1.4.7
+doxygen 1.6.2
-- cgit