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

Function NextSiblingElement

3rdparty/tinyxml2/tinyxml2.h:834–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 const XMLElement* NextSiblingElement( const char* name = 0 ) const;
833
834 XMLElement* NextSiblingElement( const char* name = 0 ) {
835 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->NextSiblingElement( name ) );
836 }
837
838 /**
839 Add a child node as the last (right) child.

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
NextSiblingElementMethod · 0.80

Tested by

no test coverage detected