True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

Reference Counting

Reference Counting:
This class is reference counted. After the object is created it will have a reference count of one. AddRef() and Release() can be called to increment and decrement the reference count. If the reference count is zero after a call to Release() the object will be automatically deleted. Reference counted objects should only be created using new.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.