|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <IODataManager.h>
Definition at line 28 of file IODataManager.h.
Public Member Functions | |
| Entry (CSTR tech, bool k, IoType iot, IDataConnection *con) | |
Public Attributes | |
| std::string | type |
| IoType | ioType |
| IDataConnection * | connection |
| bool | keepOpen |
| Gaudi::IODataManager::Entry::Entry | ( | CSTR | tech, | |
| bool | k, | |||
| IoType | iot, | |||
| IDataConnection * | con | |||
| ) | [inline] |
Definition at line 33 of file IODataManager.h.
00034 : type(tech), ioType(iot), connection(con), keepOpen(k) { 00035 }
| std::string Gaudi::IODataManager::Entry::type |
Definition at line 29 of file IODataManager.h.
| IoType Gaudi::IODataManager::Entry::ioType |
Definition at line 30 of file IODataManager.h.
| IDataConnection* Gaudi::IODataManager::Entry::connection |
Definition at line 31 of file IODataManager.h.
| bool Gaudi::IODataManager::Entry::keepOpen |
Definition at line 32 of file IODataManager.h.