DzRefCountedItem Class Reference
[Basic Objects]
Implements a basic reference counting mechanism.
More...
Inheritance diagram for DzRefCountedItem:
Detailed Description
Implements a basic reference counting mechanism.
Instances of DzRefCountedItem are objects that are intended to be shared between multiple owners. Each owner references the object when taking ownership, and dereference the object when it no longer needs the object. The object keeps an internal reference count, and when no other objects are referencing the object (i.e. the reference count reaches zero) the object will delete itself.
- Attention:
- Although this class is not directly exposed to DAZ Script, it is important to document the existence of it - for a proper understanding of the classes that also derive from it.
Generated on Thu Sep 24 12:21:14 2009
Copyright © 2002 - 2009 DAZ 3D, Inc.