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

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_attr_specific_args_t:

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

◆ [union]

union { ... } args

◆ [struct]

struct { ... } del

◆ delete_by_idx

◆ exists [1/2]

hbool_t* exists

◆ [struct] [2/2]

struct { ... } exists

◆ iterate

◆ name

const char* name

◆ new_name

const char* new_name

◆ old_name

const char* old_name

◆ op_type

◆ [struct]

struct { ... } rename

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