HDF5  1.12.0
Data Fields
H5O_obj_class_t Struct Reference

#include <H5Opkg.h>

Data Fields

H5O_type_t type
 
const char * name
 
void *(* get_copy_file_udata )(void)
 
void(* free_copy_file_udata )(void *)
 
htri_t(* isa )(const H5O_t *)
 
void *(* open )(const H5G_loc_t *, H5I_type_t *)
 
void *(* create )(H5F_t *, void *, H5G_loc_t *)
 
H5O_loc_t *(* get_oloc )(hid_t)
 
herr_t(* bh_info )(const H5O_loc_t *loc, H5O_t *oh, H5_ih_info_t *bh_info)
 
herr_t(* flush )(void *obj_ptr)
 

Field Documentation

◆ bh_info

herr_t(* bh_info) (const H5O_loc_t *loc, H5O_t *oh, H5_ih_info_t *bh_info)

◆ create

void*(* create) (H5F_t *, void *, H5G_loc_t *)

◆ flush

herr_t(* flush) (void *obj_ptr)

◆ free_copy_file_udata

void(* free_copy_file_udata) (void *)

◆ get_copy_file_udata

void*(* get_copy_file_udata) (void)

◆ get_oloc

H5O_loc_t*(* get_oloc) (hid_t)

◆ isa

htri_t(* isa) (const H5O_t *)

◆ name

const char* name

◆ open

void*(* open) (const H5G_loc_t *, H5I_type_t *)

◆ type

H5O_type_t type

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