Jive reference manual
|
#include <jive/util/CtorMap.h>
Public Types | |
typedef CtorMapImp | Self |
Public Member Functions | |
void | insert (const String &type, void *ctor) |
bool | contains (const String &type) const |
void * | find (const String &type) const |
StringVector | listKnownTypes () const |
Static Public Member Functions | |
static Self * | newInstance () |
Protected Member Functions | |
CtorMapImp () | |
~CtorMapImp () | |
|
protected |
|
protected |
void jive::util::CtorMapImp::insert | ( | const String & | type, |
void * | ctor | ||
) |
bool jive::util::CtorMapImp::contains | ( | const String & | type | ) | const |
void* jive::util::CtorMapImp::find | ( | const String & | type | ) | const |
StringVector jive::util::CtorMapImp::listKnownTypes | ( | ) | const |
|
static |