Definition at line 81 of file CondSvc.h.
◆ operator()() [1/4]
std::size_t CondSvc::iAlgHasher::operator() |
( |
const IAlgorithm & |
a | ) |
const |
|
inline |
Definition at line 86 of file CondSvc.h.
87 return (
a.nameKey().__hash__());
◆ operator()() [2/4]
bool CondSvc::iAlgHasher::operator() |
( |
const IAlgorithm & |
lhs, |
|
|
const IAlgorithm & |
rhs |
|
) |
| const |
|
inline |
Definition at line 93 of file CondSvc.h.
94 return ( lhs.nameKey() < rhs.nameKey() );
◆ operator()() [3/4]
std::size_t CondSvc::iAlgHasher::operator() |
( |
const IAlgorithm * |
a | ) |
const |
|
inline |
Definition at line 83 of file CondSvc.h.
84 return ( iAlgHasher()(*
a));
◆ operator()() [4/4]
bool CondSvc::iAlgHasher::operator() |
( |
const IAlgorithm * |
lhs, |
|
|
const IAlgorithm * |
rhs |
|
) |
| const |
|
inline |
Definition at line 90 of file CondSvc.h.
91 return ( iAlgHasher()(*lhs,*rhs));
The documentation for this class was generated from the following file: