The Gaudi Framework
v30r3 (a5ef0a68)
|
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 115 of file IoComponentMgr.h.
|
inline |
Definition at line 121 of file IoComponentMgr.h.
|
inline |
Definition at line 125 of file IoComponentMgr.h.
|
inline |
Definition at line 129 of file IoComponentMgr.h.
|
inline |
Definition at line 136 of file IoComponentMgr.h.
|
friend |
Definition at line 145 of file IoComponentMgr.h.
IIoComponentMgr::IoMode::Type IoComponentMgr::IoComponentEntry::m_iomode |
Definition at line 119 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_newfname |
Definition at line 118 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldabspath |
Definition at line 117 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldfname |
Definition at line 116 of file IoComponentMgr.h.