|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#include <IODataManager.h>
Definition at line 32 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 37 of file IODataManager.h.
00038 : type(tech), ioType(iot), connection(con), keepOpen(k) { 00039 }
| std::string Gaudi::IODataManager::Entry::type |
Definition at line 33 of file IODataManager.h.
| IoType Gaudi::IODataManager::Entry::ioType |
Definition at line 34 of file IODataManager.h.
| IDataConnection* Gaudi::IODataManager::Entry::connection |
Definition at line 35 of file IODataManager.h.
| bool Gaudi::IODataManager::Entry::keepOpen |
Definition at line 36 of file IODataManager.h.