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

Method deleteObject

kernel/fglm/fglmvec.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return new fglmVectorRep (N, 0);
77 }
78 BOOLEAN deleteObject ()
79 {
80 return --ref_count == 0;
81 }
82 fglmVectorRep *copyObject ()
83 {
84 ref_count++;

Callers 12

gmp_numeratorFunction · 0.80
gmp_denominatorFunction · 0.80
canonicalform.ccFile · 0.80
convertCF2initFmpzFunction · 0.80
convertCF2FmpqFunction · 0.80
~CanonicalFormMethod · 0.80
cf_inline.ccFile · 0.80
~fglmVectorMethod · 0.80
clearelemsMethod · 0.80
makeUniqueMethod · 0.80
nihilateMethod · 0.80
fglmvec.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected