Define the debug information, lookup as name. More...
Public Member Functions | |
| RegisterDebugSwitch (const RegisterDebugSwitch< Type > &)=delete | |
| No copy construct. More... | |
| void | operator= (const RegisterDebugSwitch< Type > &)=delete |
| No copy assignment. More... | |
| RegisterDebugSwitch (const char *name) | |
| virtual | ~RegisterDebugSwitch ()=default |
| virtual void | readData (Istream &is) |
| Read. More... | |
| virtual void | writeData (Ostream &os) const |
| Write. More... | |
Public Member Functions inherited from simpleRegIOobject | |
| simpleRegIOobject (void(*fn)(const char *name, simpleRegIOobject *), const char *name) | |
| Construct from objectregistry inserter and name. More... | |
| virtual | ~simpleRegIOobject ()=default |
| Destructor. More... | |
Static Public Attributes | |
| static const RegisterDebugSwitch | registerDebugSwitch |
| The unique RegisterDebugSwitch object. More... | |
Define the debug information, lookup as name.
Definition at line 46 of file defineDebugSwitch.H.
|
delete |
No copy construct.
|
inlineexplicit |
Definition at line 61 of file defineDebugSwitch.H.
|
virtualdefault |
|
delete |
No copy assignment.
|
inlinevirtual |
Read.
Implements simpleRegIOobject.
Definition at line 68 of file defineDebugSwitch.H.
References Foam::expressions::patchExpr::debug.
|
inlinevirtual |
Write.
Implements simpleRegIOobject.
Definition at line 73 of file defineDebugSwitch.H.
References Foam::expressions::patchExpr::debug.
|
static |
The unique RegisterDebugSwitch object.
Definition at line 53 of file defineDebugSwitch.H.