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

#include </mnt/hdf/vchoi/work/MY_GIT_CLONE/cleanup_hl_doxygen/src/H5VLconnector.h>

Data Fields

H5VL_attr_get_t op_type
 
union {
   struct {
      hid_t   acpl_id
 
   }   get_acpl
 
   H5VL_attr_get_info_args_t   get_info
 
   H5VL_attr_get_name_args_t   get_name
 
   struct {
      hid_t   space_id
 
   }   get_space
 
   struct {
      hsize_t *   data_size
 
   }   get_storage_size
 
   struct {
      hid_t   type_id
 
   }   get_type
 
args
 

Field Documentation

◆ acpl_id

hid_t acpl_id

◆ args

union { ... } args

◆ data_size

hsize_t* data_size

◆ get_acpl

struct { ... } get_acpl

◆ get_info

◆ get_name

◆ get_space

struct { ... } get_space

◆ get_storage_size

struct { ... } get_storage_size

◆ get_type

struct { ... } get_type

◆ op_type

H5VL_attr_get_t op_type

◆ space_id

hid_t space_id

◆ type_id

hid_t type_id

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