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