![]() |
The Gaudi Framework
v28r2p1 (f1a77ff4)
|
Public Member Functions | |
IoComponentEntry () | |
IoComponentEntry (const std::string &f, const std::string &p, const IIoComponentMgr::IoMode::Type &t) | |
IoComponentEntry (const IoComponentEntry &rhs) | |
bool | operator< (IoComponentEntry const &rhs) const |
Public Attributes | |
std::string | m_oldfname |
std::string | m_oldabspath |
std::string | m_newfname |
IIoComponentMgr::IoMode::Type | m_iomode |
Friends | |
std::ostream & | operator<< (std::ostream &os, const IoComponentEntry &c) |
Definition at line 128 of file IoComponentMgr.h.
|
inline |
Definition at line 134 of file IoComponentMgr.h.
|
inline |
Definition at line 136 of file IoComponentMgr.h.
|
inline |
Definition at line 139 of file IoComponentMgr.h.
|
inline |
Definition at line 143 of file IoComponentMgr.h.
|
friend |
Definition at line 151 of file IoComponentMgr.h.
IIoComponentMgr::IoMode::Type IoComponentMgr::IoComponentEntry::m_iomode |
Definition at line 132 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_newfname |
Definition at line 131 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldabspath |
Definition at line 130 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldfname |
Definition at line 129 of file IoComponentMgr.h.