#include <utils.h>
Used for implementing IMPLEMENT_IOBJECT.
Definition at line 87 of file utils.h.
Public Member Functions | |
IObjectImplInternal () | |
IObject * | getInterface (void *self, const UUID &uuid, const UUID_Info *uuidlist) |
Used to implement IObject::getInterface(). | |
Public Attributes | |
unsigned int | refcount |
Holds the reference count. | |
WeakRef * | weakref |
Pointer to a weak reference object. |