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

Function decRefCount

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

Source from the content-addressed store, hash-verified

51 int getRefCount() { return refCount; };
52 void incRefCount() { refCount++; };
53 int decRefCount() { return --refCount; };
54public:
55 InternalCF() { refCount = 1; };
56 InternalCF( const InternalCF& )

Callers 15

negMethod · 0.85
subcoeffMethod · 0.85
negMethod · 0.85
addsameMethod · 0.85
subsameMethod · 0.85
mulsameMethod · 0.85
tryMulsameMethod · 0.85
divsameMethod · 0.85
tryDivsameMethod · 0.85
modsameMethod · 0.85
addcoeffMethod · 0.85
subcoeffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected