![]() |
|
|
Generated: 18 Jul 2008 |
#include <IODataManager.h>
Collaboration diagram for Gaudi::IODataManager::Entry:

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 }
Definition at line 29 of file IODataManager.h.
| IDataConnection* Gaudi::IODataManager::Entry::connection |
Definition at line 32 of file IODataManager.h.