Macros to ease declaration of run-time selection tables. More...
Go to the source code of this file.
Macros | |
#define | declareRunTimeSelectionTableBase(returnType, prefix, argList) |
#define | defineRunTimeSelectionTableBase(baseType, prefix, Tspecialize) |
#define | declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList) |
#define | declareRunTimeNewSelectionTable(ptrWrapper, baseType, argNames, argList, parList) |
#define | defineRunTimeSelectionTable(baseType, argNames) |
#define | defineTemplateRunTimeSelectionTable(baseType, argNames) |
#define | defineTemplatedRunTimeSelectionTable(baseType, argNames, Targ) |
Macros to ease declaration of run-time selection tables.
Original source file runTimeSelectionTables.H
declareRunTimeSelectionTable is used to create a run-time selection table for a base-class which holds constructor pointers on the table.
declareRunTimeNewSelectionTable is used to create a run-time selection table for a derived-class which holds "New" pointers on the table.
Definition in file runTimeSelectionTables.H.
#define declareRunTimeSelectionTableBase | ( | returnType, | |
prefix, | |||
argList | |||
) |
Definition at line 48 of file runTimeSelectionTables.H.
#define defineRunTimeSelectionTableBase | ( | baseType, | |
prefix, | |||
Tspecialize | |||
) |
Definition at line 86 of file runTimeSelectionTables.H.
#define declareRunTimeSelectionTable | ( | ptrWrapper, | |
baseType, | |||
argNames, | |||
argList, | |||
parList | |||
) |
Definition at line 171 of file runTimeSelectionTables.H.
#define declareRunTimeNewSelectionTable | ( | ptrWrapper, | |
baseType, | |||
argNames, | |||
argList, | |||
parList | |||
) |
Definition at line 271 of file runTimeSelectionTables.H.
#define defineRunTimeSelectionTable | ( | baseType, | |
argNames | |||
) |
Definition at line 376 of file runTimeSelectionTables.H.
#define defineTemplateRunTimeSelectionTable | ( | baseType, | |
argNames | |||
) |
Definition at line 387 of file runTimeSelectionTables.H.
#define defineTemplatedRunTimeSelectionTable | ( | baseType, | |
argNames, | |||
Targ | |||
) |
Definition at line 398 of file runTimeSelectionTables.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.