Ice 3.7 C++11 API Reference
Public Member Functions | List of all members
IceUtil::TryLockT< T > Class Template Reference

#include <Lock.h>

Inheritance diagram for IceUtil::TryLockT< T >:
Inheritance graph
[legend]
Collaboration diagram for IceUtil::TryLockT< T >:
Collaboration graph
[legend]

Public Member Functions

 TryLockT (const T &mutex)
 
- Public Member Functions inherited from IceUtil::LockT< T >
void acquire () const
 
bool acquired () const
 
 LockT (const T &mutex)
 
void release () const
 
bool tryAcquire () const
 
 ~LockT ()
 

Additional Inherited Members

- Protected Member Functions inherited from IceUtil::LockT< T >
 LockT (const T &mutex, bool)
 

Constructor & Destructor Documentation

◆ TryLockT()

template<typename T >
IceUtil::TryLockT< T >::TryLockT ( const T &  mutex)
inline

The documentation for this class was generated from the following file: