WvStreams
|
Helper internal structure. More...
#include <utils.h>
Public Member Functions | |
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. More... | |
Helper internal structure.
Used for implementing IMPLEMENT_IOBJECT.
WeakRef* IObjectImplInternal::weakref |