#include <tinyxml.h>
Inheritance diagram for TiXmlComment::
Public Methods | |
TiXmlComment () | |
Constructs an empty comment. | |
virtual void | Print (FILE *cfile, int depth) const |
All TinyXml classes can print themselves to a filestream. More... |
|
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.) Reimplemented from TiXmlBase. |