Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:ToComment

446     virtual XMLComment*        ToComment()        { return 0; }    ///< Safely cast to a Comment, or null.

453 virtual const XMLComment* ToComment() const { return 0; }
656 virtual XMLComment* ToComment() { return this; }
657 virtual const XMLComment* ToComment() const { return this; }