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.b155ec5
API Reference
H5VL_object_specific_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_object_specific_args_t:

Data Fields

H5VL_object_specific_t op_type
 
union {
   struct {
      int   delta
 
   }   change_rc
 
   struct {
      hbool_t *   exists
 
   }   exists
 
   struct {
      H5O_token_t *   token_ptr
 
   }   lookup
 
   H5VL_object_visit_args_t   visit
 
   struct {
      hid_t   obj_id
 
   }   flush
 
   struct {
      hid_t   obj_id
 
   }   refresh
 
args
 

Field Documentation

◆ 

union { ... } args

◆ 

struct { ... } change_rc

◆ delta

int delta

◆ exists [1/2]

hbool_t* exists

◆  [2/2]

struct { ... } exists

◆ 

struct { ... } flush

◆ 

struct { ... } lookup

◆ obj_id

hid_t obj_id

◆ op_type

◆ 

struct { ... } refresh

◆ token_ptr

H5O_token_t* token_ptr

◆ visit


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