The Gaudi Framework  v36r9p1 (5c15b2bb)
SmartRef.h File Reference
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/SmartRefBase.h"
#include <typeinfo>
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  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...
 

Function Documentation

◆ operator!=() [1/2]

template<class TYPE >
bool operator!= ( const SmartRef< TYPE > &  ref,
int   
)
inline

Friend helper to check for object existence (will load object)

Definition at line 302 of file SmartRef.h.

302  {
303  return ref.target() != nullptr;
304 }

◆ operator!=() [2/2]

template<class TYPE >
bool operator!= ( int  ,
const SmartRef< TYPE > &  ref 
)
inline

Friend helper to check for object existence (will load object)

Definition at line 308 of file SmartRef.h.

308  {
309  return ref.target() != nullptr;
310 }

◆ operator==() [1/2]

template<class TYPE >
bool operator== ( const SmartRef< TYPE > &  ref,
int   
)
inline

Friend helper to check for object existence (will load object)

Definition at line 290 of file SmartRef.h.

290  {
291  return ref.target() == nullptr;
292 }

◆ operator==() [2/2]

template<class TYPE >
bool operator== ( int  ,
const SmartRef< TYPE > &  ref 
)
inline

Friend helper to check for object existence (will load object)

Definition at line 296 of file SmartRef.h.

296  {
297  return ref.target() == nullptr;
298 }
compareRootHistos.ref
string ref
Definition: compareRootHistos.py:28