#include <TinyXML.h>
Inherits TiXmlNode.
Public Member Functions | |
| TiXmlComment () | |
| Constructs an empty comment. | |
| virtual | ~TiXmlComment () |
| virtual TiXmlNode * | Clone () const |
| virtual void | Print (FILE *cfile, int depth) const |
| All TinyXml classes can print themselves to a filestream. | |
Protected Member Functions | |
| virtual void | StreamOut (TiXmlOutStream *out) const |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
Private Member Functions | |
| TiXmlComment (const TiXmlComment &) | |
| void | operator= (const TiXmlComment &base) |
| TiXmlComment::TiXmlComment | ( | ) | [inline] |
Constructs an empty comment.
| virtual TiXmlComment::~TiXmlComment | ( | ) | [inline, virtual] |
| TiXmlComment::TiXmlComment | ( | const TiXmlComment & | ) | [private] |
| virtual void TiXmlComment::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
All TinyXml classes can print themselves to a filestream.
This is a formatted print, and will insert tabs and newlines.
(For an unformatted stream, use the << operator.)
Implements TiXmlBase.
| virtual void TiXmlComment::StreamOut | ( | TiXmlOutStream * | out | ) | const [protected, virtual] |
Implements TiXmlBase.
| virtual const char* TiXmlComment::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data | |||
| ) | [protected, virtual] |
Implements TiXmlBase.
| void TiXmlComment::operator= | ( | const TiXmlComment & | base | ) | [private] |
1.5.6