qpid::sys::ScopedLock< L > Class Template Reference
Scoped lock template: calls lock() in ctor, unlock() in dtor.
More...
#include <Mutex.h>
List of all members.
|
Public Member Functions |
| ScopedLock (L &l) |
Detailed Description
template<class L>
class qpid::sys::ScopedLock< L >
Scoped lock template: calls lock() in ctor, unlock() in dtor.
L can be any class with lock() and unlock() functions.
The documentation for this class was generated from the following file:
- /home/jross/checkouts/qpid/cpp/src/qpid/sys/Mutex.h