MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / reinitDeepCopy

Method reinitDeepCopy

include/thundersvm/util/log.h:1410–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408 protected:
1409 virtual void deepCopy(const AbstractRegistry<T_Ptr, Container>&) = 0;
1410 void reinitDeepCopy(const AbstractRegistry<T_Ptr, Container>& sr) {
1411 unregisterAll();
1412 deepCopy(sr);
1413 }
1414
1415 private:
1416 Container m_list;

Callers 4

RegistryMethod · 0.80
RegistryClass · 0.80
RegistryWithPredMethod · 0.80
RegistryWithPredClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected