Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceUtil::TryLockT< T > Class Template Reference

#include <Lock.h>

Inheritance diagram for IceUtil::TryLockT< T >:
Collaboration diagram for IceUtil::TryLockT< T >:

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: