The Gaudi Framework  master (594c33fa)
DataHistory::DataHistoryOrder Class Referencefinal

#include </builds/gaudi/Gaudi/GaudiKernel/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
 

Detailed Description

Definition at line 36 of file DataHistory.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 38 of file DataHistory.h.

38  {
39  return std::tie( lhs.m_dataClassID, lhs.m_dataKey, lhs.m_algHist ) <
40  std::tie( rhs.m_dataClassID, rhs.m_dataKey, rhs.m_algHist );
41  }

◆ operator()() [2/2]

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

Definition at line 42 of file DataHistory.h.

42 { return ( *this )( *lhs, *rhs ); }

The documentation for this class was generated from the following file:
DataHistory::m_algHist
AlgorithmHistory * m_algHist
Definition: DataHistory.h:61
std::tie
T tie(T... args)
DataHistory::m_dataClassID
CLID m_dataClassID
Definition: DataHistory.h:59
DataHistory::m_dataKey
std::string m_dataKey
Definition: DataHistory.h:60