Orocos Real-Time Toolkit
2.9.0
|
#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::TiXmlCursor |
class | RTT::marsh::TiXmlBase |
TiXmlBase is a base class for every class in TinyXml. More... | |
class | RTT::marsh::TiXmlBase::StringToBuffer |
class | RTT::marsh::TiXmlNode |
The parent class for everything in the Document Object Model. More... | |
class | RTT::marsh::TiXmlAttribute |
An attribute is a name-value pair. More... | |
class | RTT::marsh::TiXmlAttributeSet |
class | RTT::marsh::TiXmlElement |
The element is a container class. More... | |
class | RTT::marsh::TiXmlComment |
An XML comment. More... | |
class | RTT::marsh::TiXmlText |
XML text. More... | |
class | RTT::marsh::TiXmlDeclaration |
In correct XML the declaration is the first entry in the file. More... | |
class | RTT::marsh::TiXmlUnknown |
Any tag that tinyXml doesn't recognize is saved as an unknown. More... | |
class | RTT::marsh::TiXmlDocument |
Always the top level node. More... | |
class | RTT::marsh::TiXmlHandle |
A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::marsh | |
Classes for reading/writing properties to/from file or data stream. | |
Macros | |
#define | TIXML_STRING TiXmlString |
#define | TIXML_OSTREAM TiXmlOutStream |
#define | TIXML_SAFE |
Variables | |
const int | RTT::marsh::TIXML_MAJOR_VERSION = 2 |
const int | RTT::marsh::TIXML_MINOR_VERSION = 4 |
const int | RTT::marsh::TIXML_PATCH_VERSION = 3 |
const TiXmlEncoding | RTT::marsh::TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
#define TIXML_OSTREAM TiXmlOutStream |
Definition at line 93 of file tinyxml.h.
Referenced by RTT::marsh::TiXmlBase::GetChar(), RTT::marsh::TiXmlBase::IsWhiteSpace(), RTT::marsh::TiXmlAttribute::operator>(), RTT::marsh::TiXmlComment::ToComment(), RTT::marsh::TiXmlDeclaration::ToDeclaration(), RTT::marsh::TiXmlDocument::ToDocument(), RTT::marsh::TiXmlElement::ToElement(), RTT::marsh::TiXmlText::ToText(), and RTT::marsh::TiXmlUnknown::ToUnknown().
#define TIXML_STRING TiXmlString |
Definition at line 92 of file tinyxml.h.
Referenced by RTT::marsh::TiXmlAttributeSet::Add(), RTT::marsh::TiXmlElement::Attribute(), RTT::marsh::TiXmlAttributeSet::Find(), RTT::marsh::TiXmlBase::GetChar(), RTT::marsh::TiXmlBase::GetEntity(), RTT::marsh::TiXmlNode::Identify(), RTT::marsh::TiXmlBase::IsWhiteSpace(), RTT::marsh::TiXmlAttributeSet::Last(), RTT::marsh::TiXmlDocument::LoadFile(), RTT::marsh::TiXmlAttribute::Parse(), RTT::marsh::TiXmlElement::Parse(), RTT::marsh::TiXmlText::Parse(), RTT::marsh::TiXmlUnknown::Parse(), RTT::marsh::TiXmlAttribute::Print(), RTT::marsh::TiXmlText::Print(), RTT::marsh::TiXmlBase::PutString(), RTT::marsh::TiXmlElement::QueryDoubleAttribute(), RTT::marsh::TiXmlElement::QueryIntAttribute(), RTT::marsh::TiXmlBase::ReadText(), RTT::marsh::TiXmlElement::ReadValue(), RTT::marsh::TiXmlElement::RemoveAttribute(), RTT::marsh::TiXmlElement::SetAttribute(), RTT::marsh::TiXmlAttribute::SetDocument(), RTT::marsh::TiXmlBase::SkipWhiteSpace(), RTT::marsh::TiXmlComment::ToComment(), RTT::marsh::TiXmlNode::ToDeclaration(), RTT::marsh::TiXmlDeclaration::ToDeclaration(), RTT::marsh::TiXmlDocument::ToDocument(), RTT::marsh::TiXmlElement::ToElement(), RTT::marsh::TiXmlText::ToText(), and RTT::marsh::TiXmlUnknown::ToUnknown().