hdf5.H5Opublic

Undocumented in source.

Members

Aliases

H5O_iterate_t
alias H5O_iterate_t = int function(c_long, const(char)*, const(H5O_info_t)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_mcdt_search_cb_t
alias H5O_mcdt_search_cb_t = H5O_mcdt_search_ret_t function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_msg_crt_idx_t
alias H5O_msg_crt_idx_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

H5O_mcdt_search_ret_t
enum H5O_mcdt_search_ret_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_type_t
enum H5O_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Oare_mdc_flushes_disabled
herr_t H5Oare_mdc_flushes_disabled(hid_t object_id, hbool_t* are_disabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oclose
herr_t H5Oclose(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Ocopy
herr_t H5Ocopy(hid_t src_loc_id, const(char)* src_name, hid_t dst_loc_id, const(char)* dst_name, hid_t ocpypl_id, hid_t lcpl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Odecr_refcount
herr_t H5Odecr_refcount(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Odisable_mdc_flushes
herr_t H5Odisable_mdc_flushes(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oenable_mdc_flushes
herr_t H5Oenable_mdc_flushes(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oexists_by_name
htri_t H5Oexists_by_name(hid_t loc_id, const(char)* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oflush
herr_t H5Oflush(hid_t obj_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oget_comment
ssize_t H5Oget_comment(hid_t obj_id, char* comment, size_t bufsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oget_comment_by_name
ssize_t H5Oget_comment_by_name(hid_t loc_id, const(char)* name, char* comment, size_t bufsize, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oget_info
herr_t H5Oget_info(hid_t loc_id, H5O_info_t* oinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oget_info_by_idx
herr_t H5Oget_info_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info_t* oinfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oget_info_by_name
herr_t H5Oget_info_by_name(hid_t loc_id, const(char)* name, H5O_info_t* oinfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oincr_refcount
herr_t H5Oincr_refcount(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Olink
herr_t H5Olink(hid_t obj_id, hid_t new_loc_id, const(char)* new_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oopen
hid_t H5Oopen(hid_t loc_id, const(char)* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oopen_by_addr
hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oopen_by_idx
hid_t H5Oopen_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Orefresh
herr_t H5Orefresh(hid_t oid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oset_comment
herr_t H5Oset_comment(hid_t obj_id, const(char)* comment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Oset_comment_by_name
herr_t H5Oset_comment_by_name(hid_t loc_id, const(char)* name, const(char)* comment, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Ovisit
herr_t H5Ovisit(hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Ovisit_by_name
herr_t H5Ovisit_by_name(hid_t loc_id, const(char)* obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5O_hdr_info_t
struct H5O_hdr_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_info_t
struct H5O_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_stat_t
struct H5O_stat_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta