|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
#include <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 17 of file POSIXFileHandler.h.
| POSIXFileHandler::POSIXFileHandler | ( | IMessageSvc * | msg | ) |
Definition at line 16 of file POSIXFileHandler.cpp.
| Io::close_t POSIXFileHandler::closePOSIXFile | ( | Io::Fd | fd | ) |
Definition at line 96 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 27 of file POSIXFileHandler.cpp.
| Io::reopen_t POSIXFileHandler::reopenPOSIXFile | ( | Io::Fd | fd, |
| const Io::IoFlags & | |||
| ) |
Definition at line 125 of file POSIXFileHandler.cpp.
|
private |
Definition at line 32 of file POSIXFileHandler.h.
|
private |
Definition at line 31 of file POSIXFileHandler.h.