![]() |
HDF5
1.12.0
|
#include "H5Pmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Gprivate.h"#include "H5Iprivate.h"#include "H5Oprivate.h"#include "H5Ppkg.h"Macros | |
| #define | H5G_CRT_GROUP_INFO_ENC H5P__gcrt_group_info_enc |
| #define | H5G_CRT_GROUP_INFO_DEC H5P__gcrt_group_info_dec |
| #define | H5G_CRT_LINK_INFO_ENC H5P__gcrt_link_info_enc |
| #define | H5G_CRT_LINK_INFO_DEC H5P__gcrt_link_info_dec |
Functions | |
| herr_t | H5Pset_local_heap_size_hint (hid_t plist_id, size_t size_hint) |
| herr_t | H5Pget_local_heap_size_hint (hid_t plist_id, size_t *size_hint) |
| herr_t | H5Pset_link_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
| herr_t | H5Pget_link_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
| herr_t | H5Pset_est_link_info (hid_t plist_id, unsigned est_num_entries, unsigned est_name_len) |
| herr_t | H5Pget_est_link_info (hid_t plist_id, unsigned *est_num_entries, unsigned *est_name_len) |
| herr_t | H5Pset_link_creation_order (hid_t plist_id, unsigned crt_order_flags) |
| herr_t | H5Pget_link_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
Variables | |
| const H5P_libclass_t | H5P_CLS_GCRT [1] |
| #define H5G_CRT_GROUP_INFO_DEC H5P__gcrt_group_info_dec |
| #define H5G_CRT_GROUP_INFO_ENC H5P__gcrt_group_info_enc |
| #define H5G_CRT_LINK_INFO_DEC H5P__gcrt_link_info_dec |
| #define H5G_CRT_LINK_INFO_ENC H5P__gcrt_link_info_enc |
| const H5P_libclass_t H5P_CLS_GCRT[1] |
1.8.18