Home
last modified time | relevance | path

Searched defs:ToDocument (Results 1 – 1 of 1) sorted by relevance

/external/tinyxml/
Dtinyxml.h636 …const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocum… in ToDocument() function
643 …TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; }… in ToDocument() function