casacore
|
#include <DataManager.h>
Public Types | |
typedef DataManager *(* | DataManagerCtor) (const String &dataManagerType, const Record &spec) |
Define the type of the static construction function.
Internal
Class names of data managers and pointers to their associated constructor function are registered in a static map to be able to create the correct data manager object from a string giving the type name of the data manager. DataManagerCtor is the type of the constructor functions.
Definition at line 71 of file DataManager.h.
typedef DataManager*(* casacore::DataManager_global_functions_DataManagerCtor::DataManagerCtor) (const String &dataManagerType, const Record &spec) |
Definition at line 72 of file DataManager.h.