Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5VL_token_class_t Struct Reference

#include <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)
 

Field Documentation

◆ cmp

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

◆ from_str

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

◆ to_str

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

The documentation for this struct was generated from the following file: