Inheritance diagram for H5DOperations:
Public Member Functions | |
H5DOperations () | |
virtual | ~H5DOperations () |
herr_t | open (hid_t locId, const std::string &datasetPath) |
herr_t | close () |
H5DOperations::H5DOperations | ( | ) | [inline] |
virtual H5DOperations::~H5DOperations | ( | ) | [inline, virtual] |
herr_t H5DOperations::open | ( | hid_t | locId, | |
const std::string & | datasetPath | |||
) | [inline, virtual] |
Implements IH5Operations.
herr_t H5DOperations::close | ( | ) | [inline, virtual] |
Implements IH5Operations.