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

◆ makeFvOption

#define makeFvOption (   Option,
  Type 
)
Value:
\
defineTemplateTypeNameAndDebugWithName \
( \
Foam::fv::Option<Foam::Type>, \
#Type#Option, \
0 \
); \
\
Foam::fv::option::adddictionaryConstructorToTable \
<Foam::fv::Option<Foam::Type>> \
add##Option##Type##dictionary##ConstructorTooptionTable_

Definition at line 34 of file makeFvOption.H.