CoDiPack  2.2.0
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

void finalize ()
 Finalize the mutex.
 
void initialize ()
 Initialize the mutex.
 
void lock ()
 Lock the mutex.
 
 MutexInterface ()
 Constructor.
 
void 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: