Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

PoolDbCnvSvc::DbH Struct Reference

#include <PoolDbCnvSvc.h>

Collaboration diagram for PoolDbCnvSvc::DbH:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 50 of file PoolDbCnvSvc.h.


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

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 Mon Sep 7 18:21:27 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004