Share an HDF5 handle.
This should be used with a boost intrusive_ptr. It is not available in python.
Inheritance diagram for RMF::HDF5SharedHandle:Public Member Functions | |
| HDF5SharedHandle (hid_t h, HDF5CloseFunction f, std::string operation) | |
Public Member Functions inherited from RMF::HDF5Handle | |
| HDF5Handle (hid_t h, HDF5CloseFunction f, std::string operation) | |
| void | close () |
| hid_t | get_hid () const |
| bool | get_is_open () const |
| void | open (hid_t h, HDF5CloseFunction f) |
| operator hid_t () const | |