MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getRefCount

Function getRefCount

physx/source/simulationcontroller/src/ScActorPair.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 PX_FORCE_INLINE void incRefCount() { ++mRefCount; PX_ASSERT(mRefCount>0); }
85 PX_FORCE_INLINE PxU32 decRefCount() { PX_ASSERT(mRefCount>0); return --mRefCount; }
86 PX_FORCE_INLINE PxU32 getRefCount() const { return mRefCount; }
87
88 private:
89 ActorPair& operator=(const ActorPair&);

Callers 7

getReferenceCountMethod · 0.85
releaseMethod · 0.85
isWritableMethod · 0.85
getReferenceCountMethod · 0.85
getReferenceCountMethod · 0.85
getReferenceCountMethod · 0.85
getReferenceCountMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected