MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / autorelease

Method autorelease

Source/Basic/Object.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Object::autorelease() {
101 SharedPoolManager.addObject(this);
102}
103
104bool Object::isSingleReferenced() const noexcept {
105 return _refCount == 1;

Callers 12

removeChildMethod · 0.80
createMethod · 0.80
distanceMethod · 0.80
frictionMethod · 0.80
gearMethod · 0.80
springMethod · 0.80
prismaticMethod · 0.80
pulleyMethod · 0.80
revoluteMethod · 0.80
ropeMethod · 0.80
weldMethod · 0.80
wheelMethod · 0.80

Calls 1

addObjectMethod · 0.80

Tested by

no test coverage detected