TiXmlComment

class TiXmlComment

Bases: TiXmlNode

An XML comment.

Inheritance diagram

Inheritance diagram of TiXmlComment

TiXmlComment(void)
TiXmlComment(char const *_value)
TiXmlComment(TiXmlComment const&)

/// Constructs an empty comment.

/// Construct a comment from text.