|
Ice 3.7 C++98 API Reference
|
#include <Lock.h>

Public Member Functions | |
| void | acquire () const |
| bool | acquired () const |
| LockT (const T &mutex) | |
| void | release () const |
| bool | tryAcquire () const |
| ~LockT () | |
Protected Member Functions | |
| LockT (const T &mutex, bool) | |
Friends | |
| class | Cond |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |