Gaudi Framework, version v21r8

Home   Generated: 17 Mar 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::DbTransactionsecond
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

Definition at line 51 of file PoolDbCnvSvc.h.

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 Wed Mar 17 18:18:52 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004