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.ed9791f
API Reference
H5VL_file_get_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_file_get_args_t:

Data Fields

H5VL_file_get_t op_type
 
union {
   struct {
      H5VL_file_cont_info_t *   info
 
   }   get_cont_info
 
   struct {
      hid_t   fapl_id
 
   }   get_fapl
 
   struct {
      hid_t   fcpl_id
 
   }   get_fcpl
 
   struct {
      unsigned long *   fileno
 
   }   get_fileno
 
   struct {
      unsigned *   flags
 
   }   get_intent
 
   H5VL_file_get_name_args_t   get_name
 
   struct {
      unsigned   types
 
      size_t *   count
 
   }   get_obj_count
 
   H5VL_file_get_obj_ids_args_t   get_obj_ids
 
args
 

Field Documentation

◆ 

union { ... } args

◆ count

size_t* count

◆ fapl_id

hid_t fapl_id

◆ fcpl_id

hid_t fcpl_id

◆ fileno

unsigned long* fileno

◆ flags

unsigned* flags

◆ 

struct { ... } get_cont_info

◆ 

struct { ... } get_fapl

◆ 

struct { ... } get_fcpl

◆ 

struct { ... } get_fileno

◆ 

struct { ... } get_intent

◆ get_name

◆ 

struct { ... } get_obj_count

◆ get_obj_ids

◆ info

◆ op_type

H5VL_file_get_t op_type

◆ types

unsigned types

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