#include <XmlRpcMutex.h>
Public Member Functions | |
| AutoLock (XmlRpcMutex &m) | |
| Acquire the mutex at construction. | |
| ~AutoLock () | |
| Release at destruction. | |
Public Attributes | |
| XmlRpcMutex & | _m |
| The mutex being held. | |
Definition at line 34 of file XmlRpcMutex.h.
| XmlRpc::XmlRpcMutex::XmlRpcMutex::AutoLock::AutoLock | ( | XmlRpcMutex & | m | ) | [inline] |
| XmlRpc::XmlRpcMutex::XmlRpcMutex::AutoLock::~AutoLock | ( | ) | [inline] |
| XmlRpcMutex& XmlRpc::XmlRpcMutex::XmlRpcMutex::AutoLock::_m |
The mutex being held.
Definition at line 40 of file XmlRpcMutex.h.
Referenced by XmlRpc::XmlRpcMutex::XmlRpcMutex::AutoLock::AutoLock(), and XmlRpc::XmlRpcMutex::XmlRpcMutex::AutoLock::~AutoLock().
1.5.8