ScopedLock< M > Class Template Reference

Scoped lock template. More...

#include <ScopedLock.h>

List of all members.

Public Member Functions

 ScopedLock (M &mutex)


Detailed Description

template<class M>
class ScopedLock< M >

Scoped lock template.

Note:
Usage: ScopedLock<Mutex> lock(mutex);

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

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski