cAudio  2.3.0
3d Audio Engine
 All Classes Namespaces Functions Variables Enumerations Pages
Public Member Functions | Protected Attributes | List of all members
cAudio::IRefCounted Class Reference

Applies reference counting to certain cAudio objects. More...

#include <IRefCounted.h>

Inheritance diagram for cAudio::IRefCounted:
Inheritance graph
[legend]

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
 

Detailed Description

Applies reference counting to certain cAudio objects.

Definition at line 12 of file IRefCounted.h.


The documentation for this class was generated from the following file: