Searched defs:TiXmlComment (Results 1 – 2 of 2) 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