MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / retain

Method retain

include/RavEngine/SharedObject.hpp:31–33  ·  view source on GitHub ↗

Increment the reference count */

Source from the content-addressed store, hash-verified

29 Increment the reference count
30 */
31 void retain() {
32 ++refcount;
33 }
34 /**
35 Decrement the reference count. If the reference count hits 0, the object is destroyed.
36 */

Callers 2

RefMethod · 0.80
RefClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected