CMS 3D CMS Logo

Public Member Functions

StringMap::MatchByString Class Reference

List of all members.

Public Member Functions

 MatchByString ()
bool operator() (const value_type &val, const std::string &string) const

Detailed Description

Definition at line 37 of file StringMap.h.


Constructor & Destructor Documentation

StringMap::MatchByString::MatchByString ( ) [inline]

Definition at line 39 of file StringMap.h.

{}

Member Function Documentation

bool StringMap::MatchByString::operator() ( const value_type val,
const std::string &  string 
) const [inline]

Definition at line 41 of file StringMap.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

{ return  val.first < string; }