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.7025c5f
API Reference
H5VL_group_specific_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_group_specific_args_t:

Data Fields

H5VL_group_specific_t op_type
 
union {
   H5VL_group_spec_mount_args_t   mount
 
   struct {
      const char *   name
 
   }   unmount
 
   struct {
      hid_t   grp_id
 
   }   flush
 
   struct {
      hid_t   grp_id
 
   }   refresh
 
args
 

Field Documentation

◆ 

union { ... } args

◆ 

struct { ... } flush

◆ grp_id

hid_t grp_id

◆ mount

◆ name

const char* name

◆ op_type

◆ 

struct { ... } refresh

◆ 

struct { ... } unmount

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