#include <ETL/handle>
Inheritance diagram for shared_object:

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 65 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] |
1.5.2