Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

PoolDbCnvSvc::DbH Struct Reference

#include <PoolDbCnvSvc.h>

Collaboration diagram for PoolDbCnvSvc::DbH:
[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 Sep 30 09:58:43 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004