#include <tinyxml.h>
Inheritance diagram for TiXmlComment:
Public Member Functions | |
TiXmlComment () | |
Constructs an empty comment. | |
TiXmlComment (const TiXmlComment &) | |
void | operator= (const TiXmlComment &base) |
virtual | ~TiXmlComment () |
virtual TiXmlNode * | Clone () const |
Returns a copy of this Comment. | |
virtual void | Print (FILE *cfile, int depth) const |
Write this Comment to a FILE stream. | |
virtual const char * | Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding) |
virtual const TiXmlComment * | ToComment () const |
Cast to a more defined type. Will return null not of the requested type. | |
virtual TiXmlComment * | ToComment () |
Cast to a more defined type. Will return null not of the requested type. | |
Protected Member Functions | |
void | CopyTo (TiXmlComment *target) const |
virtual void | StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag) |
virtual void | StreamOut (TIXML_OSTREAM *out) const |
|
Constructs an empty comment.
|
|
|
|
|
|
Returns a copy of this Comment.
Implements TiXmlNode. |
|
|
|
|
|
Implements TiXmlBase. |
|
Write this Comment to a FILE stream.
Implements TiXmlBase. |
|
Implements TiXmlNode. |
|
Implements TiXmlBase. |
|
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from TiXmlNode. |
|
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from TiXmlNode. |