#include <H5Opkg.h>
|
| H5O_type_t | type |
| |
| const char * | name |
| |
| void *(* | get_copy_file_udata )(void) |
| |
| void(* | free_copy_file_udata )(void *) |
| |
| htri_t(* | isa )(H5O_t *) |
| |
| hid_t(* | open )(const H5G_loc_t *, hid_t, hid_t, hbool_t) |
| |
| void *(* | create )(H5F_t *, void *, H5G_loc_t *, hid_t) |
| |
| H5O_loc_t *(* | get_oloc )(hid_t) |
| |
| herr_t(* | bh_info )(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5_ih_info_t *bh_info) |
| |
| herr_t(* | flush )(H5G_loc_t *loc, hid_t dxpl_id) |
| |
Definition at line 317 of file H5Opkg.h.
◆ bh_info
◆ create
| void*(* H5O_obj_class_t::create) (H5F_t *, void *, H5G_loc_t *, hid_t) |
◆ flush
| herr_t(* H5O_obj_class_t::flush) (H5G_loc_t *loc, hid_t dxpl_id) |
◆ free_copy_file_udata
| void(* H5O_obj_class_t::free_copy_file_udata) (void *) |
◆ get_copy_file_udata
| void*(* H5O_obj_class_t::get_copy_file_udata) (void) |
◆ get_oloc
| H5O_loc_t*(* H5O_obj_class_t::get_oloc) (hid_t) |
◆ isa
◆ name
| const char* H5O_obj_class_t::name |
◆ open
◆ type
The documentation for this struct was generated from the following file: