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.44a00ef
API Reference
H5VL_dataset_get_args_t Struct Reference

#include <src/H5VLconnector.h>

Data Fields

H5VL_dataset_get_t op_type
 
union {
   struct {
      hid_t   dapl_id
 
   }   get_dapl
 
   struct {
      hid_t   dcpl_id
 
   }   get_dcpl
 
   struct {
      hid_t   space_id
 
   }   get_space
 
   struct {
      H5D_space_status_t *   status
 
   }   get_space_status
 
   struct {
      hsize_t *   storage_size
 
   }   get_storage_size
 
   struct {
      hid_t   type_id
 
   }   get_type
 
args
 

Field Documentation

◆ 

union { ... } args

◆ dapl_id

hid_t dapl_id

◆ dcpl_id

hid_t dcpl_id

◆ 

struct { ... } get_dapl

◆ 

struct { ... } get_dcpl

◆ 

struct { ... } get_space

◆ 

struct { ... } get_space_status

◆ 

struct { ... } get_storage_size

◆ 

struct { ... } get_type

◆ op_type

◆ space_id

hid_t space_id

◆ status

◆ storage_size

hsize_t* storage_size

◆ type_id

hid_t type_id

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