WvStreams
|
Entry for a component. More...
#include <module.h>
Public Attributes | |
const UUID & | uuid |
IObject *(* | getObject )() |
Entry for a component.
Modules have an array of these, where the function pointed at by getObject will be used to obtain an interface pointer when the requested UUID matches the one in uuid.
Definition at line 76 of file debian/libwvstreams-dev/usr/include/wvstreams/xplc/module.h.
const UUID & XPLC_ComponentEntry::uuid |
Definition at line 78 of file debian/libwvstreams-dev/usr/include/wvstreams/xplc/module.h.
IObject *(* XPLC_ComponentEntry::getObject)() |
Definition at line 79 of file debian/libwvstreams-dev/usr/include/wvstreams/xplc/module.h.