Searched defs:TiXmlComment (Results 1 – 4 of 4) sorted by relevance
85 class TiXmlComment; variable148 virtual bool Visit( const TiXmlComment& /*comment*/ ) { return true; } in Visit()1166 TiXmlComment() : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {} in TiXmlComment() function1168 TiXmlComment( const char* _value ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) { in TiXmlComment() function
1283 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) in TiXmlComment() function in TiXmlComment
87 class TiXmlComment; variable1026 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment() function
1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT ) in TiXmlComment() function in TiXmlComment