ATLAS Offline Software
Loading...
Searching...
No Matches
IOVEntryProxyCritereon Class Reference

#include <IOVEntry.h>

Collaboration diagram for IOVEntryProxyCritereon:

Public Member Functions

bool operator() (const IOVEntry &p1, const IOVEntry &p2) const
bool operator() (const IOVEntry *p1, const IOVEntry *p2) const

Detailed Description

Definition at line 94 of file IOVEntry.h.

Member Function Documentation

◆ operator()() [1/2]

bool IOVEntryProxyCritereon::operator() ( const IOVEntry & p1,
const IOVEntry & p2 ) const
inline

Definition at line 96 of file IOVEntry.h.

96 {
97 return p1.proxy() < p2.proxy();
98 }

◆ operator()() [2/2]

bool IOVEntryProxyCritereon::operator() ( const IOVEntry * p1,
const IOVEntry * p2 ) const
inline

Definition at line 99 of file IOVEntry.h.

99 {
100 return p1->proxy() < p2->proxy();
101 }

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