![]() |
|
|
Generated: 18 Jul 2008 |
#include "GaudiKernel/SmartRefBase.h"
#include "GaudiKernel/ContainedObject.h"
Include dependency graph for SmartRef.h:

This graph shows which files directly or indirectly include this file:

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.
| bool operator!= | ( | int | , | |
| const SmartRef< TYPE > & | ref | |||
| ) | [inline] |
Friend helper to check for object existence (will load object).
Definition at line 328 of file SmartRef.h.
| bool operator!= | ( | const SmartRef< TYPE > & | ref, | |
| int | ||||
| ) | [inline] |
Friend helper to check for object existence (will load object).
Definition at line 321 of file SmartRef.h.
| bool operator== | ( | int | , | |
| const SmartRef< TYPE > & | ref | |||
| ) | [inline] |
Friend helper to check for object existence (will load object).
Definition at line 314 of file SmartRef.h.
| bool operator== | ( | const SmartRef< TYPE > & | ref, | |
| int | ||||
| ) | [inline] |
Friend helper to check for object existence (will load object).
Definition at line 307 of file SmartRef.h.