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

#include <src/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_args_t *args, hid_t dxpl_id, void **req)
 
herr_t(* specific )(void *obj, H5VL_file_specific_args_t *args, hid_t dxpl_id, void **req)
 
herr_t(* optional )(void *obj, H5VL_optional_args_t *args, hid_t dxpl_id, void **req)
 
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_args_t *args, hid_t dxpl_id, void **req)

◆ 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_optional_args_t *args, hid_t dxpl_id, void **req)

◆ specific

herr_t(* specific) (void *obj, H5VL_file_specific_args_t *args, hid_t dxpl_id, void **req)

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