DataHistory::DataHistoryOrder Class Referencefinal

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/DataHistory.h>

Public Member Functions

bool operator() (const DataHistory *lhs, const DataHistory *rhs) const
 
bool operator() (const DataHistory &lhs, const DataHistory &rhs) const
 
bool operator() (const DataHistory *lhs, const DataHistory *rhs) const
 
bool operator() (const DataHistory &lhs, const DataHistory &rhs) const
 

Detailed Description

Definition at line 27 of file DataHistory.h.

Member Function Documentation

bool DataHistory::DataHistoryOrder::operator() ( const DataHistory lhs,
const DataHistory rhs 
) const
inline

Definition at line 29 of file DataHistory.h.

29  {
30  if (lhs->m_dataClassID == rhs->m_dataClassID) {
31  if (lhs->m_dataKey == rhs->m_dataKey) {
32  return ( lhs->m_algHist < rhs->m_algHist );
33  } else {
34  return ( lhs->m_dataKey < rhs->m_dataKey );
35  }
36  } else {
37  return (lhs->m_dataClassID < rhs->m_dataClassID);
38  }
39 
40  }
AlgorithmHistory * m_algHist
Definition: DataHistory.h:73
CLID m_dataClassID
Definition: DataHistory.h:71
std::string m_dataKey
Definition: DataHistory.h:72
bool DataHistory::DataHistoryOrder::operator() ( const DataHistory lhs,
const DataHistory rhs 
) const
inline

Definition at line 29 of file DataHistory.h.

29  {
30  if (lhs->m_dataClassID == rhs->m_dataClassID) {
31  if (lhs->m_dataKey == rhs->m_dataKey) {
32  return ( lhs->m_algHist < rhs->m_algHist );
33  } else {
34  return ( lhs->m_dataKey < rhs->m_dataKey );
35  }
36  } else {
37  return (lhs->m_dataClassID < rhs->m_dataClassID);
38  }
39 
40  }
AlgorithmHistory * m_algHist
Definition: DataHistory.h:73
CLID m_dataClassID
Definition: DataHistory.h:71
std::string m_dataKey
Definition: DataHistory.h:72
bool DataHistory::DataHistoryOrder::operator() ( const DataHistory lhs,
const DataHistory rhs 
) const
inline

Definition at line 41 of file DataHistory.h.

41  {
42  if (lhs.m_dataClassID == rhs.m_dataClassID) {
43  if (lhs.m_dataKey == rhs.m_dataKey) {
44  return ( lhs.m_algHist < rhs.m_algHist );
45  } else {
46  return ( lhs.m_dataKey < rhs.m_dataKey );
47  }
48  } else {
49  return (lhs.m_dataClassID < rhs.m_dataClassID);
50  }
51  }
AlgorithmHistory * m_algHist
Definition: DataHistory.h:73
CLID m_dataClassID
Definition: DataHistory.h:71
std::string m_dataKey
Definition: DataHistory.h:72
bool DataHistory::DataHistoryOrder::operator() ( const DataHistory lhs,
const DataHistory rhs 
) const
inline

Definition at line 41 of file DataHistory.h.

41  {
42  if (lhs.m_dataClassID == rhs.m_dataClassID) {
43  if (lhs.m_dataKey == rhs.m_dataKey) {
44  return ( lhs.m_algHist < rhs.m_algHist );
45  } else {
46  return ( lhs.m_dataKey < rhs.m_dataKey );
47  }
48  } else {
49  return (lhs.m_dataClassID < rhs.m_dataClassID);
50  }
51  }
AlgorithmHistory * m_algHist
Definition: DataHistory.h:73
CLID m_dataClassID
Definition: DataHistory.h:71
std::string m_dataKey
Definition: DataHistory.h:72

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