MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ShallowEqual

Function ShallowEqual

sourcecommon/tinyxml2.h:1685–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683 return 0;
1684 }
1685 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const {
1686 return false;
1687 }
1688
1689private:
1690 XMLDocument( const XMLDocument& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected