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

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_attr_get_args_t:

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

◆ [union]

union { ... } args

◆ data_size

hsize_t* data_size

◆ [struct]

struct { ... } get_acpl

◆ get_info

◆ get_name

◆ [struct]

struct { ... } get_space

◆ [struct]

struct { ... } get_storage_size

◆ [struct]

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: