hdf5.H5Gpublic

Undocumented in source.

Members

Aliases

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

Enums

H5G_obj_t
enum H5G_obj_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5G_storage_type_t
enum H5G_storage_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

H5Gclose
herr_t H5Gclose(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gcreate1
hid_t H5Gcreate1(hid_t loc_id, const(char)* name, size_t size_hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gcreate2
hid_t H5Gcreate2(hid_t loc_id, const(char)* name, hid_t lcpl_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gcreate_anon
hid_t H5Gcreate_anon(hid_t loc_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gflush
herr_t H5Gflush(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_comment
int H5Gget_comment(hid_t loc_id, const(char)* name, size_t bufsize, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_create_plist
hid_t H5Gget_create_plist(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_info
herr_t H5Gget_info(hid_t loc_id, H5G_info_t* ginfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_info_by_idx
herr_t H5Gget_info_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_info_t* ginfo, 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.
H5Gget_info_by_name
herr_t H5Gget_info_by_name(hid_t loc_id, const(char)* name, H5G_info_t* ginfo, 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.
H5Gget_linkval
herr_t H5Gget_linkval(hid_t loc_id, const(char)* name, size_t size, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_num_objs
herr_t H5Gget_num_objs(hid_t loc_id, hsize_t* num_objs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_objinfo
herr_t H5Gget_objinfo(hid_t loc_id, const(char)* name, hbool_t follow_link, H5G_stat_t* statbuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_objname_by_idx
ssize_t H5Gget_objname_by_idx(hid_t loc_id, hsize_t idx, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_objtype_by_idx
H5G_obj_t H5Gget_objtype_by_idx(hid_t loc_id, hsize_t idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Giterate
herr_t H5Giterate(hid_t loc_id, const(char)* name, int* idx, H5G_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.
H5Glink
herr_t H5Glink(hid_t cur_loc_id, H5L_type_t type, const(char)* cur_name, const(char)* new_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Glink2
herr_t H5Glink2(hid_t cur_loc_id, const(char)* cur_name, H5L_type_t type, hid_t new_loc_id, const(char)* new_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gmove
herr_t H5Gmove(hid_t src_loc_id, const(char)* src_name, const(char)* dst_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gmove2
herr_t H5Gmove2(hid_t src_loc_id, const(char)* src_name, hid_t dst_loc_id, const(char)* dst_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gopen1
hid_t H5Gopen1(hid_t loc_id, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gopen2
hid_t H5Gopen2(hid_t loc_id, const(char)* name, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Grefresh
herr_t H5Grefresh(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gset_comment
herr_t H5Gset_comment(hid_t loc_id, const(char)* name, 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.
H5Gunlink
herr_t H5Gunlink(hid_t loc_id, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5G_info_t
struct H5G_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5G_stat_t
struct H5G_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