ATLAS Offline Software
Public Member Functions | List of all members
IOVEntryT< T >::IOVEntryTStopCritereon Class Reference

#include <IOVEntryT.h>

Collaboration diagram for IOVEntryT< T >::IOVEntryTStopCritereon:

Public Member Functions

bool operator() (const IOVEntryT< T > &p1, const IOVEntryT< T > &p2) const
 
bool operator() (const IOVEntryT< T > *p1, const IOVEntryT< T > *p2) const
 

Detailed Description

template<typename T>
class IOVEntryT< T >::IOVEntryTStopCritereon

Definition at line 51 of file IOVEntryT.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
bool IOVEntryT< T >::IOVEntryTStopCritereon::operator() ( const IOVEntryT< T > &  p1,
const IOVEntryT< T > &  p2 
) const
inline

Definition at line 53 of file IOVEntryT.h.

53  {}
54 
55  ~IOVEntryT() = default;

◆ operator()() [2/2]

template<typename T >
bool IOVEntryT< T >::IOVEntryTStopCritereon::operator() ( const IOVEntryT< T > *  p1,
const IOVEntryT< T > *  p2 
) const
inline

Definition at line 56 of file IOVEntryT.h.

57  { return m_range; }
58  void setRange( const EventIDRange& range) { m_range=range; }

The documentation for this class was generated from the following file:
IOVEntryT::~IOVEntryT
~IOVEntryT()=default
IOVEntryT::m_range
EventIDRange m_range
Definition: IOVEntryT.h:80
IOVEntryT::setRange
void setRange(const EventIDRange &range)
Definition: IOVEntryT.h:68
IOVEntryT::range
const EventIDRange & range() const
Definition: IOVEntryT.h:67