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

#include <H5VLconnector.h>

Data Fields

void *(* create )(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void **req)
 
void *(* open )(const char *name, unsigned flags, hid_t fapl_id, hid_t dxpl_id, void **req)
 
herr_t(* get )(void *obj, H5VL_file_get_t get_type, hid_t dxpl_id, void **req, va_list arguments)
 
herr_t(* specific )(void *obj, H5VL_file_specific_t specific_type, hid_t dxpl_id, void **req, va_list arguments)
 
herr_t(* optional )(void *obj, H5VL_file_optional_t opt_type, hid_t dxpl_id, void **req, va_list arguments)
 
herr_t(* close )(void *file, hid_t dxpl_id, void **req)
 

Field Documentation

◆ close

herr_t(* close(void *file, hid_t dxpl_id, void **req)

◆ create

void*(* create(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void **req)

◆ get

herr_t(* get(void *obj, H5VL_file_get_t get_type, hid_t dxpl_id, void **req, va_list arguments)

◆ open

void*(* open(const char *name, unsigned flags, hid_t fapl_id, hid_t dxpl_id, void **req)

◆ optional

herr_t(* optional(void *obj, H5VL_file_optional_t opt_type, hid_t dxpl_id, void **req, va_list arguments)

◆ specific

herr_t(* specific(void *obj, H5VL_file_specific_t specific_type, hid_t dxpl_id, void **req, va_list arguments)

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