9#include "unibachelorgen.h"
25UniBachelorGen::UniBachelorGen(WvStringParm moniker)
28 setinner(wvcreate<IUniConfGen>(moniker));
The basic interface which is included by all other XPLC interfaces and objects.
An abstract data container that backs a UniConf tree.
virtual void commit()
Commits any changes.
virtual bool refresh()
Refreshes information about a key recursively.
A UniConfGen that delegates all requests to an inner generator.
A type-safe version of WvMonikerBase that lets you provide create functions for object types other th...