Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlComment

1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1283 void TiXmlComment::operator=( const TiXmlComment& base )
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1314 TiXmlNode* TiXmlComment::Clone() const
1316 TiXmlComment* clone = new TiXmlComment();