BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt::UnLockGuard< T > Class Template Reference

#include <bslmt_lockguard.h>

Inheritance diagram for bslmt::UnLockGuard< T >:
bslmt::LockGuardUnlock< T >

Public Member Functions

 UnLockGuard (T *lock)
 DEPRECATED: Use LockGuardUnlock instead.
 
 UnLockGuard (T *lock, bool alreadyUnlockedFlag)
 DEPRECATED: Use LockGuardUnlock instead.
 
- Public Member Functions inherited from bslmt::LockGuardUnlock< T >
 LockGuardUnlock (T *lock)
 
 LockGuardUnlock (T *lock, bool alreadyUnlockedFlag)
 
 ~LockGuardUnlock ()
 
T * release ()
 
T * ptr () const
 

Detailed Description

template<class T>
class bslmt::UnLockGuard< T >

This class is DEPRECATED. Use LockGuardUnlock instead.

See bslmt_lockguard

Constructor & Destructor Documentation

◆ UnLockGuard() [1/2]

template<class T >
bslmt::UnLockGuard< T >::UnLockGuard ( T *  lock)
inlineexplicit

◆ UnLockGuard() [2/2]

template<class T >
bslmt::UnLockGuard< T >::UnLockGuard ( T *  lock,
bool  alreadyUnlockedFlag 
)
inline

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