casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
casa::DataManager_global_functions_DataManagerCtor Struct Reference

Define the type of the static "constructor" function. More...

#include <DataManager.h>

List of all members.

Public Types

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

Detailed Description

Define the type of the static "constructor" 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 72 of file DataManager.h.


Member Typedef Documentation

Definition at line 73 of file DataManager.h.


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