Inheritance diagram for H5SOperations:
Public Member Functions | |
H5SOperations () | |
virtual | ~H5SOperations () |
herr_t | open (hid_t datasetId, const std::string ¬Used) |
herr_t | close () |
H5SOperations::H5SOperations | ( | ) | [inline] |
virtual H5SOperations::~H5SOperations | ( | ) | [inline, virtual] |
herr_t H5SOperations::open | ( | hid_t | datasetId, | |
const std::string & | notUsed | |||
) | [inline, virtual] |
Implements IH5Operations.
herr_t H5SOperations::close | ( | ) | [inline, virtual] |
Implements IH5Operations.