All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
POSIXFileHandler.h
Go to the documentation of this file.
1 // POSIXFileHandler.h
3 // Provides open/close/reopen functions for POSIX (ASCII) files
4 //
5 // Author: C.Leggett
7 
8 #ifndef GAUDISVC_POSIXFILEHANDLER_H
9 #define GAUDISVC_POSIXFILEHANDLER_H 1
10 
12 #include "GaudiKernel/MsgStream.h"
13 #include "GaudiKernel/IFileMgr.h"
14 
15 #include <string>
16 
18 
19 public:
20 
22 
24  const std::string& desc, Io::Fd& fd,
25  void*& ptr);
26 
29 
30 private:
32  int m_level;
33 };
34 
35 #endif
Io::close_t closePOSIXFile(Io::Fd fd)
Definition of the MsgStream class used to transmit messages.
Definition: MsgStream.h:24
Io::reopen_t reopenPOSIXFile(Io::Fd fd, const Io::IoFlags &)
int reopen_t
Definition: IFileMgr.h:254
int Fd
Definition: IFileMgr.h:172
POSIXFileHandler(IMessageSvc *)
int open_t
Definition: IFileMgr.h:252
STL class.
The IMessage is the interface implemented by the message service.
Definition: IMessageSvc.h:57
Io::open_t openPOSIXFile(const std::string &n, const Io::IoFlags &f, const std::string &desc, Io::Fd &fd, void *&ptr)
int close_t
Definition: IFileMgr.h:253