MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / PreviousSiblingElement

Function PreviousSiblingElement

Engine/lib/tinyxml/tinyxml2.h:816–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected