The Gaudi Framework  v29r0 (ff2e7097)
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 47 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 48 of file GaudiCommon.h.

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

Definition at line 49 of file GaudiCommon.h.

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

Definition at line 50 of file GaudiCommon.h.

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

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