hdf5.H5Lpublic

Undocumented in source.

Members

Aliases

H5L_class_t
alias H5L_class_t = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_copy_func_t
alias H5L_copy_func_t = int function(const(char)*, c_long, const(void)*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_create_func_t
alias H5L_create_func_t = int function(const(char)*, c_long, const(void)*, c_ulong, c_long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_delete_func_t
alias H5L_delete_func_t = int function(const(char)*, c_long, const(void)*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_elink_traverse_t
alias H5L_elink_traverse_t = int function(const(char)*, const(char)*, const(char)*, const(char)*, uint*, c_long, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_info_t
alias H5L_info_t = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_iterate_t
alias H5L_iterate_t = int function(c_long, const(char)*, const(_Anonymous_1)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_move_func_t
alias H5L_move_func_t = int function(const(char)*, c_long, const(void)*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_query_func_t
alias H5L_query_func_t = c_long function(const(char)*, const(void)*, c_ulong, void*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_traverse_func_t
alias H5L_traverse_func_t = c_long function(const(char)*, c_long, const(void)*, c_ulong, c_long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_type_t
alias H5L_type_t = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

H5Lcopy
herr_t H5Lcopy(hid_t src_loc, const(char)* src_name, hid_t dst_loc, const(char)* dst_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.
H5Lcreate_external
herr_t H5Lcreate_external(const(char)* file_name, const(char)* obj_name, hid_t link_loc_id, const(char)* link_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.
H5Lcreate_hard
herr_t H5Lcreate_hard(hid_t cur_loc, const(char)* cur_name, hid_t dst_loc, const(char)* dst_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.
H5Lcreate_soft
herr_t H5Lcreate_soft(const(char)* link_target, hid_t link_loc_id, const(char)* link_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.
H5Lcreate_ud
herr_t H5Lcreate_ud(hid_t link_loc_id, const(char)* link_name, H5L_type_t link_type, const(void)* udata, size_t udata_size, 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.
H5Ldelete
herr_t H5Ldelete(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.
H5Ldelete_by_idx
herr_t H5Ldelete_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.
H5Lexists
htri_t H5Lexists(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.
H5Lget_info
herr_t H5Lget_info(hid_t loc_id, const(char)* name, H5L_info_t* linfo, 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.
H5Lget_info_by_idx
herr_t H5Lget_info_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5L_info_t* linfo, 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.
H5Lget_name_by_idx
ssize_t H5Lget_name_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, char* name, size_t size, 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.
H5Lget_val
herr_t H5Lget_val(hid_t loc_id, const(char)* name, void* buf, size_t size, 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.
H5Lget_val_by_idx
herr_t H5Lget_val_by_idx(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, void* buf, size_t size, 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.
H5Lis_registered
htri_t H5Lis_registered(H5L_type_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Literate
herr_t H5Literate(hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t* idx, H5L_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.
H5Literate_by_name
herr_t H5Literate_by_name(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t* idx, H5L_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.
H5Lmove
herr_t H5Lmove(hid_t src_loc, const(char)* src_name, hid_t dst_loc, const(char)* dst_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.
H5Lregister
herr_t H5Lregister(const(H5L_class_t)* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Lunpack_elink_val
herr_t H5Lunpack_elink_val(const(void)* ext_linkval, size_t link_size, uint* flags, const(char*)* filename, const(char*)* obj_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Lunregister
herr_t H5Lunregister(H5L_type_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Lvisit
herr_t H5Lvisit(hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, H5L_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.
H5Lvisit_by_name
herr_t H5Lvisit_by_name(hid_t loc_id, const(char)* group_name, H5_index_t idx_type, H5_iter_order_t order, H5L_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

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

Meta