TiXmlComment Class Reference
#include <tinyxml.hh>
Inheritance diagram for TiXmlComment:

Detailed Description
An XML comment.
Definition at line 1027 of file tinyxml.hh.
Public Member Functions
- TiXmlComment ()
- TiXmlComment (const TiXmlComment &)
- void operator= (const TiXmlComment &base)
- virtual ~TiXmlComment ()
- virtual TiXmlNode * Clone () const
- virtual void Print (FILE *cfile, int depth) const
- virtual const char * Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)
Protected Member Functions
- void CopyTo (TiXmlComment *target) const
- virtual void StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag)
- virtual void StreamOut (TIXML_OSTREAM *out, int depth) const
Constructor & Destructor Documentation
| TiXmlComment::TiXmlComment | ( | ) | [inline] |
| TiXmlComment::TiXmlComment | ( | const TiXmlComment & | ) |
| virtual TiXmlComment::~TiXmlComment | ( | ) | [inline, virtual] |
Definition at line 1035 of file tinyxml.hh.
Member Function Documentation
| virtual TiXmlNode* TiXmlComment::Clone | ( | ) | const [virtual] |
| void TiXmlComment::CopyTo | ( | TiXmlComment * | target | ) | const [protected] |
| void TiXmlComment::operator= | ( | const TiXmlComment & | base | ) |
| virtual const char* TiXmlComment::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data, | |||
| TiXmlEncoding | encoding | |||
| ) | [virtual] |
Implements TiXmlBase.
| virtual void TiXmlComment::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
| virtual void TiXmlComment::StreamIn | ( | TIXML_ISTREAM * | in, | |
| TIXML_STRING * | tag | |||
| ) | [protected, virtual] |
Implements TiXmlNode.
| virtual void TiXmlComment::StreamOut | ( | TIXML_OSTREAM * | out, | |
| int | depth | |||
| ) | const [protected, virtual] |
Implements TiXmlBase.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vutil/tinyxml.hh