Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Scoped lock template: calls lock() in ctor, unlock() in dtor. More...
#include <qpid/sys/Mutex.h>
Public Member Functions | |
ScopedLock (L &l) | |
~ScopedLock () |
Scoped lock template: calls lock() in ctor, unlock() in dtor.
L can be any class with lock() and unlock() functions.
Definition at line 30 of file Mutex.h.
qpid::sys::ScopedLock< L >::ScopedLock | ( | L & | l | ) | [inline] |
qpid::sys::ScopedLock< L >::~ScopedLock | ( | ) | [inline] |