![]() |
HDF5
1.12.0
|
#include "H5Gmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Dprivate.h"#include "H5Eprivate.h"#include "H5Gpkg.h"#include "H5HLprivate.h"#include "H5Iprivate.h"#include "H5VLprivate.h"Macros | |
| #define | H5G_TESTING /*suppress warning about H5G testing funcs*/ |
Functions | |
| htri_t | H5G__is_empty_test (hid_t gid) |
| htri_t | H5G__has_links_test (hid_t gid, unsigned *nmsgs) |
| htri_t | H5G__has_stab_test (hid_t gid) |
| htri_t | H5G__is_new_dense_test (hid_t gid) |
| herr_t | H5G__new_dense_info_test (hid_t gid, hsize_t *name_count, hsize_t *corder_count) |
| herr_t | H5G__lheap_size_test (hid_t gid, size_t *lheap_size) |
| herr_t | H5G__user_path_test (hid_t obj_id, char *user_path, size_t *user_path_len, unsigned *obj_hidden) |
| herr_t | H5G__verify_cached_stab_test (H5O_loc_t *grp_oloc, H5G_entry_t *ent) |
| herr_t | H5G__verify_cached_stabs_test (hid_t gid) |
| #define H5G_TESTING /*suppress warning about H5G testing funcs*/ |
| herr_t H5G__user_path_test | ( | hid_t | obj_id, |
| char * | user_path, | ||
| size_t * | user_path_len, | ||
| unsigned * | obj_hidden | ||
| ) |
| herr_t H5G__verify_cached_stab_test | ( | H5O_loc_t * | grp_oloc, |
| H5G_entry_t * | ent | ||
| ) |
1.8.18