Gaudi Framework, version v20r4

Generated: 8 Jan 2009

NTupleSvc::Connection Struct Reference

#include <NTupleSvc.h>

Collaboration diagram for NTupleSvc::Connection:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 33 of file NTupleSvc.h.


Public Member Functions

 Connection (IConversionSvc *s)
 Connection (const Connection &c)

Public Attributes

IConversionSvcservice

Constructor & Destructor Documentation

NTupleSvc::Connection::Connection ( IConversionSvc s  )  [inline]

Definition at line 35 of file NTupleSvc.h.

00035 : service(s) {}

NTupleSvc::Connection::Connection ( const Connection c  )  [inline]

Definition at line 36 of file NTupleSvc.h.

00036 : service(c.service) {}


Member Data Documentation

Definition at line 34 of file NTupleSvc.h.


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

Generated at Thu Jan 8 17:52:00 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004