![]() |
The Gaudi Framework
master (e199b415)
|
Public Member Functions | |
IoComponentEntry ()=default | |
IoComponentEntry (const std::string &f, const std::string &p, const IIoComponentMgr::IoMode::Type &t) | |
Public Attributes | |
std::string | m_oldfname |
std::string | m_oldabspath |
std::string | m_newfname |
IIoComponentMgr::IoMode::Type | m_iomode { IIoComponentMgr::IoMode::INVALID } |
Friends | |
bool | operator< (const IoComponentEntry &lhs, const IoComponentEntry &rhs) |
std::ostream & | operator<< (std::ostream &os, const IoComponentEntry &c) |
Definition at line 129 of file IoComponentMgr.h.
|
default |
|
inline |
Definition at line 136 of file IoComponentMgr.h.
|
friend |
Definition at line 139 of file IoComponentMgr.h.
|
friend |
Definition at line 143 of file IoComponentMgr.h.
IIoComponentMgr::IoMode::Type IoComponentMgr::IoComponentEntry::m_iomode { IIoComponentMgr::IoMode::INVALID } |
Definition at line 133 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_newfname |
Definition at line 132 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldabspath |
Definition at line 131 of file IoComponentMgr.h.
std::string IoComponentMgr::IoComponentEntry::m_oldfname |
Definition at line 130 of file IoComponentMgr.h.