The Gaudi Framework
v30r3 (a5ef0a68)
|
#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 65 of file LockedHandle.h.
|
privatedelete |
|
inline |
Definition at line 70 of file LockedHandle.h.
|
inline |
Definition at line 72 of file LockedHandle.h.
|
inline |
Definition at line 73 of file LockedHandle.h.
|
inline |
Definition at line 77 of file LockedHandle.h.
|
inline |
Definition at line 74 of file LockedHandle.h.
|
inline |
Definition at line 75 of file LockedHandle.h.
|
private |
Definition at line 81 of file LockedHandle.h.
|
private |
Definition at line 80 of file LockedHandle.h.