#include <wvmoniker.h>
Inheritance diagram for WvMoniker< T >:
(The objects themselves have to be derived from IObject, however.)
See WvMonikerBase for details.
Example: static IWvStream *createfunc(WvStringParm s, IObject *obj, void *userdata) { return new WvStream; }
static WvMoniker<IWvStream> registration("ssl", createfunc);
Public Types | |
typedef T * | CreateFunc (WvStringParm parms, IObject *obj, void *userdata) |
Public Member Functions | |
WvMoniker (WvStringParm _id, CreateFunc *_func) | |
Public Attributes | |
WvString | id |
WvMonikerRegistry * | reg |