![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include <GaudiKernel/IFileMgr.h>
Public Member Functions | |
FileHdlr ()=default | |
FileHdlr (IoTech t, bfcn_open_t o, bfcn_close_t c, bfcn_reopen_t r) | |
FileHdlr (IoTech t, bfcn_open_t o, bfcn_closeP_t c, bfcn_reopenP_t r) | |
FileHdlr (IoTech t, bfcn_open_t o, bfcn_close_t c1, bfcn_closeP_t c2, bfcn_reopen_t r1, bfcn_reopenP_t r2) | |
Public Attributes | |
IoTech | tech = UNKNOWN |
bfcn_open_t | b_open_fcn |
bfcn_close_t | b_close_fcn |
bfcn_closeP_t | b_closeP_fcn |
bfcn_reopen_t | b_reopen_fcn |
bfcn_reopenP_t | b_reopenP_fcn |
Definition at line 244 of file IFileMgr.h.
|
default |
|
inline |
Definition at line 254 of file IFileMgr.h.
|
inline |
Definition at line 256 of file IFileMgr.h.
|
inline |
Definition at line 258 of file IFileMgr.h.
bfcn_close_t Io::FileHdlr::b_close_fcn |
Definition at line 248 of file IFileMgr.h.
bfcn_closeP_t Io::FileHdlr::b_closeP_fcn |
Definition at line 249 of file IFileMgr.h.
bfcn_open_t Io::FileHdlr::b_open_fcn |
Definition at line 247 of file IFileMgr.h.
bfcn_reopen_t Io::FileHdlr::b_reopen_fcn |
Definition at line 250 of file IFileMgr.h.
bfcn_reopenP_t Io::FileHdlr::b_reopenP_fcn |
Definition at line 251 of file IFileMgr.h.
Definition at line 245 of file IFileMgr.h.