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

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

Data Fields

H5VL_file_specific_t op_type
 
union {
   struct {
      H5I_type_t   obj_type
 
      H5F_scope_t   scope
 
   }   flush
 
   struct {
      void **   file
 
   }   reopen
 
   struct {
      const char *   filename
 
      hid_t   fapl_id
 
      hbool_t *   accessible
 
   }   is_accessible
 
   struct {
      const char *   filename
 
      hid_t   fapl_id
 
   }   del
 
   struct {
      void *   obj2
 
      hbool_t *   same_file
 
   }   is_equal
 
args
 

Field Documentation

◆ accessible

hbool_t* accessible

◆ args

union { ... } args

◆ del

struct { ... } del

◆ fapl_id

hid_t fapl_id

◆ file

void** file

◆ filename

const char* filename

◆ flush

struct { ... } flush

◆ is_accessible

struct { ... } is_accessible

◆ is_equal

struct { ... } is_equal

◆ obj2

void* obj2

◆ obj_type

H5I_type_t obj_type

◆ op_type

◆ reopen

struct { ... } reopen

◆ same_file

hbool_t* same_file

◆ scope

H5F_scope_t scope

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