CMS 3D CMS Logo

Public Member Functions

egHLT::PhoHLTFilterMon::ptrCompStr Struct Reference

#include <EgHLTPhoHLTFilterMon.h>

Inheritance diagram for egHLT::PhoHLTFilterMon::ptrCompStr:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 46 of file EgHLTPhoHLTFilterMon.h.


Member Function Documentation

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