![]() |
HDF5
1.12.0
|
#include "H5Gmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Gpkg.h"#include "H5MMprivate.h"Data Structures | |
| struct | H5G_iter_bt_t |
| struct | H5G_iter_rm_t |
| struct | H5G_iter_lkp_t |
Functions | |
| herr_t | H5G__compact_insert (const H5O_loc_t *grp_oloc, H5O_link_t *obj_lnk) |
| ssize_t | H5G__compact_get_name_by_idx (const H5O_loc_t *oloc, const H5O_linfo_t *linfo, H5_index_t idx_type, H5_iter_order_t order, hsize_t idx, char *name, size_t size) |
| herr_t | H5G__compact_remove (const H5O_loc_t *oloc, H5RS_str_t *grp_full_path_r, const char *name) |
| herr_t | H5G__compact_remove_by_idx (const H5O_loc_t *oloc, const H5O_linfo_t *linfo, H5RS_str_t *grp_full_path_r, H5_index_t idx_type, H5_iter_order_t order, hsize_t n) |
| herr_t | H5G__compact_iterate (const H5O_loc_t *oloc, const H5O_linfo_t *linfo, H5_index_t idx_type, H5_iter_order_t order, hsize_t skip, hsize_t *last_lnk, H5G_lib_iterate_t op, void *op_data) |
| htri_t | H5G__compact_lookup (const H5O_loc_t *oloc, const char *name, H5O_link_t *lnk) |
| herr_t | H5G__compact_lookup_by_idx (const H5O_loc_t *oloc, const H5O_linfo_t *linfo, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_link_t *lnk) |
| ssize_t H5G__compact_get_name_by_idx | ( | const H5O_loc_t * | oloc, |
| const H5O_linfo_t * | linfo, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t | idx, | ||
| char * | name, | ||
| size_t | size | ||
| ) |
| herr_t H5G__compact_insert | ( | const H5O_loc_t * | grp_oloc, |
| H5O_link_t * | obj_lnk | ||
| ) |
| herr_t H5G__compact_iterate | ( | const H5O_loc_t * | oloc, |
| const H5O_linfo_t * | linfo, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t | skip, | ||
| hsize_t * | last_lnk, | ||
| H5G_lib_iterate_t | op, | ||
| void * | op_data | ||
| ) |
| htri_t H5G__compact_lookup | ( | const H5O_loc_t * | oloc, |
| const char * | name, | ||
| H5O_link_t * | lnk | ||
| ) |
| herr_t H5G__compact_lookup_by_idx | ( | const H5O_loc_t * | oloc, |
| const H5O_linfo_t * | linfo, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t | n, | ||
| H5O_link_t * | lnk | ||
| ) |
| herr_t H5G__compact_remove | ( | const H5O_loc_t * | oloc, |
| H5RS_str_t * | grp_full_path_r, | ||
| const char * | name | ||
| ) |
| herr_t H5G__compact_remove_by_idx | ( | const H5O_loc_t * | oloc, |
| const H5O_linfo_t * | linfo, | ||
| H5RS_str_t * | grp_full_path_r, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t | n | ||
| ) |
1.8.18