Gaudi Framework, version v20r2

Generated: 18 Jul 2008

DHH Struct Reference

Collaboration diagram for DHH:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 52 of file HistorySvc.cpp.

Public Member Functions

 DHH (const CLID &i, const std::string &k)
bool operator< (DHH const &rhs) const

Public Attributes

CLID id
std::string key


Constructor & Destructor Documentation

DHH::DHH ( const CLID i,
const std::string k 
) [inline]

Definition at line 56 of file HistorySvc.cpp.

00056 :id(i), key(k) {}


Member Function Documentation

bool DHH::operator< ( DHH const &  rhs  )  const [inline]

Definition at line 58 of file HistorySvc.cpp.

References id, and key.

00058                                            {
00059     if (id != rhs.id) {
00060       return (id < rhs.id);
00061     } else {
00062       return (key < rhs.key);
00063     }
00064   } 


Member Data Documentation

CLID DHH::id

Definition at line 53 of file HistorySvc.cpp.

Referenced by operator<().

std::string DHH::key

Definition at line 54 of file HistorySvc.cpp.

Referenced by operator<().


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:07:07 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004