Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DHH Struct Reference
Collaboration diagram for DHH:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

CLID id
 
std::string key
 

Detailed Description

Definition at line 47 of file HistorySvc.cpp.

Constructor & Destructor Documentation

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

Definition at line 51 of file HistorySvc.cpp.

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

Member Function Documentation

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

Definition at line 53 of file HistorySvc.cpp.

{
if (id != rhs.id) {
return (id < rhs.id);
} else {
return (key < rhs.key);
}
}

Member Data Documentation

CLID DHH::id

Definition at line 48 of file HistorySvc.cpp.

std::string DHH::key

Definition at line 49 of file HistorySvc.cpp.


The documentation for this struct was generated from the following file:

Generated at Mon Feb 17 2014 14:37:59 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004