![]() |
The Gaudi Framework
v33r0 (d5ea422b)
|
#include <GaudiKernel/LockedHandle.h>
Public Member Functions | |
| ConstGuard (ConstGuard &&a) | |
| ConstGuard (const T *ptr, MutexType &mutex) | |
| ~ConstGuard () | |
| const T & | operator * () const |
| const T * | operator-> () const |
| operator const T & () const | |
Private Member Functions | |
| ConstGuard (const ConstGuard &a)=delete | |
Private Attributes | |
| const T * | m_ptr |
| MutexType * | m_mutex |
Definition at line 72 of file LockedHandle.h.
|
privatedelete |
|
inline |
Definition at line 76 of file LockedHandle.h.
|
inline |
Definition at line 78 of file LockedHandle.h.
|
inline |
Definition at line 79 of file LockedHandle.h.
|
inline |
Definition at line 80 of file LockedHandle.h.
|
inline |
Definition at line 83 of file LockedHandle.h.
|
inline |
Definition at line 81 of file LockedHandle.h.
|
private |
Definition at line 87 of file LockedHandle.h.
|
private |
Definition at line 86 of file LockedHandle.h.