#include <tinyxml.h>

Public Member Functions | |
| virtual TiXmlNode * | Clone () const |
| Returns a copy of this Comment. | |
| void | operator= (const TiXmlComment &base) |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding) |
| virtual void | Print (FILE *cfile, int depth) const |
| Write this Comment to a FILE stream. | |
| TiXmlComment (const TiXmlComment &) | |
| TiXmlComment () | |
| Constructs an empty comment. | |
| virtual TiXmlComment * | ToComment () |
| Cast to a more defined type. Will return null not of the requested type. | |
| virtual const TiXmlComment * | ToComment () const |
| Cast to a more defined type. Will return null not of the requested type. | |
| virtual | ~TiXmlComment () |
Protected Member Functions | |
| void | CopyTo (TiXmlComment *target) const |
| virtual void | StreamOut (TIXML_OSTREAM *out) const |
An XML comment.
Definition at line 1048 of file tinyxml.h.
| RTT::marsh::TiXmlComment::TiXmlComment | ( | ) | [inline] |
| RTT::marsh::TiXmlComment::TiXmlComment | ( | const TiXmlComment & | copy | ) |
Definition at line 1383 of file tinyxml.cpp.
| virtual RTT::marsh::TiXmlComment::~TiXmlComment | ( | ) | [inline, virtual] |
| TiXmlNode * RTT::marsh::TiXmlComment::Clone | ( | ) | const [virtual] |
Returns a copy of this Comment.
Implements RTT::marsh::TiXmlNode.
Definition at line 1420 of file tinyxml.cpp.
| void RTT::marsh::TiXmlComment::CopyTo | ( | TiXmlComment * | target | ) | const [protected] |
Definition at line 1414 of file tinyxml.cpp.
| void RTT::marsh::TiXmlComment::operator= | ( | const TiXmlComment & | base | ) |
Definition at line 1389 of file tinyxml.cpp.
| const char * RTT::marsh::TiXmlComment::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data, | |||
| TiXmlEncoding | encoding | |||
| ) | [virtual] |
Implements RTT::marsh::TiXmlBase.
Definition at line 1340 of file tinyxmlparser.cpp.
| void RTT::marsh::TiXmlComment::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
Write this Comment to a FILE stream.
Implements RTT::marsh::TiXmlBase.
Definition at line 1396 of file tinyxml.cpp.
| void RTT::marsh::TiXmlComment::StreamOut | ( | TIXML_OSTREAM * | out | ) | const [protected, virtual] |
Implements RTT::marsh::TiXmlBase.
Definition at line 1405 of file tinyxml.cpp.
| virtual TiXmlComment* RTT::marsh::TiXmlComment::ToComment | ( | ) | [inline, virtual] |
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from RTT::marsh::TiXmlNode.
| virtual const TiXmlComment* RTT::marsh::TiXmlComment::ToComment | ( | ) | const [inline, virtual] |
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from RTT::marsh::TiXmlNode.