Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5VL_info_class_t Struct Reference

#include <src/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: