#include <DataManager.h>
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 69 of file DataManager.h.
Public Types | |
| typedef DataManager *(*) | DataManagerCtor (const String &dataManagerType, const Record &spec) |
| typedef DataManager*(*) casa::DataManager_global_functions_DataManagerCtor::DataManagerCtor(const String &dataManagerType, const Record &spec) |
Definition at line 70 of file DataManager.h.
1.5.1