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

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

Data Fields

H5VL_attr_specific_t op_type
 
union {
   struct {
      const char *   name
 
   }   del
 
   H5VL_attr_delete_by_idx_args_t   delete_by_idx
 
   struct {
      const char *   name
 
      hbool_t *   exists
 
   }   exists
 
   H5VL_attr_iterate_args_t   iterate
 
   struct {
      const char *   old_name
 
      const char *   new_name
 
   }   rename
 
args
 

Field Documentation

◆ args

union { ... } args

◆ del

struct { ... } del

◆ delete_by_idx

◆ exists [1/2]

hbool_t* exists

◆ exists [2/2]

struct { ... } exists

◆ iterate

◆ name

const char* name

◆ new_name

const char* new_name

◆ old_name

const char* old_name

◆ op_type

◆ rename

struct { ... } rename

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