Macros
makeFvOption.H File Reference
Include dependency graph for makeFvOption.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeFvOption(Option, Type)
 

Detailed Description

Original source file makeFvOption.H

Definition in file makeFvOption.H.

Macro Definition Documentation

#define makeFvOption (   Option,
  Type 
)
Value:
( \
Foam::fv::Option<Foam::Type>, \
#Type#Option, \
0 \
); \
\
Foam::fv::option::adddictionaryConstructorToTable \
<Foam::fv::Option<Foam::Type>> \
add##Option##Type##dictionary##ConstructorTooptionTable_
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition: className.H:124

Definition at line 34 of file makeFvOption.H.