Searched defs:ToDocument (Results 1 - 2 of 2) sorted by relevance
/external/tinyxml/ | ||
H A D | tinyxml.h | 636 const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode 643 TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode |
/external/tinyxml2/ | ||
H A D | tinyxml2.h | 447 virtual XMLDocument* ToDocument() { return 0; } ///< Safely cast to a Document, or null.
function in class:tinyxml2::XMLNode 454 virtual const XMLDocument* ToDocument() const { return 0; } function in class:tinyxml2::XMLNode 1047 virtual XMLDocument* ToDocument() { return this; } function in class:tinyxml2::XMLDocument 1048 virtual const XMLDocument* ToDocument() const { return this; } function in class:tinyxml2::XMLDocument |
Completed in 65 milliseconds