Gaudi::IODataManager::Entry Struct Reference

#include <src/component/IODataManager.h>

Collaboration diagram for Gaudi::IODataManager::Entry:

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.

38  : type(tech), ioType(iot), connection(con), keepOpen(k) {
39  }
std::string type
Definition: IODataManager.h:33
IDataConnection * connection
Definition: IODataManager.h:35
bool keepOpen
Definition: IODataManager.h:36
IoType ioType
Definition: IODataManager.h:34

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: