Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DbiResultKey::VRecKey Struct Reference

#include <DbiResultKey.h>

List of all members.

Public Member Functions

 VRecKey ()
 VRecKey (UInt_t seqno, VldTimeStamp ts)

Public Attributes

UInt_t SeqNo
VldTimeStamp CreationDate


Constructor & Destructor Documentation

DbiResultKey::VRecKey::VRecKey  )  [inline]
 

Definition at line 65 of file DbiResultKey.h.

00065 : SeqNo(0), CreationDate() {}

DbiResultKey::VRecKey::VRecKey UInt_t  seqno,
VldTimeStamp  ts
[inline]
 

Definition at line 66 of file DbiResultKey.h.

00066 : SeqNo(seqno), CreationDate(ts) {}


Member Data Documentation

VldTimeStamp DbiResultKey::VRecKey::CreationDate
 

Definition at line 68 of file DbiResultKey.h.

UInt_t DbiResultKey::VRecKey::SeqNo
 

Definition at line 67 of file DbiResultKey.h.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:09:03 2010 for loon by  doxygen 1.3.9.1