MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / LastChildElement

Function LastChildElement

externals/tinyxml2/tinyxml2.h:802–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 const XMLElement* LastChildElement( const char* name = 0 ) const;
801
802 XMLElement* LastChildElement( const char* name = 0 ) {
803 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->LastChildElement(name) );
804 }
805
806 /// Get the previous (left) sibling node of this node.
807 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