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

Function ShallowClone

sourcecommon/tinyxml2.h:1682–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680 char* Identify( char* p, XMLNode** node );
1681
1682 virtual XMLNode* ShallowClone( XMLDocument* /*document*/ ) const {
1683 return 0;
1684 }
1685 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const {
1686 return false;
1687 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected