#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IFileMgr.h>
|
| 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) |
|
◆ FileHdlr() [1/4]
Io::FileHdlr::FileHdlr |
( |
| ) |
|
|
default |
◆ FileHdlr() [2/4]
Io::FileHdlr::FileHdlr |
( |
IoTech | t, |
|
|
bfcn_open_t | o, |
|
|
bfcn_close_t | c, |
|
|
bfcn_reopen_t | r ) |
|
inline |
Definition at line 251 of file IFileMgr.h.
bfcn_reopen_t b_reopen_fcn
◆ FileHdlr() [3/4]
Io::FileHdlr::FileHdlr |
( |
IoTech | t, |
|
|
bfcn_open_t | o, |
|
|
bfcn_closeP_t | c, |
|
|
bfcn_reopenP_t | r ) |
|
inline |
Definition at line 253 of file IFileMgr.h.
bfcn_closeP_t b_closeP_fcn
bfcn_reopenP_t b_reopenP_fcn
◆ FileHdlr() [4/4]
Io::FileHdlr::FileHdlr |
( |
IoTech | t, |
|
|
bfcn_open_t | o, |
|
|
bfcn_close_t | c1, |
|
|
bfcn_closeP_t | c2, |
|
|
bfcn_reopen_t | r1, |
|
|
bfcn_reopenP_t | r2 ) |
|
inline |
◆ b_close_fcn
bfcn_close_t Io::FileHdlr::b_close_fcn |
◆ b_closeP_fcn
bfcn_closeP_t Io::FileHdlr::b_closeP_fcn |
◆ b_open_fcn
bfcn_open_t Io::FileHdlr::b_open_fcn |
◆ b_reopen_fcn
bfcn_reopen_t Io::FileHdlr::b_reopen_fcn |
◆ b_reopenP_fcn
bfcn_reopenP_t Io::FileHdlr::b_reopenP_fcn |
◆ tech
IoTech Io::FileHdlr::tech = UNKNOWN |
The documentation for this struct was generated from the following file: