Searched defs:LastChild (Results 1 – 7 of 7) sorted by relevance
42 LastChild enumerator
110 NodeType* LastChild(NodeType* pNode) { in LastChild() function
491 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() function492 TiXmlNode* LastChild() { return lastChild; } in LastChild() function499 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() function500 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() function
346 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode357 TiXmlNode* TiXmlNode::LastChild( const char * _value ) in LastChild() function in TiXmlNode
531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() function532 TiXmlNode* LastChild() { return lastChild; } in LastChild() function535 TiXmlNode* LastChild( const char * _value ) { in LastChild() function542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() function543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() function
373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode
780 const XMLNode* LastChild() const { in LastChild() function784 XMLNode* LastChild() { in LastChild() function2017 XMLHandle LastChild() { in LastChild() function2092 const XMLConstHandle LastChild() const { in LastChild() function