#include </builds/gaudi/Gaudi/GaudiSvc/src/FileMgr/POSIXFileHandler.h>
Definition at line 27 of file POSIXFileHandler.h.
◆ POSIXFileHandler()
POSIXFileHandler::POSIXFileHandler |
( |
IMessageSvc * |
msg | ) |
|
◆ closePOSIXFile()
◆ openPOSIXFile()
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.
43 int mm = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
45 fd = open(
n.c_str(), (
int)f,
mm );
71 ptr = fdopen(
fd,
m.c_str() );
◆ reopenPOSIXFile()
◆ m_level
int POSIXFileHandler::m_level |
|
private |
◆ m_log
The documentation for this class was generated from the following files: