Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
POSIXFileHandler.h
Go to the documentation of this file.
1 
2 // 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 
23  Io::open_t openPOSIXFile(const std::string& n, const Io::IoFlags& f,
24  const std::string& desc, Io::Fd& fd,
25  void*& ptr);
26 
29 
30 private:
32  int m_level;
33 };
34 
35 #endif

Generated at Wed Jun 4 2014 14:48:58 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004