Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

Gaudi::IODataManager::Entry Struct Reference

#include <IODataManager.h>

List of all members.

Public Member Functions

 Entry (CSTR tech, bool k, IoType iot, IDataConnection *con)

Public Attributes

std::string type
IoType ioType
IDataConnectionconnection
bool keepOpen

Detailed Description

Definition at line 32 of file IODataManager.h.


Constructor & Destructor Documentation

Gaudi::IODataManager::Entry::Entry ( CSTR  tech,
bool  k,
IoType  iot,
IDataConnection con 
) [inline]

Definition at line 37 of file IODataManager.h.

00038       : type(tech), ioType(iot), connection(con), keepOpen(k) {
00039       }


Member Data Documentation

IDataConnection* Gaudi::IODataManager::Entry::connection

Definition at line 35 of file IODataManager.h.

IoType Gaudi::IODataManager::Entry::ioType

Definition at line 34 of file IODataManager.h.

bool Gaudi::IODataManager::Entry::keepOpen

Definition at line 36 of file IODataManager.h.

std::string Gaudi::IODataManager::Entry::type

Definition at line 33 of file IODataManager.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:07 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004