tinyxml.h File Reference
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "tinystr.h"
Go to the source code of this file.
Classes |
| struct | RTT::marsh::TiXmlBase::Entity |
| class | RTT::marsh::TiXmlBase::StringToBuffer |
| class | RTT::marsh::TiXmlAttribute |
| class | RTT::marsh::TiXmlAttributeSet |
| class | RTT::marsh::TiXmlBase |
| class | RTT::marsh::TiXmlComment |
| struct | RTT::marsh::TiXmlCursor |
| class | RTT::marsh::TiXmlDeclaration |
| class | RTT::marsh::TiXmlDocument |
| class | RTT::marsh::TiXmlElement |
| class | RTT::marsh::TiXmlHandle |
| class | RTT::marsh::TiXmlNode |
| class | RTT::marsh::TiXmlText |
| class | RTT::marsh::TiXmlUnknown |
Namespaces |
| namespace | RTT |
| | Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
|
| namespace | RTT::marsh |
Defines |
| #define | TIXML_OSTREAM TiXmlOutStream |
| #define | TIXML_SAFE |
| #define | TIXML_STRING TiXmlString |
Enumerations |
| enum | { RTT::marsh::TIXML_SUCCESS,
RTT::marsh::TIXML_NO_ATTRIBUTE,
RTT::marsh::TIXML_WRONG_TYPE
} |
| enum | RTT::marsh::TiXmlEncoding { RTT::marsh::TIXML_ENCODING_UNKNOWN,
RTT::marsh::TIXML_ENCODING_UTF8,
RTT::marsh::TIXML_ENCODING_LEGACY
} |
Variables |
| const TiXmlEncoding | RTT::marsh::TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
| const int | RTT::marsh::TIXML_MAJOR_VERSION = 2 |
| const int | RTT::marsh::TIXML_MINOR_VERSION = 4 |
| const int | RTT::marsh::TIXML_PATCH_VERSION = 3 |
Define Documentation
| #define TIXML_OSTREAM TiXmlOutStream |
| #define TIXML_STRING TiXmlString |