summaryrefslogtreecommitdiffstats
path: root/src/H5CXprivate.h
diff options
context:
space:
mode:
authorChris Hogan <chogan@hdfgroup.org>2019-11-27 16:56:52 (GMT)
committerChris Hogan <chogan@hdfgroup.org>2019-11-27 16:56:52 (GMT)
commitbbc37549dafd31f9a7ea45bff26702e1a0346c32 (patch)
tree72cd00db490b9d2e157582c3b289b6521cc05258 /src/H5CXprivate.h
parentb1f884f5a4f48a023f9aeb2eba1426299f348a49 (diff)
downloadhdf5-bbc37549dafd31f9a7ea45bff26702e1a0346c32.zip
hdf5-bbc37549dafd31f9a7ea45bff26702e1a0346c32.tar.gz
hdf5-bbc37549dafd31f9a7ea45bff26702e1a0346c32.tar.bz2
Use H5CX for LCPL property retrieval
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r--src/H5CXprivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h
index d67f226..124b7f7 100644
--- a/src/H5CXprivate.h
+++ b/src/H5CXprivate.h
@@ -59,6 +59,7 @@ H5_DLL hbool_t H5CX_is_def_dxpl(void);
/* "Setter" routines for API context info */
H5_DLL void H5CX_set_dxpl(hid_t dxpl_id);
+H5_DLL void H5CX_set_lcpl(hid_t lcpl_id);
H5_DLL void H5CX_set_lapl(hid_t lapl_id);
H5_DLL herr_t H5CX_set_libver_bounds(H5F_t *f);
H5_DLL herr_t H5CX_set_apl(hid_t *acspl_id, const H5P_libclass_t *libclass,
@@ -99,6 +100,10 @@ H5_DLL herr_t H5CX_get_data_transform(H5Z_data_xform_t **data_transform);
H5_DLL herr_t H5CX_get_vlen_alloc_info(H5T_vlen_alloc_info_t *vl_alloc_info);
H5_DLL herr_t H5CX_get_dt_conv_cb(H5T_conv_cb_t *cb_struct);
+/* "Getter" routines for LCPL properties cached in API context */
+H5_DLL herr_t H5CX_get_encoding(H5T_cset_t* encoding);
+H5_DLL herr_t H5CX_get_intermediate_group(unsigned* crt_intermed_group);
+
/* "Getter" routines for LAPL properties cached in API context */
H5_DLL herr_t H5CX_get_nlinks(size_t *nlinks);