

Go to the source code of this file.
Classes | |
| class | RegisterSwitch< Type > |
| Class and registration macros for InfoSwitches and OptimisationSwitches to support reading from system/controlDict and dynamic update. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | CONCAT(x, y) x ## y |
| #define | CONCAT2(x, y) CONCAT(x, y) |
| #define | FILE_UNIQUE(x) CONCAT2(x, __LINE__) |
| #define | registerOptSwitch(Name, Type, Switch) |
| #define | registerInfoSwitch(Name, Type, Switch) |
Original source file registerSwitch.H
Definition in file registerSwitch.H.
Definition at line 89 of file registerSwitch.H.
| #define registerOptSwitch | ( | Name, | |
| Type, | |||
| Switch | |||
| ) |
Definition at line 91 of file registerSwitch.H.
| #define registerInfoSwitch | ( | Name, | |
| Type, | |||
| Switch | |||
| ) |
Definition at line 96 of file registerSwitch.H.
1.8.11