TDbiResultKey::VRecKey Struct Reference

Container for a SeqNo and CreationDate pair. More...

#include <TDbiResultKey.hxx>

Collaboration diagram for TDbiResultKey::VRecKey:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 VRecKey ()
 VRecKey (UInt_t seqno, TVldTimeStamp ts)

Public Attributes

UInt_t SeqNo
TVldTimeStamp CreationDate

Detailed Description

Container for a SeqNo and CreationDate pair.

Definition at line 66 of file TDbiResultKey.hxx.


Constructor & Destructor Documentation

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) {}


Member Data Documentation

Definition at line 70 of file TDbiResultKey.hxx.

Definition at line 69 of file TDbiResultKey.hxx.


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

Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1