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

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 registerOptSwitch(Name, Type, Switch)
 
#define registerInfoSwitch(Name, Type, Switch)
 

Detailed Description

Original source file registerSwitch.H

Definition in file registerSwitch.H.

Macro Definition Documentation

◆ registerOptSwitch

#define registerOptSwitch (   Name,
  Type,
  Switch 
)
Value:
Class and registration macros for InfoSwitches and OptimisationSwitches to support reading from syste...
#define FILE_UNIQUE(x)
Generate an identifier unique within the file in which it is generated.
Definition: macros.H:51
void addOptimisationObject(const char *name, simpleRegIOobject *obj)
Register optimisation switch read/write object.
Definition: debug.C:261

Definition at line 88 of file registerSwitch.H.

◆ registerInfoSwitch

#define registerInfoSwitch (   Name,
  Type,
  Switch 
)
Value:
void addInfoObject(const char *name, simpleRegIOobject *obj)
Register info switch read/write object.
Definition: debug.C:239
Class and registration macros for InfoSwitches and OptimisationSwitches to support reading from syste...
#define FILE_UNIQUE(x)
Generate an identifier unique within the file in which it is generated.
Definition: macros.H:51

Definition at line 93 of file registerSwitch.H.