Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef ATHENASERVICES_IOSVC_H
12 #define ATHENASERVICES_IOSVC_H 1
16 #include <unordered_map>
31 :
public extends<::AthService, ::IIoSvc>
42 IoSvc(
const std::string&
name, ISvcLocator* pSvcLocator );
65 virtual Fd fd(
const std::string&
fname)
const override;
69 virtual const std::string&
fname(
Fd fd)
const override;
98 typedef std::unordered_map<Fd, FdInfos>
FdMap_t;
107 #endif //> !ATHENASERVICES_IOSVC_H
virtual Fd fd(const std::string &fname) const override
retrieve the file descriptor associated with file fname
virtual Fd open(const std::string &fname, IoType mode) override
open file fname with open mode mode
virtual bool has_fd(Fd fd) const override
test if a given file descriptor fd is known to us
IoType
I/O Connection types.
::StatusCode StatusCode
StatusCode definition for legacy code.
Fd m_last_fd
last created Fd
virtual IoType mode(Fd fd) const override
retrieve the open mode associated with file descriptor fd
virtual StatusCode close(Fd fd) override
close file fd
virtual ~IoSvc()
Destructor:
virtual const std::string & fname(Fd fd) const override
retrieve the file fname associated with file descriptor fd
std::unordered_map< Fd, FdInfos > FdMap_t
virtual StatusCode finalize() override
virtual StatusCode initialize() override
Gaudi Service Implementation.
int Fd
unix-y file descriptor
IoSvc()
Default constructor:
FdMap_t m_fds
map of fd->fdinfos