#include <Object.h>
Public Member Functions | |
virtual | ~Object_base () |
Public Member Functions inherited from Ref_counted | |
Ref_counted () | |
Ref_counted (const Ref_counted &) | |
void | add_reference () |
void | remove_reference () |
bool | is_referenced () |
bool | is_shared () |
Additional Inherited Members | |
Protected Attributes inherited from Ref_counted | |
unsigned int | count |
|
inlinevirtual |