BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::TMutexLocker< MutexLockerType, MutexType > Class Template Reference

#include <BALL/SYSTEM/mutex.h>

Inheritance diagram for BALL::TMutexLocker< MutexLockerType, MutexType >:
MutexLockerType

Public Member Functions

 TMutexLocker (MutexType *mutex)
 

Detailed Description

template<class MutexLockerType, class MutexType>
class BALL::TMutexLocker< MutexLockerType, MutexType >

This class provides a very thin wrapper around different mutex locker types. As default, BALL supports QMutexLocker, but it can be easily extended to support the same functionality with classes from boost or Intel Thread Building Blocks.

A BALL-mutex locker needs to provide a constructor which is called with a pointer to a corresponding TMutex. Upon construction, the mutex is automatically locked, and is automatically unlocked when the mutex runs out of scope.

Definition at line 78 of file mutex.h.

Constructor & Destructor Documentation

template<class MutexLockerType , class MutexType >
BALL::TMutexLocker< MutexLockerType, MutexType >::TMutexLocker ( MutexType mutex)
inline

Definition at line 82 of file mutex.h.