#include "wvmonikerregistry.h"
#include <assert.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | DEBUGLOG(fmt, args...) |
Functions | |
unsigned | WvHash (const XUUID &_uuid) |
DeclareWvDict (WvMonikerRegistry, XUUID, reg_iid) | |
IObject * | wvcreate (const XUUID &iid, WvStringParm s, IObject *obj, void *userdata) |
Create an object registered in a WvMonikerRegistry. | |
Variables | |
WvMonikerRegistryDict * | regs |
|
|
|
|
Create an object registered in a WvMonikerRegistry. The iid specifies which registry to look in, and s, obj, and userdata are the parameters to supply to the object's factory. Most factories need only 's', which is the moniker itself. Most people don't use this function. See the templated, type-safe version of wvcreate() below. Definition at line 188 of file wvmoniker.cc. References WvMonikerRegistry::create(), and WvMonikerRegistry::release(). Referenced by wvcreate(). |
|
|
Definition at line 36 of file wvmoniker.cc. Referenced by WvMonikerRegistry::find_reg(), and WvMonikerRegistry::release(). |