HDF5  1.12.0
H5VLnative_token.c File Reference

Functions

herr_t H5VL__native_token_cmp (void H5_ATTR_UNUSED *obj, const H5O_token_t *token1, const H5O_token_t *token2, int *cmp_value)
 
herr_t H5VL__native_token_to_str (void *obj, H5I_type_t obj_type, const H5O_token_t *token, char **token_str)
 
herr_t H5VL__native_str_to_token (void *obj, H5I_type_t obj_type, const char *token_str, H5O_token_t *token)
 

Function Documentation

◆ H5VL__native_str_to_token()

herr_t H5VL__native_str_to_token ( void *  obj,
H5I_type_t  obj_type,
const char *  token_str,
H5O_token_t token 
)

◆ H5VL__native_token_cmp()

herr_t H5VL__native_token_cmp ( void H5_ATTR_UNUSED *  obj,
const H5O_token_t token1,
const H5O_token_t token2,
int *  cmp_value 
)

◆ H5VL__native_token_to_str()

herr_t H5VL__native_token_to_str ( void *  obj,
H5I_type_t  obj_type,
const H5O_token_t token,
char **  token_str 
)