|
bool | operator() (const std::pair< std::string, std::string > &lhs, const std::pair< std::string, std::string > &rhs) const |
|
bool | operator() (const std::pair< std::string, std::string > &lhs, const std::pair< std::string, std::string >::first_type &rhs) const |
|
bool | operator() (const std::pair< std::string, std::string >::first_type &lhs, const std::pair< std::string, std::string > &rhs) const |
|
|
bool | keyLess (const std::pair< std::string, std::string >::first_type &k1, const std::pair< std::string, std::string >::first_type &k2) const |
|
Definition at line 230 of file EgHLTTrigTools.cc.
bool StringPairCompare::keyLess |
( |
const std::pair< std::string, std::string >::first_type & |
k1, |
|
|
const std::pair< std::string, std::string >::first_type & |
k2 |
|
) |
| const |
|
inlineprivate |
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string > & |
lhs, |
|
|
const std::pair< std::string, std::string > & |
rhs |
|
) |
| const |
|
inline |
Definition at line 232 of file EgHLTTrigTools.cc.
233 {
return keyLess(lhs.first,rhs.first);}
bool keyLess(const std::pair< std::string, std::string >::first_type &k1, const std::pair< std::string, std::string >::first_type &k2) const
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string > & |
lhs, |
|
|
const std::pair< std::string, std::string >::first_type & |
rhs |
|
) |
| const |
|
inline |
Definition at line 234 of file EgHLTTrigTools.cc.
235 {
return keyLess(lhs.first,rhs);}
bool keyLess(const std::pair< std::string, std::string >::first_type &k1, const std::pair< std::string, std::string >::first_type &k2) const
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string >::first_type & |
lhs, |
|
|
const std::pair< std::string, std::string > & |
rhs |
|
) |
| const |
|
inline |
Definition at line 236 of file EgHLTTrigTools.cc.
237 {
return keyLess(lhs,rhs.first);}
bool keyLess(const std::pair< std::string, std::string >::first_type &k1, const std::pair< std::string, std::string >::first_type &k2) const