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

Function ShallowClone

3rdparty/tinyxml2/tinyxml2.h:1926–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924 void MarkInUse(const XMLNode* const);
1925
1926 virtual XMLNode* ShallowClone( XMLDocument* /*document*/ ) const override{
1927 return 0;
1928 }
1929 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const override{
1930 return false;
1931 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected