notepad::MutexLocker Class Reference

#include <notepad_commandqueue.h>

Collaboration diagram for notepad::MutexLocker:
Collaboration graph
[legend]

Public Member Functions

 MutexLocker (Mutex *m)
 ~MutexLocker ()

Detailed Description

Definition at line 62 of file notepad_commandqueue.h.


Constructor & Destructor Documentation

notepad::MutexLocker::MutexLocker ( Mutex m  )  [inline]

Definition at line 65 of file notepad_commandqueue.h.

References notepad::Mutex::lock().

00065 : mutex_(m) { mutex_->lock(); }

Here is the call graph for this function:

notepad::MutexLocker::~MutexLocker (  )  [inline]

Definition at line 66 of file notepad_commandqueue.h.

References notepad::Mutex::unlock().

00066 { mutex_->unlock(); }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208