GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::System::Mutex::ScopeBlock Class Reference

This concrete class provides a simple mechanism for providing mutex protection for a "scope block". More...

Detailed Description

This concrete class provides a simple mechanism for providing mutex protection for a "scope block".

The class is instantiated as a local variable for the scope block it is meant to protected. When this object is created - it calls lock() on its mutex. When this object is destroyed - it calls unlock() on its mutex.

#include <Mutex.h>

Public Member Functions

 ScopeBlock (Mutex &mutex) noexcept
 Constructor. This will block until the mutex lock is acquired.
 
 ~ScopeBlock ()
 Destructor. This method releases ownership of the mutex.
 

Constructor & Destructor Documentation

◆ ScopeBlock()

Cpl::System::Mutex::ScopeBlock::ScopeBlock ( Mutex mutex)
inlinenoexcept

Constructor. This will block until the mutex lock is acquired.

◆ ~ScopeBlock()

Cpl::System::Mutex::ScopeBlock::~ScopeBlock ( )
inline

Destructor. This method releases ownership of the mutex.


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