#include <H5Opkg.h>
|
unsigned | id |
|
const char * | name |
|
size_t | native_size |
|
unsigned | share_flags |
|
void *(* | decode )(H5F_t *, hid_t, H5O_t *, unsigned, unsigned *, size_t, const uint8_t *) |
|
herr_t(* | encode )(H5F_t *, hbool_t, uint8_t *, const void *) |
|
void *(* | copy )(const void *, void *) |
|
size_t(* | raw_size )(const H5F_t *, hbool_t, const void *) |
|
herr_t(* | reset )(void *) |
|
herr_t(* | free )(void *) |
|
herr_t(* | del )(H5F_t *, hid_t, H5O_t *, void *) |
|
herr_t(* | link )(H5F_t *, hid_t, H5O_t *, void *) |
|
herr_t(* | set_share )(void *, const H5O_shared_t *) |
|
htri_t(* | can_share )(const void *) |
|
herr_t(* | pre_copy_file )(H5F_t *, const void *, hbool_t *, const H5O_copy_t *, void *) |
|
void *(* | copy_file )(H5F_t *, void *, H5F_t *, hbool_t *, unsigned *, H5O_copy_t *, void *, hid_t) |
|
herr_t(* | post_copy_file )(const H5O_loc_t *, const void *, H5O_loc_t *, void *, unsigned *, hid_t, H5O_copy_t *) |
|
herr_t(* | get_crt_index )(const void *, H5O_msg_crt_idx_t *) |
|
herr_t(* | set_crt_index )(void *, H5O_msg_crt_idx_t) |
|
herr_t(* | debug )(H5F_t *, hid_t, const void *, FILE *, int, int) |
|
Definition at line 220 of file H5Opkg.h.
◆ can_share
◆ copy
void*(* H5O_msg_class_t::copy) (const void *, void *) |
◆ copy_file
void*(* H5O_msg_class_t::copy_file) (H5F_t *, void *, H5F_t *, hbool_t *, unsigned *, H5O_copy_t *, void *, hid_t) |
◆ debug
◆ decode
void*(* H5O_msg_class_t::decode) (H5F_t *, hid_t, H5O_t *, unsigned, unsigned *, size_t, const uint8_t *) |
◆ del
◆ encode
◆ free
herr_t(* H5O_msg_class_t::free) (void *) |
◆ get_crt_index
◆ id
unsigned H5O_msg_class_t::id |
◆ link
◆ name
const char* H5O_msg_class_t::name |
◆ native_size
size_t H5O_msg_class_t::native_size |
◆ post_copy_file
herr_t(* H5O_msg_class_t::post_copy_file) (const H5O_loc_t *, const void *, H5O_loc_t *, void *, unsigned *, hid_t, H5O_copy_t *) |
◆ pre_copy_file
◆ raw_size
◆ reset
herr_t(* H5O_msg_class_t::reset) (void *) |
◆ set_crt_index
◆ set_share
herr_t(* H5O_msg_class_t::set_share) (void *, const H5O_shared_t *) |
◆ share_flags
unsigned H5O_msg_class_t::share_flags |
The documentation for this struct was generated from the following file: