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(). More... | |
Public Attributes | |
unsigned int | refcount |
Holds the reference count. More... | |
WeakRef * | weakref |
Pointer to a weak reference object. More... | |
Helper internal structure.
Used for implementing IMPLEMENT_IOBJECT.
UUID_MAP_END IObject * IObjectImplInternal::getInterface | ( | void * | self, |
const UUID & | uuid, | ||
const UUID_Info * | uuidlist | ||
) |
Used to implement IObject::getInterface().
Definition at line 40 of file getiface.cc.
References IObject::addRef().
unsigned int IObjectImplInternal::refcount |
WeakRef* IObjectImplInternal::weakref |