|
Ice 3.7 C++98 API Reference
|
#include <RecMutex.h>
Public Types | |
| typedef LockT< RecMutex > | Lock |
| typedef TryLockT< RecMutex > | TryLock |
Public Member Functions | |
| void | lock () const |
| RecMutex () | |
| RecMutex (const MutexProtocol) | |
| bool | tryLock () const |
| void | unlock () const |
| bool | willUnlock () const |
| ~RecMutex () | |
Friends | |
| class | Cond |
| typedef LockT<RecMutex> IceUtil::RecMutex::Lock |
| typedef TryLockT<RecMutex> IceUtil::RecMutex::TryLock |
| IceUtil::RecMutex::RecMutex | ( | ) |
| IceUtil::RecMutex::RecMutex | ( | const MutexProtocol | ) |
| IceUtil::RecMutex::~RecMutex | ( | ) |
| void IceUtil::RecMutex::lock | ( | ) | const |
| bool IceUtil::RecMutex::tryLock | ( | ) | const |
| void IceUtil::RecMutex::unlock | ( | ) | const |
| bool IceUtil::RecMutex::willUnlock | ( | ) | const |
|
friend |