All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEP::Scope Class Reference

A Scope creates a RAII control structure protecting the execution for a particular function or "worker". More...

#include <Mutex.h>

Public Member Functions

void operator() (ScopeWorker pWorker)
 

Detailed Description

A Scope creates a RAII control structure protecting the execution for a particular function or "worker".

Usually, this worker will be defined as an online lambda function.

Definition at line 64 of file Mutex.h.

Member Function Documentation

void HSEP::Scope::operator() ( ScopeWorker  pWorker)
inline

Definition at line 67 of file Mutex.h.


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