ATLAS Offline Software
|
#include <IOVEntry.h>
Classes | |
class | IOVEntryStartCritereon |
class | IOVEntryStopCritereon |
Public Types | |
typedef std::multiset< IOVEntry *, IOVEntryStartCritereon >::iterator | startITR |
typedef std::multiset< IOVEntry *, IOVEntryStopCritereon >::iterator | stopITR |
Public Member Functions | |
IOVEntry (SG::DataProxy *proxy, IOVRange *range) | |
IOVEntry (const IOVEntry &)=delete | |
IOVEntry & | operator= (const IOVEntry &)=delete |
~IOVEntry () | |
const IOVRange * | range () const |
void | setRange (IOVRange *range) |
SG::DataProxy * | proxy () |
const SG::DataProxy * | proxy () const |
bool | removedStart () const |
bool | removedStop () const |
void | setRemovedStart (bool b) |
void | setRemovedStop (bool b) |
void | setStartITR (startITR itr) |
void | setStopITR (stopITR itr) |
startITR | getStartITR () const |
stopITR | getStopITR () const |
Private Attributes | |
SG::DataProxy * | m_proxy |
IOVRange * | m_range |
bool | m_removedStart |
bool | m_removedStop |
startITR | m_startITR |
stopITR | m_stopITR |
Definition at line 25 of file IOVEntry.h.
typedef std::multiset<IOVEntry*,IOVEntryStartCritereon>::iterator IOVEntry::startITR |
Definition at line 60 of file IOVEntry.h.
typedef std::multiset<IOVEntry*,IOVEntryStopCritereon>::iterator IOVEntry::stopITR |
Definition at line 61 of file IOVEntry.h.
|
inline |
|
inline |
Definition at line 71 of file IOVEntry.h.
|
inline |
Definition at line 88 of file IOVEntry.h.
|
inline |
Definition at line 89 of file IOVEntry.h.
|
inline |
Definition at line 76 of file IOVEntry.h.
|
inline |
Definition at line 77 of file IOVEntry.h.
Definition at line 73 of file IOVEntry.h.
|
inline |
Definition at line 79 of file IOVEntry.h.
|
inline |
Definition at line 80 of file IOVEntry.h.
|
inline |
Definition at line 74 of file IOVEntry.h.
|
inline |
Definition at line 82 of file IOVEntry.h.
|
inline |
Definition at line 83 of file IOVEntry.h.
|
inline |
Definition at line 85 of file IOVEntry.h.
|
inline |
Definition at line 86 of file IOVEntry.h.
|
private |
Definition at line 92 of file IOVEntry.h.
|
private |
Definition at line 93 of file IOVEntry.h.
|
private |
Definition at line 95 of file IOVEntry.h.
|
private |
Definition at line 96 of file IOVEntry.h.
|
private |
Definition at line 98 of file IOVEntry.h.
|
private |
Definition at line 99 of file IOVEntry.h.