MCPcopy Create free account
hub / github.com/Singular/Singular / copyObject

Function copyObject

factory/int_cf.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual ~InternalCF() {};
61 int deleteObject() { return decRefCount() == 0; }
62 InternalCF* copyObject() { incRefCount(); return this; }
63 virtual InternalCF* deepCopyObject() const PVIRT_INTCF("deepCopyObject");
64 virtual const char * classname() const PVIRT_CHARCC("classname");
65 virtual InternalCF* genZero() PVIRT_INTCF("genZero");

Callers 15

genZeroMethod · 0.85
genOneMethod · 0.85
divremsameMethod · 0.85
divremcoeffMethod · 0.85
bextgcdsameMethod · 0.85
bextgcdcoeffMethod · 0.85
divremcoeffMethod · 0.85
divremcoefftMethod · 0.85
tryDivremcoefftMethod · 0.85
genZeroMethod · 0.85
genOneMethod · 0.85
bgcdcoeffMethod · 0.85

Calls 1

incRefCountFunction · 0.85

Tested by

no test coverage detected