|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
#include <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 |
Definition at line 32 of file IODataManager.h.
| Gaudi::IODataManager::Entry::Entry | ( | CSTR | tech, |
| bool | k, | ||
| IoType | iot, | ||
| IDataConnection * | con | ||
| ) | [inline] |
Definition at line 37 of file IODataManager.h.
: type(tech), ioType(iot), connection(con), keepOpen(k) { }
| 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.