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

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_object_get_args_t:

Data Fields

H5VL_object_get_t op_type
 
union { 
 
   struct { 
 
      void **   file 
 
   }   get_file 
 
   struct { 
 
      size_t   buf_size 
 
      char *   buf 
 
      size_t *   name_len 
 
   }   get_name 
 
   struct { 
 
      H5O_type_t *   obj_type 
 
   }   get_type 
 
   struct { 
 
      unsigned   fields 
 
      H5O_info2_t *   oinfo 
 
   }   get_info 
 
args 
 

Field Documentation

◆ [union]

union { ... } args

◆ buf

char* buf

◆ buf_size

size_t buf_size

◆ fields

unsigned fields

◆ file

void** file

◆ [struct]

struct { ... } get_file

◆ [struct]

struct { ... } get_info

◆ [struct]

struct { ... } get_name

◆ [struct]

struct { ... } get_type

◆ name_len

size_t* name_len

◆ obj_type

H5O_type_t* obj_type

◆ oinfo

H5O_info2_t* oinfo

◆ op_type


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