Searched defs:TiXmlHandle (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h982 similarly named TiXmlHandle::Text() and TiXmlNode::ToText() which are
1369 A TiXmlHandle is a class that wraps a node pointer with null checks; this is
1370 an incredibly useful thing. Note that TiXmlHandle is not part of the TinyXml
1402 And that doesn't even cover "else" cases. TiXmlHandle addresses the verbosity
1403 of such code. A TiXmlHandle checks for null pointers so it is perfectly safe
1407 TiXmlHandle docHandle( &document );
1418 TiXmlHandle handleCopy = handle;
1448 class TiXmlHandle class
1452 TiXmlHandle( TiXmlNode* _node ) { this->node = _node; } function in class:TiXmlHandle
1454 TiXmlHandle( cons function in class:TiXmlHandle
[all...]

Completed in 35 milliseconds