|
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. | |
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 |