Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| #define | FieldTypeValuesConstArg(Type, nullArg) , const UPtrList<const Field<Type>>& field##Type##Values |
| |
| #define | FieldTypeValuesConstArg(Type, nullArg) , const PtrList<Field<Type>>& field##Type##Values |
| |
| #define | FieldTypeValuesParameter(Type, nullArg) |
| |
| #define | FieldTypeValuesParameter(Type, nullArg) , UPtrList<const Field<Type>>() |
| |
| #define | DeclareFieldTypeValues(Type, nullArg) UPtrList<const Field<Type>> field##Type##Values; |
| |
| #define | FieldTypeValuesParameter(Type, nullArg) , field##Type##Values |
| |
| #define | FieldTypeValuesParameter(Type, nullArg) , field##Type##Values |
| |
Original source file surfaceWriter.H
Definition in file surfaceWriter.H.
◆ FieldTypeValuesConstArg [1/2]
| #define FieldTypeValuesConstArg |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , const UPtrList<const Field<Type>>& field##Type##Values |
◆ FieldTypeValuesConstArg [2/2]
| #define FieldTypeValuesConstArg |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , const PtrList<Field<Type>>& field##Type##Values |
◆ FieldTypeValuesParameter [1/4]
| #define FieldTypeValuesParameter |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: , reinterpret_cast<const UPtrList<const Field<Type>>&> \
(field##Type##Values)
◆ FieldTypeValuesParameter [2/4]
| #define FieldTypeValuesParameter |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , UPtrList<const Field<Type>>() |
◆ DeclareFieldTypeValues
| #define DeclareFieldTypeValues |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| UPtrList<const Field<Type>> field##Type##Values; |
◆ FieldTypeValuesParameter [3/4]
| #define FieldTypeValuesParameter |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , field##Type##Values |
◆ FieldTypeValuesParameter [4/4]
| #define FieldTypeValuesParameter |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , field##Type##Values |