#include <IOVSyncValue.h>
|
template<template< typename > class Op> |
bool | doOp (const IOVSyncValue &iRHS) const |
|
Definition at line 31 of file IOVSyncValue.h.
◆ IOVSyncValue() [1/4]
IOVSyncValue::IOVSyncValue |
( |
| ) |
|
◆ IOVSyncValue() [2/4]
◆ IOVSyncValue() [3/4]
◆ IOVSyncValue() [4/4]
◆ beginOfTime()
◆ doOp()
template<template< typename > class Op>
bool fwlite::IOVSyncValue::doOp |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inlineprivate |
◆ endOfTime()
◆ eventID()
◆ invalidIOVSyncValue()
◆ luminosityBlockNumber()
◆ operator!=()
bool fwlite::IOVSyncValue::operator!= |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 45 of file IOVSyncValue.h.
45 {
return doOp<std::not_equal_to>(iRHS); }
◆ operator<()
bool fwlite::IOVSyncValue::operator< |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 47 of file IOVSyncValue.h.
47 {
return doOp<std::less>(iRHS); }
◆ operator<=()
bool fwlite::IOVSyncValue::operator<= |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 48 of file IOVSyncValue.h.
48 {
return doOp<std::less_equal>(iRHS); }
◆ operator==()
bool fwlite::IOVSyncValue::operator== |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 44 of file IOVSyncValue.h.
44 {
return doOp<std::equal_to>(iRHS); }
◆ operator>()
bool fwlite::IOVSyncValue::operator> |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 49 of file IOVSyncValue.h.
49 {
return doOp<std::greater>(iRHS); }
◆ operator>=()
bool fwlite::IOVSyncValue::operator>= |
( |
const IOVSyncValue & |
iRHS | ) |
const |
|
inline |
Definition at line 50 of file IOVSyncValue.h.
50 {
return doOp<std::greater_equal>(iRHS); }
◆ time()
◆ eventID_
◆ haveID_
bool fwlite::IOVSyncValue::haveID_ |
|
private |
◆ haveTime_
bool fwlite::IOVSyncValue::haveTime_ |
|
private |
◆ time_