Searched refs:ToComment (Results 1 – 3 of 3) sorted by relevance
699 …virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined ty… in ToComment() function706 …virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Wi… in ToComment() function1186 …virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. … in ToComment() function1187 …virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will ret… in ToComment() function
212 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); in main()
388 …TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (TiXmlComment*) this : … in ToComment() function