![]() |
The Gaudi Framework
v28r1
|
#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 78 of file LockedHandle.h.
|
privatedelete |
|
inline |
Definition at line 81 of file LockedHandle.h.
|
inline |
Definition at line 88 of file LockedHandle.h.
|
inline |
Definition at line 94 of file LockedHandle.h.
|
inline |
Definition at line 100 of file LockedHandle.h.
|
inline |
Definition at line 97 of file LockedHandle.h.
|
inline |
Definition at line 98 of file LockedHandle.h.
|
private |
Definition at line 106 of file LockedHandle.h.
|
private |
Definition at line 105 of file LockedHandle.h.