#include <IReference.h>
Inheritance diagram for amn::IReference:
Public Member Functions | |
IReference () | |
Constructor. | |
virtual | ~IReference () |
Destructor. | |
virtual bool | drop () |
Subtracts one from the reference count. | |
virtual void | grab () |
Adds one to the reference count. |
|
Constructor.
|
|
Destructor.
|
|
Subtracts one from the reference count. Subtracts one from the reference count. If the reference count is equal to 0, then it deletes itself.
|
|
Adds one to the reference count.
|