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_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]

union { ... } args

◆ dapl_id

hid_t dapl_id

◆ dcpl_id

hid_t dcpl_id

◆ [struct]

struct { ... } get_dapl

◆ [struct]

struct { ... } get_dcpl

◆ [struct]

struct { ... } get_space

◆ [struct]

struct { ... } get_space_status

◆ [struct]

struct { ... } get_storage_size

◆ [struct]

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: