#include <ETL/handle>
Public Member Functions | |
void | ref () const |
bool | unref () const |
Returns false if object needs to be deleted. | |
int | count () const |
Protected Member Functions | |
shared_object () | |
virtual | ~shared_object () |
Private Attributes | |
int | refcount |
Definition at line 66 of file _handle.h.
virtual shared_object::~shared_object | ( | ) | [inline, protected, virtual] |
void shared_object::ref | ( | ) | const [inline] |
bool shared_object::unref | ( | ) | const [inline] |
int shared_object::count | ( | ) | const [inline] |
int shared_object::refcount [mutable, private] |