GaudiCommon_details::svc_lt_t Struct Reference

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/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
 
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 45 of file GaudiCommon.h.

Member Function Documentation

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

Definition at line 46 of file GaudiCommon.h.

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

Definition at line 46 of file GaudiCommon.h.

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

Definition at line 47 of file GaudiCommon.h.

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

Definition at line 47 of file GaudiCommon.h.

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

Definition at line 48 of file GaudiCommon.h.

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

Definition at line 48 of file GaudiCommon.h.

48 { return s->name() < n->name(); };

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