Container for a SeqNo and CreationDate pair. More...
#include <TDbiResultKey.hxx>
Public Member Functions | |
VRecKey () | |
VRecKey (UInt_t seqno, TVldTimeStamp ts) | |
Public Attributes | |
UInt_t | SeqNo |
TVldTimeStamp | CreationDate |
Container for a SeqNo and CreationDate pair.
Definition at line 66 of file TDbiResultKey.hxx.
TDbiResultKey::VRecKey::VRecKey | ( | ) | [inline] |
Definition at line 67 of file TDbiResultKey.hxx.
00067 : SeqNo(0), CreationDate() {}
TDbiResultKey::VRecKey::VRecKey | ( | UInt_t | seqno, | |
TVldTimeStamp | ts | |||
) | [inline] |
Definition at line 68 of file TDbiResultKey.hxx.
00068 : SeqNo(seqno), CreationDate(ts) {}
Definition at line 70 of file TDbiResultKey.hxx.
Definition at line 69 of file TDbiResultKey.hxx.