makeFaOption.H File Reference
Include dependency graph for makeFaOption.H:

Go to the source code of this file.

Macros

#define makeFaOption(Option, Type)
 

Detailed Description

Original source file makeFaOption.H

Definition in file makeFaOption.H.

Macro Definition Documentation

◆ makeFaOption

#define makeFaOption (   Option,
  Type 
)
Value:
\
( \
Foam::fa::Option<Foam::Type>, \
#Type#Option, \
0 \
); \
\
Foam::fa::option::adddictionaryConstructorToTable \
<Foam::fa::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:126

Definition at line 36 of file makeFaOption.H.