MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / incRefCount

Method incRefCount

Engine/source/core/util/refBase.h:201–204  ·  view source on GitHub ↗

Increments the reference count.

Source from the content-addressed store, hash-verified

199
200 /// Increments the reference count.
201 void incRefCount()
202 {
203 mRefCount++;
204 }
205
206 /// Decrements the reference count.
207 void decRefCount()

Callers 4

setMethod · 0.45
incRefMethod · 0.45
_setMethod · 0.45
getWeakReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected