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