Macros for easy insertion into run-time selection tables. More...
Macros for easy insertion into run-time selection tables.
InClass Foam::runTimeSelectionTables
Definition in file addToRunTimeSelectionTable.H.
Go to the source code of this file.
Macros | |
#define | addToRunTimeSelectionTable(baseType, thisType, argNames) |
#define | addNamedToRunTimeSelectionTable(baseType, thisType, argNames, lookup) |
#define | addTemplateToRunTimeSelectionTable(baseType, thisType, Targ, argNames) |
#define | addNamedTemplateToRunTimeSelectionTable(baseType, thisType, Targ, argNames, lookup) |
#define | addTemplatedToRunTimeSelectionTable(baseType, thisType, Targ, argNames) |
#define | addNamedTemplatedToRunTimeSelectionTable(baseType, thisType, Targ, argNames, lookup) |
#define addToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
argNames | |||
) |
Definition at line 39 of file addToRunTimeSelectionTable.H.
#define addNamedToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
argNames, | |||
lookup | |||
) |
Definition at line 48 of file addToRunTimeSelectionTable.H.
#define addTemplateToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
Targ, | |||
argNames | |||
) |
Definition at line 60 of file addToRunTimeSelectionTable.H.
#define addNamedTemplateToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
Targ, | |||
argNames, | |||
lookup | |||
) |
Definition at line 70 of file addToRunTimeSelectionTable.H.
#define addTemplatedToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
Targ, | |||
argNames | |||
) |
Definition at line 83 of file addToRunTimeSelectionTable.H.
#define addNamedTemplatedToRunTimeSelectionTable | ( | baseType, | |
thisType, | |||
Targ, | |||
argNames, | |||
lookup | |||
) |
Definition at line 93 of file addToRunTimeSelectionTable.H.