Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.13.2-1
H5VL_dataset_get_args_t Struct Reference

#include </mnt/hdf/vchoi/work/MY_GIT_CLONE/cleanup_hl_doxygen/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

◆ args

union { ... } args

◆ dapl_id

hid_t dapl_id

◆ dcpl_id

hid_t dcpl_id

◆ get_dapl

struct { ... } get_dapl

◆ get_dcpl

struct { ... } get_dcpl

◆ get_space

struct { ... } get_space

◆ get_space_status

struct { ... } get_space_status

◆ get_storage_size

struct { ... } get_storage_size

◆ get_type

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: