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

#include <H5VLconnector.h>

Data Fields

void *(* get_object )(const void *obj)
 
herr_t(* get_wrap_ctx )(const void *obj, void **wrap_ctx)
 
void *(* wrap_object )(void *obj, H5I_type_t obj_type, void *wrap_ctx)
 
void *(* unwrap_object )(void *obj)
 
herr_t(* free_wrap_ctx )(void *wrap_ctx)
 

Field Documentation

◆ free_wrap_ctx

herr_t(* free_wrap_ctx(void *wrap_ctx)

◆ get_object

void*(* get_object(const void *obj)

◆ get_wrap_ctx

herr_t(* get_wrap_ctx(const void *obj, void **wrap_ctx)

◆ unwrap_object

void*(* unwrap_object(void *obj)

◆ wrap_object

void*(* wrap_object(void *obj, H5I_type_t obj_type, void *wrap_ctx)

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