![]() |
HDF5
1.12.0
|
#include "H5Lmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Eprivate.h"#include "H5Iprivate.h"#include "H5Lpkg.h"#include "H5VLnative_private.h"Data Structures | |
| struct | H5L_shim_data_t |
Typedefs | |
| typedef struct H5L_shim_data_t | H5L_shim_data_t |
Functions | |
| herr_t | H5Literate1 (hid_t group_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, H5L_iterate1_t op, void *op_data) |
| herr_t | H5Literate_by_name1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, H5L_iterate1_t op, void *op_data, hid_t lapl_id) |
| herr_t | H5Lget_info1 (hid_t loc_id, const char *name, H5L_info1_t *linfo, hid_t lapl_id) |
| herr_t | H5Lget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5L_info1_t *linfo, hid_t lapl_id) |
| herr_t | H5Lvisit1 (hid_t group_id, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data) |
| herr_t | H5Lvisit_by_name1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data, hid_t lapl_id) |
| typedef struct H5L_shim_data_t H5L_shim_data_t |
| herr_t H5Lget_info1 | ( | hid_t | loc_id, |
| const char * | name, | ||
| H5L_info1_t * | linfo, | ||
| hid_t | lapl_id | ||
| ) |
| herr_t H5Lget_info_by_idx1 | ( | hid_t | loc_id, |
| const char * | group_name, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t | n, | ||
| H5L_info1_t * | linfo, | ||
| hid_t | lapl_id | ||
| ) |
| herr_t H5Literate1 | ( | hid_t | group_id, |
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t * | idx_p, | ||
| H5L_iterate1_t | op, | ||
| void * | op_data | ||
| ) |
| herr_t H5Literate_by_name1 | ( | hid_t | loc_id, |
| const char * | group_name, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t * | idx_p, | ||
| H5L_iterate1_t | op, | ||
| void * | op_data, | ||
| hid_t | lapl_id | ||
| ) |
| herr_t H5Lvisit1 | ( | hid_t | group_id, |
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| H5L_iterate1_t | op, | ||
| void * | op_data | ||
| ) |
| herr_t H5Lvisit_by_name1 | ( | hid_t | loc_id, |
| const char * | group_name, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| H5L_iterate1_t | op, | ||
| void * | op_data, | ||
| hid_t | lapl_id | ||
| ) |
1.8.18