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

#include <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

◆ [union]

union { ... } args

◆ [struct]

struct { ... } del

◆ fapl_id

hid_t fapl_id

◆ file

void** file

◆ filename

const char* filename

◆ [struct]

struct { ... } flush

◆ [struct]

struct { ... } is_accessible

◆ [struct]

struct { ... } is_equal

◆ obj2

void* obj2

◆ obj_type

H5I_type_t obj_type

◆ op_type

◆ [struct]

struct { ... } reopen

◆ same_file

hbool_t* same_file

◆ scope

H5F_scope_t scope

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