Macro definitions for debug switches. More...


Go to the source code of this file.
Classes | |
| class | RegisterDebugSwitch< Type > |
| Define the debug information, lookup as name. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | registerTemplateDebugSwitchWithName(Type, Name) |
| Define the debug information, lookup as Name. | |
| #define | registerDebugSwitchWithName(Type, Tag, Name) |
| Define the debug information, lookup as Name. | |
| #define | defineDebugSwitchWithName(Type, Name, Value) |
| Define the debug information, lookup as Name. | |
| #define | defineDebugSwitch(Type, Value) |
| Define the debug information. | |
| #define | defineTemplateDebugSwitchWithName(Type, Name, Value) |
| Define the debug information for templates, lookup as Name. | |
| #define | defineTemplateDebugSwitch(Type, Value) |
| Define the debug information for templates. | |
| #define | defineNamedTemplateDebugSwitch(Type, Value) |
| Define the debug information directly for templates. | |
| #define | defineTemplate2DebugSwitchWithName(Type, Name, Value) |
| #define | defineTemplate2DebugSwitch(Type, Value) |
| #define | defineNamedTemplate2DebugSwitch(Type, Value) |
Macro definitions for debug switches.
Original source file defineDebugSwitch.H
Definition in file defineDebugSwitch.H.
| #define registerTemplateDebugSwitchWithName | ( | Type, | |
| Name ) |
Define the debug information, lookup as Name.
Definition at line 85 of file defineDebugSwitch.H.
| #define registerDebugSwitchWithName | ( | Type, | |
| Tag, | |||
| Name ) |
Define the debug information, lookup as Name.
Definition at line 94 of file defineDebugSwitch.H.
| #define defineDebugSwitchWithName | ( | Type, | |
| Name, | |||
| Value ) |
Define the debug information, lookup as Name.
Definition at line 129 of file defineDebugSwitch.H.
| #define defineDebugSwitch | ( | Type, | |
| Value ) |
Define the debug information.
Definition at line 135 of file defineDebugSwitch.H.
| #define defineTemplateDebugSwitchWithName | ( | Type, | |
| Name, | |||
| Value ) |
Define the debug information for templates, lookup as Name.
Definition at line 142 of file defineDebugSwitch.H.
| #define defineTemplateDebugSwitch | ( | Type, | |
| Value ) |
Define the debug information for templates.
Useful with typedefs
Definition at line 151 of file defineDebugSwitch.H.
| #define defineNamedTemplateDebugSwitch | ( | Type, | |
| Value ) |
Define the debug information directly for templates.
Definition at line 157 of file defineDebugSwitch.H.
| #define defineTemplate2DebugSwitchWithName | ( | Type, | |
| Name, | |||
| Value ) |
Definition at line 165 of file defineDebugSwitch.H.
| #define defineTemplate2DebugSwitch | ( | Type, | |
| Value ) |
Definition at line 169 of file defineDebugSwitch.H.
| #define defineNamedTemplate2DebugSwitch | ( | Type, | |
| Value ) |
Definition at line 173 of file defineDebugSwitch.H.