MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PreviousSiblingElement

Function PreviousSiblingElement

3rdparty/tinyxml2/tinyxml2.h:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
817
818 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
819 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
820 }
821
822 /// Get the next (right) sibling node of this node.
823 const XMLNode* NextSibling() const {

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected