/home/tetron/hack/vos/libs/vos/vutil/tinyxml.hh File Reference
Go to the source code of this file.
Classes
- struct TiXmlCursor
- class TiXmlBase
- class TiXmlBase::StringToBuffer
- struct TiXmlBase::Entity
- class TiXmlNode
- The parent class for everything in the Document Object Model. More...
- The parent class for everything in the Document Object Model. More...
- class TiXmlAttribute
- An attribute is a name-value pair. More...
- An attribute is a name-value pair. More...
- class TiXmlAttributeSet
- class TiXmlElement
- The element is a container class. More...
- The element is a container class. More...
- class TiXmlComment
- An XML comment. More...
- An XML comment. More...
- class TiXmlText
- XML text. More...
- XML text. More...
- class TiXmlDeclaration
- In correct XML the declaration is the first entry in the file. More...
- 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...
- Any tag that tinyXml doesn't recognize is saved as an unknown. More...
- class TiXmlDocument
- Always the top level node. More...
- 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...
- A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More...
Defines
- #define TIXML_USE_STL 1
- #define TIXML_LOG printf
- #define TIXML_STRING std::string
- #define TIXML_ISTREAM std::istream
- #define TIXML_OSTREAM std::ostream
- #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 = 4
- const int TIXML_PATCH_VERSION = 2
- const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN
Define Documentation
| #define TIXML_ISTREAM std::istream |
Definition at line 63 of file tinyxml.hh.
| #define TIXML_LOG printf |
Definition at line 56 of file tinyxml.hh.
| #define TIXML_OSTREAM std::ostream |
Definition at line 64 of file tinyxml.hh.
| #define TIXML_SAFE |
Definition at line 75 of file tinyxml.hh.
| #define TIXML_STRING std::string |
Definition at line 62 of file tinyxml.hh.
| #define TIXML_USE_STL 1 |
Definition at line 28 of file tinyxml.hh.
Enumeration Type Documentation
| anonymous enum |
Definition at line 117 of file tinyxml.hh.
| enum TiXmlEncoding |
Definition at line 126 of file tinyxml.hh.
Variable Documentation
| const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
Definition at line 133 of file tinyxml.hh.
| const int TIXML_MAJOR_VERSION = 2 |
Definition at line 99 of file tinyxml.hh.
| const int TIXML_MINOR_VERSION = 4 |
Definition at line 100 of file tinyxml.hh.
| const int TIXML_PATCH_VERSION = 2 |
Definition at line 101 of file tinyxml.hh.