CMS 3D CMS Logo

Public Member Functions

egHLT::EleHLTFilterMon::ptrCompStr Struct Reference

#include <EgHLTEleHLTFilterMon.h>

Inheritance diagram for egHLT::EleHLTFilterMon::ptrCompStr:
binary_function

List of all members.

Public Member Functions

bool operator() (const EleHLTFilterMon *lhs, const std::string &rhs)
bool operator() (const std::string &lhs, const EleHLTFilterMon *rhs)

Detailed Description

Definition at line 46 of file EgHLTEleHLTFilterMon.h.


Member Function Documentation

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();}