#include <jive/gl/DataSetFactory.h>
|
| static void | declare (const String &type, Constructor ctor) |
| |
| static bool | exists (const String &type) |
| |
| static StringVector | listKnownTypes () |
| |
| static Ref< DataSet > | newInstance (const String &type, const String &name, const Properties &conf, const Properties &props, const Properties &globdat, const AppContext &apx) |
| |
| static Ref< DataSet > | newInstance (const String &name, const Properties &conf, const Properties &props, const Properties &globdat, const AppContext &apx) |
| |
| static void | noSuchTypeError (const String &context, const String &type, const String &kind) |
| |
| static void | noSuchTypeError (const String &context, const String &type, const String &kind, const StringVector &knownTypes) |
| |
| static void jive::gl::DataSetFactory::declare |
( |
const String & |
type, |
|
|
Constructor |
ctor |
|
) |
| |
|
static |
| static bool jive::gl::DataSetFactory::exists |
( |
const String & |
type | ) |
|
|
static |
| static StringVector jive::gl::DataSetFactory::listKnownTypes |
( |
| ) |
|
|
static |