![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#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 62 of file LockedHandle.h.
|
privatedelete |
|
inline |
Definition at line 66 of file LockedHandle.h.
|
inline |
Definition at line 68 of file LockedHandle.h.
|
inline |
Definition at line 69 of file LockedHandle.h.
|
inline |
Definition at line 73 of file LockedHandle.h.
|
inline |
Definition at line 70 of file LockedHandle.h.
|
inline |
Definition at line 71 of file LockedHandle.h.
|
private |
Definition at line 77 of file LockedHandle.h.
|
private |
Definition at line 76 of file LockedHandle.h.