![]() |
The Gaudi Framework
master (1a7a3838)
|
#include </builds/gaudi/Gaudi/GaudiSvc/src/FileMgr/POSIXFileHandler.h>

Public Member Functions | |
| POSIXFileHandler (IMessageSvc *) | |
| Io::open_t | openPOSIXFile (const std::string &n, const Io::IoFlags &f, const std::string &desc, Io::Fd &fd, void *&ptr) |
| Io::close_t | closePOSIXFile (Io::Fd fd) |
| Io::reopen_t | reopenPOSIXFile (Io::Fd fd, const Io::IoFlags &) |
Private Attributes | |
| MsgStream | m_log |
| int | m_level |
Definition at line 26 of file POSIXFileHandler.h.
| POSIXFileHandler::POSIXFileHandler | ( | IMessageSvc * | msg | ) |
Definition at line 25 of file POSIXFileHandler.cpp.
| Io::close_t POSIXFileHandler::closePOSIXFile | ( | Io::Fd | fd | ) |
Definition at line 86 of file POSIXFileHandler.cpp.
| Io::open_t POSIXFileHandler::openPOSIXFile | ( | const std::string & | n, |
| const Io::IoFlags & | f, | ||
| const std::string & | desc, | ||
| Io::Fd & | fd, | ||
| void *& | ptr ) |
Definition at line 32 of file POSIXFileHandler.cpp.
| Io::reopen_t POSIXFileHandler::reopenPOSIXFile | ( | Io::Fd | fd, |
| const Io::IoFlags & | ) |
Definition at line 106 of file POSIXFileHandler.cpp.
|
private |
Definition at line 39 of file POSIXFileHandler.h.
|
private |
Definition at line 38 of file POSIXFileHandler.h.