Poco::ScopedLock< M > Class Template Reference
#include <ScopedLock.h>
List of all members.
Detailed Description
template<class M>
class Poco::ScopedLock< M >
A class that simplifies thread synchronization with a mutex. The constructor accepts a Mutex and locks it. The destructor unlocks the mutex.
Definition at line 50 of file ScopedLock.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: