The Gaudi Framework  v30r3 (a5ef0a68)
GaudiCommon_details::svc_eq_t Struct Reference

#include <GaudiAlg/GaudiCommon.h>

Public Member Functions

bool operator() (const std::string &n, const SmartIF< IService > &s) const
 
bool operator() (const SmartIF< IService > &s, const std::string &n) const
 
bool operator() (const SmartIF< IService > &s, const SmartIF< IService > &n) const
 

Detailed Description

Definition at line 60 of file GaudiCommon.h.

Member Function Documentation

bool GaudiCommon_details::svc_eq_t::operator() ( const std::string n,
const SmartIF< IService > &  s 
) const
inline

Definition at line 61 of file GaudiCommon.h.

61 { return n == s->name(); };
bool GaudiCommon_details::svc_eq_t::operator() ( const SmartIF< IService > &  s,
const std::string n 
) const
inline

Definition at line 62 of file GaudiCommon.h.

62 { return s->name() == n; };
bool GaudiCommon_details::svc_eq_t::operator() ( const SmartIF< IService > &  s,
const SmartIF< IService > &  n 
) const
inline

Definition at line 63 of file GaudiCommon.h.

63 { return s->name() == n->name(); };

The documentation for this struct was generated from the following file: