|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include "GaudiKernel/SmartRefBase.h"#include "GaudiKernel/ContainedObject.h"#include <typeinfo>


Go to the source code of this file.
Classes | |
| class | SmartRef< TYPE > |
| Kernel objects: SmartRef. More... | |
Defines | |
| #define | KERNEL_SMARTREF_H 1 |
Functions | |
| template<class TYPE> | |
| bool | operator== (const SmartRef< TYPE > &ref, int) |
| Friend helper to check for object existence (will load object). | |
| template<class TYPE> | |
| bool | operator== (int, const SmartRef< TYPE > &ref) |
| Friend helper to check for object existence (will load object). | |
| template<class TYPE> | |
| bool | operator!= (const SmartRef< TYPE > &ref, int) |
| Friend helper to check for object existence (will load object). | |
| template<class TYPE> | |
| bool | operator!= (int, const SmartRef< TYPE > &ref) |
| Friend helper to check for object existence (will load object). | |
| #define KERNEL_SMARTREF_H 1 |
Definition at line 11 of file SmartRef.h.
Friend helper to check for object existence (will load object).
Definition at line 332 of file SmartRef.h.
Friend helper to check for object existence (will load object).
Definition at line 325 of file SmartRef.h.
Friend helper to check for object existence (will load object).
Definition at line 318 of file SmartRef.h.
Friend helper to check for object existence (will load object).
Definition at line 311 of file SmartRef.h.