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_info_class_t Struct Reference

#include <H5VLconnector.h>

Data Fields

size_t size
 
void *(* copy )(const void *info)
 
herr_t(* cmp )(int *cmp_value, const void *info1, const void *info2)
 
herr_t(* free )(void *info)
 
herr_t(* to_str )(const void *info, char **str)
 
herr_t(* from_str )(const char *str, void **info)
 

Field Documentation

◆ cmp

herr_t(* cmp(int *cmp_value, const void *info1, const void *info2)

◆ copy

void*(* copy(const void *info)

◆ free

herr_t(* free(void *info)

◆ from_str

herr_t(* from_str(const char *str, void **info)

◆ size

size_t size

◆ to_str

herr_t(* to_str(const void *info, char **str)

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