HDF5 1.14.5
API Reference
|
#include <src/H5VLconnector.h>
Data Fields | |
herr_t(* | cmp )(void *obj, const H5O_token_t *token1, const H5O_token_t *token2, int *cmp_value) |
herr_t(* | to_str )(void *obj, H5I_type_t obj_type, const H5O_token_t *token, char **token_str) |
herr_t(* | from_str )(void *obj, H5I_type_t obj_type, const char *token_str, H5O_token_t *token) |
herr_t(* cmp) (void *obj, const H5O_token_t *token1, const H5O_token_t *token2, int *cmp_value) |
herr_t(* from_str) (void *obj, H5I_type_t obj_type, const char *token_str, H5O_token_t *token) |
herr_t(* to_str) (void *obj, H5I_type_t obj_type, const H5O_token_t *token, char **token_str) |