#include <SmartPointer.h>
Inheritance diagram for buffy::SmartPointerItem:
Public Member Functions | |
SmartPointerItem () throw () | |
void | ref () throw () |
Increment the reference count for this object. | |
bool | unref () throw () |
Decrement the reference count for this object, returning true when it reaches 0. | |
Protected Attributes | |
int | _ref |
|
|
|
Increment the reference count for this object.
|
|
Decrement the reference count for this object, returning true when it reaches 0.
|
|
|