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

#include <Lock.h>

Inheritance diagram for IceUtil::LockT< T >:

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

Constructor & Destructor Documentation

◆ LockT() [1/2]

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

◆ ~LockT()

template<typename T>
IceUtil::LockT< T >::~LockT ( )
inline

◆ LockT() [2/2]

template<typename T>
IceUtil::LockT< T >::LockT ( const T & mutex,
bool  )
inlineprotected

Member Function Documentation

◆ acquire()

template<typename T>
void IceUtil::LockT< T >::acquire ( ) const
inline

◆ acquired()

template<typename T>
bool IceUtil::LockT< T >::acquired ( ) const
inline

◆ release()

template<typename T>
void IceUtil::LockT< T >::release ( ) const
inline

◆ tryAcquire()

template<typename T>
bool IceUtil::LockT< T >::tryAcquire ( ) const
inline

◆ Cond

template<typename T>
friend class Cond
friend

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