Public Member Functions | Static Public Attributes | List of all members
RegisterDebugSwitch< Type > Class Template Reference
Inheritance diagram for RegisterDebugSwitch< Type >:
Inheritance graph
[legend]
Collaboration diagram for RegisterDebugSwitch< Type >:
Collaboration graph
[legend]

Public Member Functions

 RegisterDebugSwitch (const RegisterDebugSwitch< Type > &)=delete
 
void operator= (const RegisterDebugSwitch< Type > &)=delete
 
 RegisterDebugSwitch (const char *name)
 
virtual ~RegisterDebugSwitch ()=default
 
virtual void readData (Istream &is)
 
virtual void writeData (Ostream &os) const
 
- Public Member Functions inherited from simpleRegIOobject
 simpleRegIOobject (void(*fn)(const char *name, simpleRegIOobject *), const char *name)
 
virtual ~simpleRegIOobject ()=default
 

Static Public Attributes

static const RegisterDebugSwitch registerDebugSwitch
 

Detailed Description

template<class Type>
class Foam::RegisterDebugSwitch< Type >

Definition at line 42 of file defineDebugSwitch.H.

Constructor & Destructor Documentation

◆ RegisterDebugSwitch() [1/2]

RegisterDebugSwitch ( const RegisterDebugSwitch< Type > &  )
delete

◆ RegisterDebugSwitch() [2/2]

RegisterDebugSwitch ( const char *  name)
inlineexplicit

Definition at line 57 of file defineDebugSwitch.H.

◆ ~RegisterDebugSwitch()

virtual ~RegisterDebugSwitch ( )
virtualdefault

Member Function Documentation

◆ operator=()

void operator= ( const RegisterDebugSwitch< Type > &  )
delete

◆ readData()

virtual void readData ( Istream is)
inlinevirtual

Implements simpleRegIOobject.

Definition at line 64 of file defineDebugSwitch.H.

References Foam::expressions::patchExpr::debug.

◆ writeData()

virtual void writeData ( Ostream os) const
inlinevirtual

Implements simpleRegIOobject.

Definition at line 69 of file defineDebugSwitch.H.

References Foam::expressions::patchExpr::debug, and os().

Here is the call graph for this function:

Member Data Documentation

◆ registerDebugSwitch

const RegisterDebugSwitch registerDebugSwitch
static

Definition at line 49 of file defineDebugSwitch.H.


The documentation for this class was generated from the following file: