Gaudi Framework, version v21r10p1

Home   Generated: 29 Jul 2010

PoolDbCnvSvc::DbH Struct Reference

#include <PoolDbCnvSvc.h>

Collaboration diagram for PoolDbCnvSvc::DbH:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DbH (const pool::DbDatabase &db, pool::DbTransaction *tr, int cr)
 DbH (const DbH &c)

Public Attributes

pool::DbDatabase first
pool::DbTransaction * second
int count


Detailed Description

Definition at line 50 of file PoolDbCnvSvc.h.


Constructor & Destructor Documentation

PoolDbCnvSvc::DbH::DbH ( const pool::DbDatabase &  db,
pool::DbTransaction *  tr,
int  cr 
) [inline]

Definition at line 55 of file PoolDbCnvSvc.h.

00056     : first(db), second(tr), count(cr) {}

PoolDbCnvSvc::DbH::DbH ( const DbH c  )  [inline]

Definition at line 57 of file PoolDbCnvSvc.h.

00058     : first(c.first), second(c.second), count(c.count) {}


Member Data Documentation

pool::DbDatabase PoolDbCnvSvc::DbH::first

Definition at line 51 of file PoolDbCnvSvc.h.

pool::DbTransaction* PoolDbCnvSvc::DbH::second

Definition at line 52 of file PoolDbCnvSvc.h.

Definition at line 53 of file PoolDbCnvSvc.h.


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

Generated at Thu Jul 29 10:18:18 2010 for Gaudi Framework, version v21r10p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004