Searched refs:TiXmlComment (Results 1 – 5 of 5) sorted by relevance
87 class TiXmlComment; variable638 …const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComme… in ToComment()645 …TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } … in ToComment()1022 class TiXmlComment : public TiXmlNode1026 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment() function1027 TiXmlComment( const TiXmlComment& );1028 void operator=( const TiXmlComment& base );1030 virtual ~TiXmlComment() {} in ~TiXmlComment()1043 void CopyTo( TiXmlComment* target ) const;
1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT ) in TiXmlComment() function in TiXmlComment1283 void TiXmlComment::operator=( const TiXmlComment& base ) in operator =()1290 void TiXmlComment::Print( FILE* cfile, int depth ) const in Print()1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const in StreamOut()1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const in CopyTo()1314 TiXmlNode* TiXmlComment::Clone() const in Clone()1316 TiXmlComment* clone = new TiXmlComment(); in Clone()
392 TiXmlComment* comment = commentHandle.Node()->ToComment(); in main()593 TiXmlComment comment; in main()595 TiXmlComment commentCopy( comment ); in main()596 TiXmlComment commentAssign; in main()898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); in main()
837 returnNode = new TiXmlComment(); in Identify()1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn()1292 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse()
397 A comment. Will become a TiXmlComment object.432 TiXmlComment " Our to do list data"