Applies reference counting to certain cAudio objects. More...
#include <IRefCounted.h>

Public Member Functions | |
| virtual void | grab () |
| Increments the reference count by one. | |
| virtual bool | drop () |
| Decrements the reference count by one. If it hits zero, this object is deleted. | |
| int | getReferenceCount () const |
| Returns the current reference count of this object. | |
Protected Attributes | |
| int | RefCount |
Applies reference counting to certain cAudio objects.
Definition at line 12 of file IRefCounted.h.
1.8.5