![]() |
HDF5
1.12.0
|
#include "H5Gmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Gpkg.h"#include "H5HLprivate.h"#include "H5Iprivate.h"#include "H5Lprivate.h"#include "H5MMprivate.h"#include "H5Ppublic.h"#include "H5VLnative_private.h"Functions | |
| herr_t | H5G__ent_to_link (H5O_link_t *lnk, const H5HL_t *heap, const H5G_entry_t *ent, const char *name) |
| herr_t | H5G_link_to_info (const H5O_loc_t *link_loc, const H5O_link_t *lnk, H5L_info2_t *info) |
| herr_t | H5G__link_to_loc (const H5G_loc_t *grp_loc, const H5O_link_t *lnk, H5G_loc_t *obj_loc) |
| herr_t | H5G__link_sort_table (H5G_link_table_t *ltable, H5_index_t idx_type, H5_iter_order_t order) |
| herr_t | H5G__link_iterate_table (const H5G_link_table_t *ltable, hsize_t skip, hsize_t *last_lnk, const H5G_lib_iterate_t op, void *op_data) |
| herr_t | H5G__link_release_table (H5G_link_table_t *ltable) |
| herr_t | H5G__link_name_replace (H5F_t *file, H5RS_str_t *grp_full_path_r, const H5O_link_t *lnk) |
| herr_t H5G__ent_to_link | ( | H5O_link_t * | lnk, |
| const H5HL_t * | heap, | ||
| const H5G_entry_t * | ent, | ||
| const char * | name | ||
| ) |
| herr_t H5G__link_iterate_table | ( | const H5G_link_table_t * | ltable, |
| hsize_t | skip, | ||
| hsize_t * | last_lnk, | ||
| const H5G_lib_iterate_t | op, | ||
| void * | op_data | ||
| ) |
| herr_t H5G__link_name_replace | ( | H5F_t * | file, |
| H5RS_str_t * | grp_full_path_r, | ||
| const H5O_link_t * | lnk | ||
| ) |
| herr_t H5G__link_release_table | ( | H5G_link_table_t * | ltable | ) |
| herr_t H5G__link_sort_table | ( | H5G_link_table_t * | ltable, |
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order | ||
| ) |
| herr_t H5G__link_to_loc | ( | const H5G_loc_t * | grp_loc, |
| const H5O_link_t * | lnk, | ||
| H5G_loc_t * | obj_loc | ||
| ) |
| herr_t H5G_link_to_info | ( | const H5O_loc_t * | link_loc, |
| const H5O_link_t * | lnk, | ||
| H5L_info2_t * | info | ||
| ) |
1.8.18