dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::DebugLock Class Reference

#include <dune/fem/misc/debug.hh>

Public Member Functions

 DebugLock ()
 
 DebugLock (const ThisType &)=delete
 
ThisTypeoperator= (const ThisType &)=delete
 
bool operator! () const
 
void lock ()
 
void unlock ()
 

Protected Attributes

bool lock_
 

Constructor & Destructor Documentation

◆ DebugLock() [1/2]

Dune::Fem::DebugLock::DebugLock ( )
inline

◆ DebugLock() [2/2]

Dune::Fem::DebugLock::DebugLock ( const ThisType )
delete

Member Function Documentation

◆ lock()

void Dune::Fem::DebugLock::lock ( )
inline

◆ operator!()

bool Dune::Fem::DebugLock::operator! ( ) const
inline

◆ operator=()

ThisType & Dune::Fem::DebugLock::operator= ( const ThisType )
delete

◆ unlock()

void Dune::Fem::DebugLock::unlock ( )
inline

Member Data Documentation

◆ lock_

bool Dune::Fem::DebugLock::lock_
protected

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