#include <tinyxml.h>
Inheritance diagram for TiXmlComment:
Public Member Functions | |
TiXmlComment () | |
Constructs an empty comment. | |
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 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. |