Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
Original source file token.H
Definition in file token.H.
◆ NoHashTableC
◆ defineCompoundTypeName
Define compound using Type for its name.
Definition at line 1285 of file token.H.
◆ defineNamedCompoundTypeName
Define compound using Name for its name.
Definition at line 1291 of file token.H.
◆ addCompoundToRunTimeSelectionTable
| #define addCompoundToRunTimeSelectionTable |
( |
|
Type, |
|
|
|
Tag |
|
) |
| |
Value:token::compound::addemptyConstructorToTable<token::Compound<Type>> \
add##Tag##emptyConstructorToTable_;
Add compound to selection tables, lookup using typeName.
Definition at line 1297 of file token.H.
◆ addNamedCompoundToRunTimeSelectionTable
| #define addNamedCompoundToRunTimeSelectionTable |
( |
|
Type, |
|
|
|
Tag, |
|
|
|
Name |
|
) |
| |
Value:token::compound::addemptyConstructorToTable<token::Compound<Type>> \
add##Tag##emptyConstructorToTable_(#Name);
Add compound to selection tables, lookup as Name.
Definition at line 1304 of file token.H.