casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
casacore::DataManager_global_functions_DataManagerCtor Struct Reference

Define the type of the static construction function. More...

#include <DataManager.h>

Public Types

typedef DataManager *(* DataManagerCtor )(const String &dataManagerType, const Record &spec)
 

Detailed Description

Define the type of the static construction function.

Intended use:

Internal

Review Status

Reviewed By:
Gareth Hunt
Date Reviewed:
94Nov17

Synopsis

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.

Member Typedef Documentation

typedef DataManager*(* casacore::DataManager_global_functions_DataManagerCtor::DataManagerCtor)(const String &dataManagerType, const Record &spec)

Definition at line 72 of file DataManager.h.


The documentation for this struct was generated from the following file: