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

Function ShallowEqual

3rdparty/tinyxml2/tinyxml2.h:1929–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927 return 0;
1928 }
1929 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const override{
1930 return false;
1931 }
1932
1933private:
1934 XMLDocument( const XMLDocument& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected