ATLAS Offline Software
|
#include <IOVEntryT.h>
Classes | |
class | IOVEntryTStartCritereon |
class | IOVEntryTStopCritereon |
Public Member Functions | |
IOVEntryT () | |
IOVEntryT (T *obj, const EventIDRange &range) | |
~IOVEntryT ()=default | |
const EventIDRange & | range () const |
void | setRange (const EventIDRange &range) |
T *objPtr | ATLAS_NOT_CONST_THREAD_SAFE () const |
void | setPtr (T *ptr) |
Private Attributes | |
T * | m_objPtr {} |
EventIDRange | m_range {} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const IOVEntryT< T > &rhs) |
Definition at line 26 of file IOVEntryT.h.
Definition at line 61 of file IOVEntryT.h.
Definition at line 62 of file IOVEntryT.h.
|
inline |
Definition at line 70 of file IOVEntryT.h.
Definition at line 67 of file IOVEntryT.h.
|
inline |
Definition at line 71 of file IOVEntryT.h.
Definition at line 68 of file IOVEntryT.h.
|
friend |
Definition at line 73 of file IOVEntryT.h.
|
private |
Definition at line 79 of file IOVEntryT.h.
|
private |
Definition at line 80 of file IOVEntryT.h.