Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Type > |
| Ostream & | operator<< (Ostream &, const Function2< Type > &) |
| |
| template<class Type > |
| void | writeEntry (Ostream &os, const Function2< Type > &f1) |
| |
Original source file Function2.H
Definition in file Function2.H.
◆ makeFunction2
| #define makeFunction2 |
( |
|
Type | ) |
|
Value: \
defineNamedTemplateTypeNameAndDebug(Function2<Type>, 0); \
defineTemplateRunTimeSelectionTable(Function2<Type>, dictionary);
Definition at line 204 of file Function2.H.
◆ makeFunction2Type
| #define makeFunction2Type |
( |
|
SS, |
|
|
|
Type |
|
) |
| |
Value: \
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
typedef Function2<Type> Type##Function2; \
typedef SS<Type> Type##SS##Function2; \
addToRunTimeSelectionTable \
( \
Type##Function2, \
Type##SS##Function2, \
dictionary \
)
Definition at line 210 of file Function2.H.
◆ makeScalarFunction2
| #define makeScalarFunction2 |
( |
|
SS | ) |
|
Value: \
defineTypeNameAndDebug(SS, 0); \
Function2< scalar > scalarFunction2
Definition at line 223 of file Function2.H.