![]() |
![]() |
#include <EgHLTEleHLTFilterMon.h>
Public Member Functions | |
bool | operator() (const EleHLTFilterMon *lhs, const std::string &rhs) |
bool | operator() (const std::string &lhs, const EleHLTFilterMon *rhs) |
Definition at line 46 of file EgHLTEleHLTFilterMon.h.
bool egHLT::EleHLTFilterMon::ptrCompStr::operator() | ( | const EleHLTFilterMon * | lhs, |
const std::string & | rhs | ||
) | [inline] |
Definition at line 47 of file EgHLTEleHLTFilterMon.h.
References egHLT::EleHLTFilterMon::filterName().
{return lhs->filterName()<rhs;}
bool egHLT::EleHLTFilterMon::ptrCompStr::operator() | ( | const std::string & | lhs, |
const EleHLTFilterMon * | rhs | ||
) | [inline] |
Definition at line 48 of file EgHLTEleHLTFilterMon.h.
References egHLT::EleHLTFilterMon::filterName().
{return lhs<rhs->filterName();}