RMF
|
Make sure an HDF5 handle is released. More...
#include <RMF/HDF5/handle.h>
Public Member Functions | |
Handle (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 | |
CloseFunction should be an appropriate close function for the handle type, e.g. H5Aclose. Handle is not available in python.