Make sure an HDF5 handle is released.
CloseFunction should be an appropriate close function for the handle type, eg H5Aclose. HDF5Handle is not available in python.
Inheritance diagram for RMF::HDF5Handle:Public Member Functions | |
| 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 | |