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.0fa3029
API Reference
H5VL_dataset_specific_args_t Struct Reference

#include <src/H5VLconnector.h>

Data Fields

H5VL_dataset_specific_t op_type
 
union {
   struct {
      const hsize_t *   size
 
   }   set_extent
 
   struct {
      hid_t   dset_id
 
   }   flush
 
   struct {
      hid_t   dset_id
 
   }   refresh
 
args
 

Field Documentation

◆ 

union { ... } args

◆ dset_id

hid_t dset_id

◆ 

struct { ... } flush

◆ op_type

◆ 

struct { ... } refresh

◆ 

struct { ... } set_extent

◆ size

const hsize_t* size

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