|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |

Public Member Functions | |
| DHH (const CLID &i, const std::string &k) | |
| bool | operator< (DHH const &rhs) const |
Public Attributes | |
| CLID | id |
| std::string | key |
Definition at line 50 of file HistorySvc.cpp.
| DHH::DHH | ( | const CLID & | i, |
| const std::string & | k | ||
| ) | [inline] |
Definition at line 54 of file HistorySvc.cpp.
| bool DHH::operator< | ( | DHH const & | rhs ) | const [inline] |
Definition at line 56 of file HistorySvc.cpp.
{
if (id != rhs.id) {
return (id < rhs.id);
} else {
return (key < rhs.key);
}
}
Definition at line 51 of file HistorySvc.cpp.
Definition at line 52 of file HistorySvc.cpp.