MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / LastChildElement

Function LastChildElement

Dependencies/tinyxml2/include/tinyxml2.h:796–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 const XMLElement* LastChildElement( const char* name = 0 ) const;
795
796 XMLElement* LastChildElement( const char* name = 0 ) {
797 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->LastChildElement(name) );
798 }
799
800 /// Get the previous (left) sibling node of this node.
801 const XMLNode* PreviousSibling() const {

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
LastChildElementMethod · 0.80

Tested by

no test coverage detected