CoDiPack  3.1.1
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::MutexInterface Struct Reference

Abstracts a mutex. More...

#include <mutexInterface.hpp>

Inheritance diagram for codi::MutexInterface:

Public Member Functions

inlinevoid finalize ()
 Finalize the mutex.
inlinevoid initialize ()
 Initialize the mutex.
 inlineMutexInterface ()
 Constructor.
inlinevoid lock ()
 Lock the mutex.
inlinevoid unlock ()
 Unlock the mutex.
 ~MutexInterface ()
 Destructor.

Detailed Description

Abstracts a mutex.

Simple mutex with lock and unlock operations. Lock provides RAII locking.


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