![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
Go to the source code of this file.
Classes | |
class | SmartRefArray< TYPE > |
class | SmartRefList< TYPE > |
class | SmartRefMap< TYPE > |
class | SmartRef< TYPE > |
Kernel objects: SmartRef. More... | |
Functions | |
template<class TYPE > | |
bool | operator== (const SmartRef< TYPE > &ref, int) |
Friend helper to check for object existence (will load object) More... | |
template<class TYPE > | |
bool | operator== (int, const SmartRef< TYPE > &ref) |
Friend helper to check for object existence (will load object) More... | |
template<class TYPE > | |
bool | operator!= (const SmartRef< TYPE > &ref, int) |
Friend helper to check for object existence (will load object) More... | |
template<class TYPE > | |
bool | operator!= (int, const SmartRef< TYPE > &ref) |
Friend helper to check for object existence (will load object) More... | |
Friend helper to check for object existence (will load object)
Definition at line 292 of file SmartRef.h.
Friend helper to check for object existence (will load object)
Definition at line 298 of file SmartRef.h.
|
inline |
Friend helper to check for object existence (will load object)
Definition at line 280 of file SmartRef.h.
|
inline |
Friend helper to check for object existence (will load object)
Definition at line 286 of file SmartRef.h.