hdf5.H5Apublic

Undocumented in source.

Members

Aliases

H5A_operator2_t
alias H5A_operator2_t = herr_t function(hid_t location_id, const char* attr_name, const H5A_info_t* ainfo, 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.

Functions

H5Aclose
herr_t H5Aclose(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Acreate2
hid_t H5Acreate2(hid_t loc_id, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Acreate_by_name
hid_t H5Acreate_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_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.
H5Adelete
herr_t H5Adelete(hid_t loc_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Adelete_by_idx
herr_t H5Adelete_by_idx(hid_t loc_id, char* obj_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.
H5Adelete_by_name
herr_t H5Adelete_by_name(hid_t loc_id, char* obj_name, char* attr_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.
H5Aexists
htri_t H5Aexists(hid_t obj_id, char* attr_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aexists_by_name
htri_t H5Aexists_by_name(hid_t obj_id, char* obj_name, char* attr_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.
H5Aget_create_plist
hid_t H5Aget_create_plist(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_info
herr_t H5Aget_info(hid_t attr_id, H5A_info_t* ainfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_info_by_idx
herr_t H5Aget_info_by_idx(hid_t loc_id, char* obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5A_info_t* ainfo, 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.
H5Aget_info_by_name
herr_t H5Aget_info_by_name(hid_t loc_id, char* obj_name, char* attr_name, H5A_info_t* ainfo, 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.
H5Aget_name
ssize_t H5Aget_name(hid_t attr_id, size_t buf_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.
H5Aget_name_by_idx
ssize_t H5Aget_name_by_idx(hid_t loc_id, char* obj_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.
H5Aget_space
hid_t H5Aget_space(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_storage_size
hsize_t H5Aget_storage_size(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_type
hid_t H5Aget_type(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aiterate2
herr_t H5Aiterate2(hid_t loc_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t* idx, H5A_operator2_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.
H5Aiterate_by_name
herr_t H5Aiterate_by_name(hid_t loc_id, char* obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t* idx, H5A_operator2_t op, void* op_data, hid_t lapd_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aopen
hid_t H5Aopen(hid_t obj_id, char* attr_name, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aopen_by_idx
hid_t H5Aopen_by_idx(hid_t loc_id, char* obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t aapl_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.
H5Aopen_by_name
hid_t H5Aopen_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t aapl_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.
H5Aread
herr_t H5Aread(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Arename
herr_t H5Arename(hid_t loc_id, char* old_name, 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.
H5Arename_by_name
herr_t H5Arename_by_name(hid_t loc_id, char* obj_name, char* old_attr_name, char* new_attr_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.
H5Awrite
herr_t H5Awrite(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta