[hdf5] 03/07: New helper script debian/make-version-scripts
Gilles Filippini
pini at moszumanska.debian.org
Mon Dec 22 18:24:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository hdf5.
commit 1dac13661897a388366a4ed1e87387b57c66217f
Author: Gilles Filippini <pini at debian.org>
Date: Mon Dec 22 02:06:28 2014 +0100
New helper script debian/make-version-scripts
to generate version scripts (debian/map_*.ver) from symbols files.
---
debian/README.source | 10 +-
debian/libhdf5-9.symbols | 131 +
debian/libhdf5-cpp-9.symbols | 101 +-
debian/make-cpp-ver | 34 -
debian/make-version-scripts | 57 +
debian/map_mpi.ver | 5207 +++++++++++++++++-----------------
debian/map_serial.ver | 6371 +++++++++++++++++++++---------------------
debian/rules | 5 +
8 files changed, 6126 insertions(+), 5790 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 74c788b..6cce239 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -29,6 +29,14 @@ using this C++ library, we don't bother.
The script debian/check-dep-on-hdf5-cpp is used to check these dependencies.
+About version scripts (debian/map_*.ver)
+----------------------------------------
+Their purpose is to be able to link serial and mpi flavors of libhdf5
+into the same executable.
+
+I use the helper script make-version-scripts to generate them. I don't
+care about identifying local symbols for now.
+
About shared libraries versioning and SONAME
--------------------------------------------
Worth reading to get the picture about libtool versioning:
@@ -69,4 +77,4 @@ TO-DO
(C, C++, Fortran)?
-- Francesco Paolo Lovergine <frankie at debian.org> Mon Jan 25 06:00:00 CET 2010
- -- Gilles Filippini <pini at debian.org> Tue, 10 Dec 2013 15:52:24 +0100
+ -- Gilles Filippini <pini at debian.org> Mon, 22 Dec 2014 01:50:39 +0100
diff --git a/debian/libhdf5-9.symbols b/debian/libhdf5-9.symbols
index f14ffef..5678907 100644
--- a/debian/libhdf5-9.symbols
+++ b/debian/libhdf5-9.symbols
@@ -29,6 +29,7 @@ libhdf5_serial.so.9 libhdf5-9
H5AC_get_cache_size at HDF5_SERIAL_1.8.7 1.8.13
H5AC_get_entry_status at HDF5_SERIAL_1.8.7 1.8.13
H5AC_ind_dxpl_g at Base 1.8.14
+ H5AC_ind_dxpl_g at HDF5_SERIAL_1.8.14 1.8.14
H5AC_ind_dxpl_id at HDF5_SERIAL_1.8.7 1.8.13
H5AC_init at HDF5_SERIAL_1.8.7 1.8.13
H5AC_insert_entry at HDF5_SERIAL_1.8.7 1.8.13
@@ -69,14 +70,18 @@ libhdf5_serial.so.9 libhdf5-9
H5A_dense_rename at HDF5_SERIAL_1.8.7 1.8.13
H5A_dense_write at HDF5_SERIAL_1.8.7 1.8.13
H5A_exists_by_name at Base 1.8.14
+ H5A_exists_by_name at HDF5_SERIAL_1.8.14 1.8.14
H5A_free at HDF5_SERIAL_1.8.7 1.8.13
H5A_get_ainfo at HDF5_SERIAL_1.8.7 1.8.13
H5A_get_create_plist at Base 1.8.14
+ H5A_get_create_plist at HDF5_SERIAL_1.8.14 1.8.14
H5A_get_info at HDF5_SERIAL_1.8.7 1.8.13
H5A_get_name at HDF5_SERIAL_1.8.7 1.8.13
H5A_get_shared_rc_test at HDF5_SERIAL_1.8.7 1.8.13
H5A_get_space at Base 1.8.14
+ H5A_get_space at HDF5_SERIAL_1.8.14 1.8.14
H5A_get_type at Base 1.8.14
+ H5A_get_type at HDF5_SERIAL_1.8.14 1.8.14
H5A_init at HDF5_SERIAL_1.8.7 1.8.13
H5A_is_shared_test at HDF5_SERIAL_1.8.7 1.8.13
H5A_nameof at HDF5_SERIAL_1.8.7 1.8.13
@@ -84,12 +89,16 @@ libhdf5_serial.so.9 libhdf5-9
H5A_open_by_idx at HDF5_SERIAL_1.8.7 1.8.13
H5A_open_by_name at HDF5_SERIAL_1.8.7 1.8.13
H5A_open_common at Base 1.8.14
+ H5A_open_common at HDF5_SERIAL_1.8.14 1.8.14
H5A_read at Base 1.8.14
+ H5A_read at HDF5_SERIAL_1.8.14 1.8.14
H5A_rename_by_name at Base 1.8.14
+ H5A_rename_by_name at HDF5_SERIAL_1.8.14 1.8.14
H5A_set_version at HDF5_SERIAL_1.8.7 1.8.13
H5A_term_interface at HDF5_SERIAL_1.8.7 1.8.13
H5A_type at HDF5_SERIAL_1.8.7 1.8.13
H5A_write at Base 1.8.14
+ H5A_write at HDF5_SERIAL_1.8.14 1.8.14
H5Aclose at HDF5_SERIAL_1.8.7 1.8.13
H5Acreate1 at HDF5_SERIAL_1.8.7 1.8.13
H5Acreate2 at HDF5_SERIAL_1.8.7 1.8.13
@@ -293,9 +302,12 @@ libhdf5_serial.so.9 libhdf5-9
H5D_def_dxpl_cache at HDF5_SERIAL_1.8.7 1.8.13
H5D_flush at HDF5_SERIAL_1.8.7 1.8.13
H5D_get_access_plist at Base 1.8.14
+ H5D_get_access_plist at HDF5_SERIAL_1.8.14 1.8.14
H5D_get_create_plist at HDF5_SERIAL_1.8.12 1.8.13
H5D_get_space at Base 1.8.14
+ H5D_get_space at HDF5_SERIAL_1.8.14 1.8.14
H5D_get_type at Base 1.8.14
+ H5D_get_type at HDF5_SERIAL_1.8.14 1.8.14
H5D_init at HDF5_SERIAL_1.8.7 1.8.13
H5D_nameof at HDF5_SERIAL_1.8.7 1.8.13
H5D_oloc at HDF5_SERIAL_1.8.7 1.8.13
@@ -541,6 +553,7 @@ libhdf5_serial.so.9 libhdf5-9
H5FD_get_vfd_handle at HDF5_SERIAL_1.8.7 1.8.13
H5FD_init at HDF5_SERIAL_1.8.7 1.8.13
H5FD_locate_signature at Base 1.8.14
+ H5FD_locate_signature at HDF5_SERIAL_1.8.14 1.8.14
H5FD_log_init at HDF5_SERIAL_1.8.7 1.8.13
H5FD_log_term at HDF5_SERIAL_1.8.7 1.8.13
H5FD_multi_init at HDF5_SERIAL_1.8.7 1.8.13
@@ -642,10 +655,15 @@ libhdf5_serial.so.9 libhdf5-9
H5FS_stat_info at HDF5_SERIAL_1.8.7 1.8.13
H5F_Kvalue at HDF5_SERIAL_1.8.7 1.8.13
H5F__accum_flush at Base 1.8.14
+ H5F__accum_flush at HDF5_SERIAL_1.8.14 1.8.14
H5F__accum_free at Base 1.8.14
+ H5F__accum_free at HDF5_SERIAL_1.8.14 1.8.14
H5F__accum_read at Base 1.8.14
+ H5F__accum_read at HDF5_SERIAL_1.8.14 1.8.14
H5F__accum_reset at Base 1.8.14
+ H5F__accum_reset at HDF5_SERIAL_1.8.14 1.8.14
H5F__accum_write at Base 1.8.14
+ H5F__accum_write at HDF5_SERIAL_1.8.14 1.8.14
H5F_addr_decode at HDF5_SERIAL_1.8.7 1.8.13
H5F_addr_decode_len at HDF5_SERIAL_1.8.7 1.8.13
H5F_addr_encode at HDF5_SERIAL_1.8.7 1.8.13
@@ -654,6 +672,7 @@ libhdf5_serial.so.9 libhdf5-9
H5F_block_write at HDF5_SERIAL_1.8.7 1.8.13
H5F_check_cached_stab_test at HDF5_SERIAL_1.8.7 1.8.13
H5F_close at Base 1.8.14
+ H5F_close at HDF5_SERIAL_1.8.14 1.8.14
H5F_close_mounts at HDF5_SERIAL_1.8.7 1.8.13
H5F_cwfs_add at HDF5_SERIAL_1.8.7 1.8.13
H5F_cwfs_advance_heap at HDF5_SERIAL_1.8.7 1.8.13
@@ -662,6 +681,7 @@ libhdf5_serial.so.9 libhdf5-9
H5F_debug at HDF5_SERIAL_1.8.7 1.8.13
H5F_decr_nopen_objs at HDF5_SERIAL_1.8.7 1.8.13
H5F_dest at Base 1.8.14
+ H5F_dest at HDF5_SERIAL_1.8.14 1.8.14
H5F_efc_close at HDF5_SERIAL_1.8.7 1.8.13
H5F_efc_create at HDF5_SERIAL_1.8.7 1.8.13
H5F_efc_destroy at HDF5_SERIAL_1.8.7 1.8.13
@@ -684,6 +704,7 @@ libhdf5_serial.so.9 libhdf5-9
H5F_get_fcpl at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_file_id at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_file_image at Base 1.8.14
+ H5F_get_file_image at HDF5_SERIAL_1.8.14 1.8.14
H5F_get_fileno at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_id at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_intent at HDF5_SERIAL_1.8.7 1.8.13
@@ -694,6 +715,7 @@ libhdf5_serial.so.9 libhdf5-9
H5F_get_obj_count at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_obj_ids at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_objects at Base 1.8.14
+ H5F_get_objects at HDF5_SERIAL_1.8.14 1.8.14
H5F_get_open_name at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_parent at HDF5_SERIAL_1.8.7 1.8.13
H5F_get_shared at HDF5_SERIAL_1.8.7 1.8.13
@@ -707,10 +729,12 @@ libhdf5_serial.so.9 libhdf5-9
H5F_incr_nopen_objs at HDF5_SERIAL_1.8.7 1.8.13
H5F_init at HDF5_SERIAL_1.8.7 1.8.13
H5F_is_hdf5 at Base 1.8.14
+ H5F_is_hdf5 at HDF5_SERIAL_1.8.14 1.8.14
H5F_is_mount at HDF5_SERIAL_1.8.7 1.8.13
H5F_is_tmp_addr at HDF5_SERIAL_1.8.7 1.8.13
H5F_mount_count_ids at HDF5_SERIAL_1.8.7 1.8.13
H5F_new at Base 1.8.14
+ H5F_new at HDF5_SERIAL_1.8.14 1.8.14
H5F_open at HDF5_SERIAL_1.8.7 1.8.13
H5F_rdcc_nbytes at HDF5_SERIAL_1.8.7 1.8.13
H5F_rdcc_nslots at HDF5_SERIAL_1.8.7 1.8.13
@@ -1398,75 +1422,107 @@ libhdf5_serial.so.9 libhdf5-9
H5PL_term_interface at HDF5_SERIAL_1.8.11 1.8.13
H5P_CLS_ACRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_ATTRIBUTE_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_ATTRIBUTE_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DACC at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DATASET_ACCESS_ID_g at Base 1.8.14
+ H5P_CLS_DATASET_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_DATASET_ACCESS_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DATASET_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_DATASET_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_DATASET_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DATASET_XFER_ID_g at Base 1.8.14
+ H5P_CLS_DATASET_XFER_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_DATASET_XFER_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DATATYPE_ACCESS_ID_g at Base 1.8.14
+ H5P_CLS_DATATYPE_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_DATATYPE_ACCESS_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DATATYPE_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_DATATYPE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_DATATYPE_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_DXFR at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FACC at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FILE_ACCESS_ID_g at Base 1.8.14
+ H5P_CLS_FILE_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_FILE_ACCESS_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FILE_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_FILE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_FILE_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FILE_MOUNT_ID_g at Base 1.8.14
+ H5P_CLS_FILE_MOUNT_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_FILE_MOUNT_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_FMNT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_GACC at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_GCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_GROUP_ACCESS_ID_g at Base 1.8.14
+ H5P_CLS_GROUP_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_GROUP_ACCESS_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_GROUP_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_GROUP_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_GROUP_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_LACC at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_LCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_LINK_ACCESS_ID_g at Base 1.8.14
+ H5P_CLS_LINK_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_LINK_ACCESS_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_LINK_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_LINK_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_LINK_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_OBJECT_COPY_ID_g at Base 1.8.14
+ H5P_CLS_OBJECT_COPY_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_OBJECT_COPY_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_OBJECT_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_OBJECT_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_OBJECT_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_OCPY at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_OCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_ROOT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_ROOT_ID_g at Base 1.8.14
+ H5P_CLS_ROOT_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_ROOT_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_STRCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_STRING_CREATE_ID_g at Base 1.8.14
+ H5P_CLS_STRING_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_CLS_STRING_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_TACC at HDF5_SERIAL_1.8.7 1.8.13
H5P_CLS_TCRT at HDF5_SERIAL_1.8.7 1.8.13
H5P_LST_ATTRIBUTE_CREATE_ID_g at Base 1.8.14
+ H5P_LST_ATTRIBUTE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_DATASET_ACCESS_ID_g at Base 1.8.14
+ H5P_LST_DATASET_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_DATASET_CREATE_ID_g at Base 1.8.14
+ H5P_LST_DATASET_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_DATASET_XFER_ID_g at Base 1.8.14
+ H5P_LST_DATASET_XFER_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_DATATYPE_ACCESS_ID_g at Base 1.8.14
+ H5P_LST_DATATYPE_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_DATATYPE_CREATE_ID_g at Base 1.8.14
+ H5P_LST_DATATYPE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_FILE_ACCESS_ID_g at Base 1.8.14
+ H5P_LST_FILE_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_FILE_CREATE_ID_g at Base 1.8.14
+ H5P_LST_FILE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_FILE_MOUNT_ID_g at Base 1.8.14
+ H5P_LST_FILE_MOUNT_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_GROUP_ACCESS_ID_g at Base 1.8.14
+ H5P_LST_GROUP_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_GROUP_CREATE_ID_g at Base 1.8.14
+ H5P_LST_GROUP_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_LINK_ACCESS_ID_g at Base 1.8.14
+ H5P_LST_LINK_ACCESS_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_LINK_CREATE_ID_g at Base 1.8.14
+ H5P_LST_LINK_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P_LST_OBJECT_COPY_ID_g at Base 1.8.14
+ H5P_LST_OBJECT_COPY_ID_g at HDF5_SERIAL_1.8.14 1.8.14
H5P__find_prop_plist at HDF5_SERIAL_1.8.7 1.8.13
H5P__term_deprec_interface at HDF5_SERIAL_1.8.13 1.8.13
H5P__term_pub_interface at HDF5_SERIAL_1.8.13 1.8.13
H5P_access_class at HDF5_SERIAL_1.8.7 1.8.13
H5P_add_prop at HDF5_SERIAL_1.8.7 1.8.13
H5P_class_isa at Base 1.8.14
+ H5P_class_isa at HDF5_SERIAL_1.8.14 1.8.14
H5P_close at HDF5_SERIAL_1.8.7 1.8.13
H5P_close_class at HDF5_SERIAL_1.8.7 1.8.13
H5P_cmp_class at HDF5_SERIAL_1.8.7 1.8.13
@@ -1497,6 +1553,7 @@ libhdf5_serial.so.9 libhdf5-9
H5P_get_nprops_pclass at HDF5_SERIAL_1.8.7 1.8.13
H5P_get_nprops_plist at HDF5_SERIAL_1.8.7 1.8.13
H5P_get_plist_id at Base 1.8.14
+ H5P_get_plist_id at HDF5_SERIAL_1.8.14 1.8.14
H5P_get_size_pclass at HDF5_SERIAL_1.8.7 1.8.13
H5P_get_size_plist at HDF5_SERIAL_1.8.7 1.8.13
H5P_init at HDF5_SERIAL_1.8.7 1.8.13
@@ -2485,13 +2542,19 @@ libhdf5_serial.so.9 libhdf5-9
H5libhdf5_settings at HDF5_SERIAL_1.8.7 1.8.13
H5open at HDF5_SERIAL_1.8.7 1.8.13
H5set_free_list_limits at HDF5_SERIAL_1.8.7 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -2503,13 +2566,19 @@ libhdf5_serial.so.9 libhdf5-9
libhdf5_serial_fortran.so.9 libhdf5-9
HD5f2cstring at HDF5_SERIAL_1.8.7 1.8.13
HD5packFstring at HDF5_SERIAL_1.8.7 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -2586,6 +2655,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5a_provisional_MOD_h5aread_char_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_char_scalar_fix at Base 1.8.14
+ __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
__h5a_provisional_MOD_h5aread_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2595,6 +2665,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5a_provisional_MOD_h5aread_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_ptr at Base 1.8.14
+ __h5a_provisional_MOD_h5aread_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5a_provisional_MOD_h5aread_real_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_real_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5aread_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2612,6 +2683,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5a_provisional_MOD_h5awrite_char_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_char_scalar_fix at Base 1.8.14
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
__h5a_provisional_MOD_h5awrite_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2621,6 +2693,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5a_provisional_MOD_h5awrite_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_ptr at Base 1.8.14
+ __h5a_provisional_MOD_h5awrite_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5a_provisional_MOD_h5awrite_real_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_real_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5a_provisional_MOD_h5awrite_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2659,6 +2732,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5d_provisional_MOD_h5dread_char_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_char_scalar_fix at Base 1.8.14
+ __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
__h5d_provisional_MOD_h5dread_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2668,6 +2742,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5d_provisional_MOD_h5dread_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_ptr at Base 1.8.14
+ __h5d_provisional_MOD_h5dread_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5d_provisional_MOD_h5dread_real_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_real_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2679,6 +2754,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5d_provisional_MOD_h5dread_reference_dsetreg at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dread_reference_obj at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dvlen_reclaim_f at Base 1.8.14
+ __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_SERIAL_1.8.14 1.8.14
__h5d_provisional_MOD_h5dwrite_char_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_char_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_char_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2688,6 +2764,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5d_provisional_MOD_h5dwrite_char_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_char_scalar_fix at Base 1.8.14
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
__h5d_provisional_MOD_h5dwrite_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2697,6 +2774,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5d_provisional_MOD_h5dwrite_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_ptr at Base 1.8.14
+ __h5d_provisional_MOD_h5dwrite_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5d_provisional_MOD_h5dwrite_real_1 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_real_2 at HDF5_SERIAL_1.8.8 1.8.13
__h5d_provisional_MOD_h5dwrite_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2728,6 +2806,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5f_MOD_h5freopen_f at HDF5_SERIAL_1.8.7 1.8.13
__h5f_MOD_h5funmount_f at HDF5_SERIAL_1.8.7 1.8.13
__h5f_provisional_MOD_h5fget_file_image_f at Base 1.8.14
+ __h5f_provisional_MOD_h5fget_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
__h5g_MOD_h5gclose_f at HDF5_SERIAL_1.8.7 1.8.13
__h5g_MOD_h5gcreate_anon_f at HDF5_SERIAL_1.8.7 1.8.13
__h5g_MOD_h5gcreate_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2766,7 +2845,9 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5l_MOD_h5lis_registered_f at HDF5_SERIAL_1.8.7 1.8.13
__h5l_MOD_h5lmove_f at HDF5_SERIAL_1.8.7 1.8.13
__h5l_provisional_MOD_h5literate_by_name_f at Base 1.8.14
+ __h5l_provisional_MOD_h5literate_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
__h5l_provisional_MOD_h5literate_f at Base 1.8.14
+ __h5l_provisional_MOD_h5literate_f at HDF5_SERIAL_1.8.14 1.8.14
__h5lib_MOD_h5check_version_f at HDF5_SERIAL_1.8.7 1.8.13
__h5lib_MOD_h5close_f at HDF5_SERIAL_1.8.7 1.8.13
__h5lib_MOD_h5dont_atexit_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2775,6 +2856,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5lib_MOD_h5kind_to_type at HDF5_SERIAL_1.8.8 1.8.13
__h5lib_MOD_h5open_f at HDF5_SERIAL_1.8.7 1.8.13
__h5lib_provisional_MOD_h5offsetof at Base 1.8.14
+ __h5lib_provisional_MOD_h5offsetof at HDF5_SERIAL_1.8.14 1.8.14
__h5o_MOD_h5oclose_f at HDF5_SERIAL_1.8.8 1.8.13
__h5o_MOD_h5ocopy_f at HDF5_SERIAL_1.8.9 1.8.13
__h5o_MOD_h5odecr_refcount_f at HDF5_SERIAL_1.8.11 1.8.13
@@ -2789,10 +2871,15 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5o_MOD_h5oset_comment_by_name_f at HDF5_SERIAL_1.8.11 1.8.13
__h5o_MOD_h5oset_comment_f at HDF5_SERIAL_1.8.11 1.8.13
__h5o_provisional_MOD_h5oget_info_by_idx_f at Base 1.8.14
+ __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_SERIAL_1.8.14 1.8.14
__h5o_provisional_MOD_h5oget_info_by_name_f at Base 1.8.14
+ __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
__h5o_provisional_MOD_h5oget_info_f at Base 1.8.14
+ __h5o_provisional_MOD_h5oget_info_f at HDF5_SERIAL_1.8.14 1.8.14
__h5o_provisional_MOD_h5ovisit_by_name_f at Base 1.8.14
+ __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
__h5o_provisional_MOD_h5ovisit_f at Base 1.8.14
+ __h5o_provisional_MOD_h5ovisit_f at HDF5_SERIAL_1.8.14 1.8.14
__h5p_MOD_h5pall_filters_avail_f at HDF5_SERIAL_1.8.7 1.8.13
__h5p_MOD_h5pclose_class_f at HDF5_SERIAL_1.8.7 1.8.13
__h5p_MOD_h5pclose_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2912,42 +2999,55 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5p_provisional_MOD_h5pcreate_class_f at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_file_image_f at Base 1.8.14
+ __h5p_provisional_MOD_h5pget_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pget_fill_value_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_fill_value_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_fill_value_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pget_fill_value_real at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pget_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pget_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pget_real at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pinsert_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pinsert_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pinsert_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pinsert_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pinsert_real at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pregister_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pregister_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pregister_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pregister_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pregister_real at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_file_image_f at Base 1.8.14
+ __h5p_provisional_MOD_h5pset_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pset_fill_value_char at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_fill_value_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_fill_value_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pset_fill_value_real at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_integer at HDF5_SERIAL_1.8.8 1.8.13
__h5p_provisional_MOD_h5pset_ptr at Base 1.8.14
+ __h5p_provisional_MOD_h5pset_ptr at HDF5_SERIAL_1.8.14 1.8.14
__h5p_provisional_MOD_h5pset_real at HDF5_SERIAL_1.8.8 1.8.13
__h5r_MOD_h5rget_object_type_obj_f at HDF5_SERIAL_1.8.7 1.8.13
__h5r_provisional_MOD_h5rcreate_object_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rcreate_ptr_f at Base 1.8.14
+ __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
__h5r_provisional_MOD_h5rcreate_region_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rdereference_object_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rdereference_ptr_f at Base 1.8.14
+ __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
__h5r_provisional_MOD_h5rdereference_region_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rget_name_object_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rget_name_ptr_f at Base 1.8.14
+ __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
__h5r_provisional_MOD_h5rget_name_region_f at HDF5_SERIAL_1.8.8 1.8.13
__h5r_provisional_MOD_h5rget_obj_type_f at Base 1.8.14
+ __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_SERIAL_1.8.14 1.8.14
__h5r_provisional_MOD_h5rget_region_ptr_f at Base 1.8.14
+ __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
__h5r_provisional_MOD_h5rget_region_region_f at HDF5_SERIAL_1.8.10 1.8.13
__h5s_MOD_h5sclose_f at HDF5_SERIAL_1.8.7 1.8.13
__h5s_MOD_h5scopy_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -3037,6 +3137,7 @@ libhdf5_serial_fortran.so.9 libhdf5-9
__h5t_MOD_h5tset_tag_f at HDF5_SERIAL_1.8.7 1.8.13
__h5t_MOD_h5tvlen_create_f at HDF5_SERIAL_1.8.7 1.8.13
__h5t_provisional_MOD_h5tconvert_f at Base 1.8.14
+ __h5t_provisional_MOD_h5tconvert_f at HDF5_SERIAL_1.8.14 1.8.14
__h5z_MOD_h5zfilter_avail_f at HDF5_SERIAL_1.8.7 1.8.13
__h5z_MOD_h5zget_filter_info_f at HDF5_SERIAL_1.8.7 1.8.13
__h5z_MOD_h5zunregister_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -3685,38 +3786,56 @@ libhdf5_serial_hl.so.9 libhdf5-9
H5LTyy_create_buffer at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_delete_buffer at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_flex_debug at Base 1.8.14
+ H5LTyy_flex_debug at HDF5_SERIAL_1.8.14 1.8.14
H5LTyy_flush_buffer at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_scan_buffer at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_scan_bytes at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_scan_string at HDF5_SERIAL_1.8.7 1.8.13
H5LTyy_switch_to_buffer at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyalloc at Base 1.8.14
+ H5LTyyalloc at HDF5_SERIAL_1.8.14 1.8.14
H5LTyychar at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyerror at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyfree at Base 1.8.14
+ H5LTyyfree at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_debug at Base 1.8.14
+ H5LTyyget_debug at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_in at Base 1.8.14
+ H5LTyyget_in at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_leng at Base 1.8.14
+ H5LTyyget_leng at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_lineno at Base 1.8.14
+ H5LTyyget_lineno at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_out at Base 1.8.14
+ H5LTyyget_out at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyget_text at Base 1.8.14
+ H5LTyyget_text at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyin at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyleng at HDF5_SERIAL_1.8.7 1.8.13
H5LTyylex at HDF5_SERIAL_1.8.7 1.8.13
H5LTyylex_destroy at Base 1.8.14
+ H5LTyylex_destroy at HDF5_SERIAL_1.8.14 1.8.14
H5LTyylineno at Base 1.8.14
+ H5LTyylineno at HDF5_SERIAL_1.8.14 1.8.14
H5LTyylval at HDF5_SERIAL_1.8.7 1.8.13
H5LTyynerrs at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyout at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyparse at HDF5_SERIAL_1.8.7 1.8.13
H5LTyypop_buffer_state at Base 1.8.14
+ H5LTyypop_buffer_state at HDF5_SERIAL_1.8.14 1.8.14
H5LTyypush_buffer_state at Base 1.8.14
+ H5LTyypush_buffer_state at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyrealloc at Base 1.8.14
+ H5LTyyrealloc at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyrestart at HDF5_SERIAL_1.8.7 1.8.13
H5LTyyset_debug at Base 1.8.14
+ H5LTyyset_debug at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyset_in at Base 1.8.14
+ H5LTyyset_in at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyset_lineno at Base 1.8.14
+ H5LTyyset_lineno at HDF5_SERIAL_1.8.14 1.8.14
H5LTyyset_out at Base 1.8.14
+ H5LTyyset_out at HDF5_SERIAL_1.8.14 1.8.14
H5LTyytext at HDF5_SERIAL_1.8.7 1.8.13
H5LTyywrap at HDF5_SERIAL_1.8.7 1.8.13
H5PTappend at HDF5_SERIAL_1.8.7 1.8.13
@@ -3751,13 +3870,19 @@ libhdf5_serial_hl.so.9 libhdf5-9
H5TBwrite_fields_index at HDF5_SERIAL_1.8.7 1.8.13
H5TBwrite_fields_name at HDF5_SERIAL_1.8.7 1.8.13
H5TBwrite_records at HDF5_SERIAL_1.8.7 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -3789,13 +3914,19 @@ libhdf5_serialhl_fortran.so.9 libhdf5-9
H5IMmake_image_8bitf at HDF5_SERIAL_1.8.7 1.8.13
H5IMmake_palettef at HDF5_SERIAL_1.8.7 1.8.13
H5IMread_imagef at HDF5_SERIAL_1.8.7 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
diff --git a/debian/libhdf5-cpp-9.symbols b/debian/libhdf5-cpp-9.symbols
index 57b762d..e8c8a4c 100644
--- a/debian/libhdf5-cpp-9.symbols
+++ b/debian/libhdf5-cpp-9.symbols
@@ -30,10 +30,13 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::AtomType::getPad(H5T_pad_t&, H5T_pad_t&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::AtomType::getPrecision() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::AtomType::setOffset(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::AtomType::setOffset(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::AtomType::setOrder(H5T_order_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::AtomType::setPad(H5T_pad_t, H5T_pad_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::AtomType::setPrecision(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::AtomType::setPrecision(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::AtomType::setSize(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::AtomType::setSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::AtomType::~AtomType()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Attribute::Attribute()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Attribute::Attribute(H5::Attribute const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -46,8 +49,10 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::Attribute::getInMemDataSize() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Attribute::getName() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Attribute::getName(char*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::Attribute::getName(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::Attribute::getName(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::Attribute::getName(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.14
(optional|c++)"H5::Attribute::getSpace() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Attribute::getStorageSize() const at HDF5_CPP_1.8.9" 1.8.13
@@ -64,14 +69,16 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
(optional|c++)"H5::AttributeIException::~AttributeIException()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::CommonFG()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::childObjType(char const*) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::childObjType(char const*) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::CommonFG::createDataSet(char const*, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const at Base" 1.8.13
(optional|c++)"H5::CommonFG::createGroup(char const*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CommonFG::createGroup(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::CommonFG::getLinkval(char const*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CommonFG::getLinkval(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::CommonFG::getNumObjs() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::getObjTypeByIdx(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
@@ -83,12 +90,13 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const at Base" 1.8.13
(optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::CommonFG::iterateElems(char const*, int*, int (*)(int, char const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)@Base" 1.8.13
(optional|c++)"H5::CommonFG::link(H5L_type_t, char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::CommonFG::mount(char const*, H5::H5File&, H5::PropList&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const at Base" 1.8.13
(optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const at Base" 1.8.13
@@ -124,6 +132,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::CompType::CompType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::CompType(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::CompType(unsigned long)@Base" 1.8.14
+ (optional|c++)"H5::CompType::CompType(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::CompType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::getMemberArrayType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::getMemberClass(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
@@ -143,6 +152,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::CompType::p_get_member_type(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::pack() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::CompType::setSize(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CompType::setSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::CompType::~CompType()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::DEFAULT at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::DSetCreatPropList()@HDF5_CPP_1.8.9" 1.8.13
@@ -153,23 +163,29 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DSetCreatPropList::getAllocTime()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getChunk(int, unsigned long long*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::getExternalCount() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getFillTime()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getFillValue(H5::DataType const&, void*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::getLayout() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::getNfilters() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::isFillValueDefined()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::removeFilter(int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setAllocTime(H5D_alloc_time_t)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setChunk(int, unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setDeflate(int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::setFillTime(H5D_fill_time_t)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setFillValue(H5::DataType const&, void const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const at Base" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetCreatPropList::setFletcher32() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setLayout(H5D_layout_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetCreatPropList::setShuffle() const at HDF5_CPP_1.8.9" 1.8.13
@@ -178,30 +194,35 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DSetMemXferPropList::DEFAULT at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(H5::DSetMemXferPropList const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(char const*)@Base" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(char const*)@HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getBtreeRatios(double&, double&, double&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getBuffer(void**, void**) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::getDataTransform() const at Base" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::getDataTransform() const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::getEDCCheck()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getHyperVectorSize()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getPreserve() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getSmallDataBlockSize()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getTypeConvCB(H5T_conv_ret_t (**)(H5T_conv_except_t, int, int, void*, void*, void*), void**) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const at Base" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::setBtreeRatios(double, double, double) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const at Base" 1.8.14
- (optional|c++)"H5::DSetMemXferPropList::setDataTransform(char const*) const at Base" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::setDataTransform(char const*) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setEDCCheck(H5Z_EDC_t)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)@Base" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::setPreserve(bool) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setSmallDataBlockSize(unsigned long long)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setTypeConvCB(H5T_conv_ret_t (*)(H5T_conv_except_t, int, int, void*, void*, void*), void*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setVlenMemManager() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const at Base" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DSetMemXferPropList::~DSetMemXferPropList()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::DataSet()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::DataSet(H5::Attribute const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
@@ -210,9 +231,9 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataSet::DataSet(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::close()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::extend(unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType&, void*, H5::DataType&, H5::DataSpace&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType&, H5::DataSpace&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::getCreatePlist() const at HDF5_CPP_1.8.9" 1.8.13
@@ -222,7 +243,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataSet::getSpace() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::getSpaceStatus(H5D_space_status_t&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::getStorageSize() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType&, H5::DataSpace&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::iterateElems(void*, H5::DataType const&, H5::DataSpace const&, int (*)(void*, int, unsigned int, unsigned long long const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSet::p_get_type() const at HDF5_CPP_1.8.9" 1.8.13
@@ -246,7 +267,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataSpace::DataSpace(int, unsigned long long const*, unsigned long long const*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::close()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::copy(H5::DataSpace const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::getId() const at HDF5_CPP_1.8.9" 1.8.13
@@ -266,6 +287,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataSpace::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::selectAll() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const at Base" 1.8.14
+ (optional|c++)"H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DataSpace::selectHyperslab(H5S_seloper_t, unsigned long long const*, unsigned long long const*, unsigned long long const*, unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::selectNone() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataSpace::selectValid() const at HDF5_CPP_1.8.9" 1.8.13
@@ -280,14 +302,16 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataType::DataType(H5::DataType const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::DataType(H5::H5Location const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
(optional|c++)"H5::DataType::DataType(H5T_class_t, unsigned long)@Base" 1.8.14
+ (optional|c++)"H5::DataType::DataType(H5T_class_t, unsigned long)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DataType::DataType(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::close()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataType::commit(H5::H5Location const&, char const*)@Base" 1.8.13
+ (optional|c++)"H5::DataType::commit(H5::H5Location const&, char const*)@HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
(optional|c++)"H5::DataType::commit(H5::H5Location&, char const*)@HDF5_CPP_1.8.12" 1.8.13
(optional|c++)"H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
(optional|c++)"H5::DataType::committed() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const at Base" 1.8.14
+ (optional|c++)"H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DataType::copy(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::copy(H5::DataType const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::detectClass(H5T_class_t) const at HDF5_CPP_1.8.9" 1.8.13
@@ -305,10 +329,12 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::DataType::p_commit(int, char const*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
+ (optional|c++)"H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
(optional|c++)"H5::DataType::setTag(char const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
(optional|c++)"H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
+ (optional|c++)"H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
(optional|c++)"H5::DataType::~DataType()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::DataTypeIException::DataTypeIException()@HDF5_CPP_1.8.9" 1.8.13
@@ -320,6 +346,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::EnumType::EnumType(H5::IntType const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::EnumType(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::EnumType(unsigned long)@Base" 1.8.14
+ (optional|c++)"H5::EnumType::EnumType(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::EnumType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::getMemberIndex(char const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
@@ -328,6 +355,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::EnumType::insert(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
(optional|c++)"H5::EnumType::nameOf(void*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::EnumType::nameOf(void*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::EnumType::valueOf(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
(optional|c++)"H5::EnumType::~EnumType()@HDF5_CPP_1.8.9" 1.8.13
@@ -345,7 +373,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::Exception::getMajorString(int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Exception::getMinorString(int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Exception::printError(_IO_FILE*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Exception::printErrorStack(_IO_FILE*, int)@Base" 1.8.13
+ (optional|c++)"H5::Exception::printErrorStack(_IO_FILE*, int)@HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::Exception::setAutoPrint(int (*&)(int, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Exception::walkErrorStack(H5E_direction_t, int (*)(unsigned int, H5E_error2_t const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::Exception::~Exception()@HDF5_CPP_1.8.9" 1.8.13
@@ -356,7 +384,9 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::FileAccPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::getAlignment(unsigned long long&, unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileAccPropList::getDriver() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::getFamily(unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::getFamily(unsigned long long&, H5::FileAccPropList&) const at HDF5_CPP_1.8.9" 1.8.13
@@ -368,19 +398,23 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::FileAccPropList::getSieveBufSize() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setAlignment(unsigned long long, unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileAccPropList::setCore(unsigned long, unsigned int) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setCore(unsigned long, unsigned int) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileAccPropList::setDriver(int, void const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setFamily(unsigned long long, H5::FileAccPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setFamilyOffset(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setFcloseDegree(H5F_close_degree_t)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setGcReferences(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::FileAccPropList::setMetaBlockSize(unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setMultiType(H5F_mem_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setSec2() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setSieveBufSize(unsigned long) const at Base" 1.8.14
- (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const at Base" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setSieveBufSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
(optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
@@ -393,11 +427,13 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::FileCreatPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::getIstorek() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const at Base" 1.8.14
+ (optional|c++)"H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileCreatPropList::getSymk(unsigned int&, unsigned int&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::getUserblock() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::getVersion(unsigned int&, unsigned int&, unsigned int&, unsigned int&) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::setIstorek(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FileCreatPropList::setSymk(unsigned int, unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::setUserblock(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FileCreatPropList::~FileCreatPropList()@HDF5_CPP_1.8.9" 1.8.13
@@ -412,10 +448,13 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::FloatType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FloatType::getEbias() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const at Base" 1.8.14
+ (optional|c++)"H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
(optional|c++)"H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
(optional|c++)"H5::FloatType::setEbias(unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::FloatType::setEbias(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::FloatType::setInpad(H5T_pad_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FloatType::setNorm(H5T_norm_t) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::FloatType::~FloatType()@HDF5_CPP_1.8.9" 1.8.13
@@ -449,7 +488,8 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::H5File::getObjCount() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5File::getObjCount(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const at Base" 1.8.14
- (optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const at Base" 1.8.13
+ (optional|c++)"H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList&, void**) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5File::getVFDHandle(void**) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5File::isHdf5(char const*)@HDF5_CPP_1.8.9" 1.8.13
@@ -481,7 +521,9 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::H5Location::dereference(H5::H5Location const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
(optional|c++)"H5::H5Location::flush(H5F_scope_t) const at HDF5_CPP_1.8.12" 1.8.13
(optional|c++)"H5::H5Location::getComment(char const*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::H5Location::getComment(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::H5Location::getComment(char const*, unsigned long, char*) const at Base" 1.8.14
+ (optional|c++)"H5::H5Location::getComment(char const*, unsigned long, char*) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::H5Location::getFileName() const at HDF5_CPP_1.8.12" 1.8.13
(optional|c++)"H5::H5Location::getNumAttrs() const at HDF5_CPP_1.8.12" 1.8.13
@@ -514,8 +556,9 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::H5Object::H5Object()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5Object::H5Object(H5::H5Object const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::H5Object::H5Object(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5Object::getObjName() const at Base" 1.8.13
+ (optional|c++)"H5::H5Object::getObjName() const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::H5Object::getObjName(char*, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::H5Object::getObjName(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
(optional|c++)"H5::H5Object::~H5Object()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::IdComponent::IdComponent()@HDF5_CPP_1.8.9" 1.8.13
@@ -526,7 +569,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::IdComponent::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::IdComponent::getCounter() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::IdComponent::getCounter(int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::IdComponent::getHDFObjType() const at Base" 1.8.13
+ (optional|c++)"H5::IdComponent::getHDFObjType() const at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::IdComponent::getHDFObjType(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::IdComponent::inMemFunc(char const*) const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::IdComponent::incRefCount() const at HDF5_CPP_1.8.9" 1.8.13
@@ -551,9 +594,9 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::LibraryIException::LibraryIException()@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
(optional|c++)"H5::LibraryIException::~LibraryIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::LocationException::LocationException()@Base" 1.8.13
+ (optional|c++)"H5::LocationException::LocationException()@HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
- (optional|c++)"H5::LocationException::~LocationException()@Base" 1.8.13
+ (optional|c++)"H5::LocationException::~LocationException()@HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"H5::PredType::ALPHA_B16 at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::PredType::ALPHA_B32 at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::PredType::ALPHA_B64 at HDF5_CPP_1.8.9" 1.8.13
@@ -736,9 +779,11 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"H5::StrType::StrType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::StrType(H5::PredType const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::StrType(H5::PredType const&, unsigned long const&)@Base" 1.8.14
+ (optional|c++)"H5::StrType::StrType(H5::PredType const&, unsigned long const&)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::StrType::StrType(H5::StrType const&)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::StrType(int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::StrType(int, unsigned long const&)@Base" 1.8.14
+ (optional|c++)"H5::StrType::StrType(int, unsigned long const&)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"H5::StrType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::getCset() const at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"H5::StrType::getStrpad() const at HDF5_CPP_1.8.9" 1.8.13
@@ -798,7 +843,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"typeinfo for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"typeinfo for H5::LocationException at Base" 1.8.13
+ (optional|c++)"typeinfo for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"typeinfo for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
@@ -835,7 +880,7 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"typeinfo name for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo name for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo name for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"typeinfo name for H5::LocationException at Base" 1.8.13
+ (optional|c++)"typeinfo name for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"typeinfo name for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo name for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo name for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
@@ -872,20 +917,26 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"vtable for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"vtable for H5::LocationException at Base" 1.8.13
+ (optional|c++)"vtable for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
(optional|c++)"vtable for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::ReferenceException at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::StrType at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for H5::VarLenType at HDF5_CPP_1.8.9" 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -893,10 +944,12 @@ libhdf5_cpp.so.9 libhdf5-cpp-9 #MINVER#
libhdf5_hl_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"FL_PacketTable::AppendPacket(void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"FL_PacketTable::AppendPackets(unsigned long, void*)@Base" 1.8.14
+ (optional|c++)"FL_PacketTable::AppendPackets(unsigned long, void*)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"FL_PacketTable::FL_PacketTable(int, char*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"FL_PacketTable::FL_PacketTable(int, char*, int, unsigned long long, int)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"FL_PacketTable::GetNextPacket(void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"FL_PacketTable::GetNextPackets(unsigned long, void*)@Base" 1.8.14
+ (optional|c++)"FL_PacketTable::GetNextPackets(unsigned long, void*)@HDF5_CPP_1.8.14" 1.8.14
(optional|c++)"FL_PacketTable::GetPacket(unsigned long long, void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"FL_PacketTable::GetPackets(unsigned long long, unsigned long long, void*)@HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"PacketTable::GetIndex(int&)@HDF5_CPP_1.8.9" 1.8.13
@@ -912,13 +965,19 @@ libhdf5_hl_cpp.so.9 libhdf5-cpp-9 #MINVER#
(optional|c++)"typeinfo name for FL_PacketTable at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"typeinfo name for PacketTable at HDF5_CPP_1.8.9" 1.8.13
(optional|c++)"vtable for FL_PacketTable at HDF5_CPP_1.8.9" 1.8.13
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
+ HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
diff --git a/debian/make-cpp-ver b/debian/make-cpp-ver
deleted file mode 100755
index 1d0ce6a..0000000
--- a/debian/make-cpp-ver
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-# This script was used to generate the version script for CPP symbols
-
-set -e
-
-declare -A versions=()
-declare -A c=()
-declare -A cpp=()
-
-while read ligne; do
- symbol="$(echo "$ligne" | awk -F'@' '{print $1}')"
- version="$(echo "$ligne" | awk -F'@' '{print $2}')"
- if [ ! ${versions[$version]+_} ]; then
- versions[$version]=""
- fi
- if [[ "$symbol" =~ ^[^\ :]*$ ]]; then
- c[$version]="${c[$version]}${symbol}\n"
- else
- cpp[$version]="${cpp[$version]}${symbol}\n"
- fi
-done < <(grep -Ev '^(lib|\s*#)' debian/libhdf5-cpp-7.symbols | sed 's/([^)]*)//' | sed 's/^ "\?\([^@]*\)@Base"\? \(.*\)$/\1@\2/')
-
-prev_version=""
-for version in $(echo "${!versions[@]}" | sed 's/ /\n/g' | sort -V); do
- echo "HDF5_CPP_$version {"
- echo " global:"
- echo ' extern "C++" {'
- echo -e "${cpp[$version]}" | sed '/^$/d;s/^/ "/;s/$/"\;/'
- echo ' };'
- echo -e "${c[$version]}" | sed '/^$/d;s/^/ /;s/$/\;/'
- echo "}${prev_version:+ HDF5_CPP_$prev_version};"
- echo ""
- prev_version=$version
-done
diff --git a/debian/make-version-scripts b/debian/make-version-scripts
new file mode 100755
index 0000000..de32f8f
--- /dev/null
+++ b/debian/make-version-scripts
@@ -0,0 +1,57 @@
+#!/bin/bash
+# This script generates the version scripts
+
+set -e
+
+debian_dir="$(dirname "$(readlink -f "$0")")"
+cd "$debian_dir"
+soname=$(./rules soname)
+
+function map_symbols_file {
+ declare -A versions=()
+ declare -A c=()
+ declare -A cpp=()
+
+ while IFS='' read ligne; do
+ if [[ "$ligne" =~ ^\ (\(([^\)]*)\))?\"?([^@\"]*)@([^\ \"]*)\"?\ ([^\ ]*)$ ]]; then
+ flags="${BASH_REMATCH[2]}"
+ symbol="${BASH_REMATCH[3]}"
+ version_name="${BASH_REMATCH[4]}"
+ version_first_seen="${BASH_REMATCH[5]}"
+ if [ "$version_name" = "Base" ]; then
+ version_name="$version_first_seen"
+ else
+ version_name="${version_name##*_}"
+ fi
+ if [ ! ${versions[$version_name]+_} ]; then
+ versions[$version_name]=""
+ fi
+ if [[ "$flags" =~ (^|\|)c\+\+(\||$) ]]; then
+ cpp[$version_name]="${cpp[$version_name]}${symbol}\n"
+ else
+ c[$version_name]="${c[$version_name]}${symbol}\n"
+ fi
+ fi
+ done <"$1"
+
+ echo "/* Generated from script $(basename "$0") */"
+ echo
+ prev_version=""
+ for version in $(echo "${!versions[@]}" | sed 's/ /\n/g' | sort -V); do
+ echo "HDF5_ at MAP@_$version {"
+ echo " global:"
+ if [ -n "${cpp[$version]}" ]; then
+ echo ' extern "C++" {'
+ echo -e "${cpp[$version]}" | sort -u | sed '/^$/d;s/^/ "/;s/$/"\;/'
+ echo ' };'
+ fi
+ echo -e "${c[$version]}" | sort -u | sed '/^$/d;s/^/ /;s/$/\;/'
+ echo "}${prev_version:+ HDF5_ at MAP@_$prev_version};"
+ echo ""
+ prev_version=$version
+ done
+}
+
+map_symbols_file "libhdf5-$soname.symbols" | sed 's/@MAP@/SERIAL/' >map_serial.ver
+map_symbols_file "libhdf5-cpp-$soname.symbols" | sed 's/@MAP@/CPP/' >>map_serial.ver
+map_symbols_file "libhdf5-openmpi-$soname.symbols" | sed 's/@MAP@/MPI/' >map_mpi.ver
diff --git a/debian/map_mpi.ver b/debian/map_mpi.ver
index d9d5968..e368e9a 100644
--- a/debian/map_mpi.ver
+++ b/debian/map_mpi.ver
@@ -1,50 +1,68 @@
-/* Symbols file for MPI version of HDF5.
- * Created by: Alastair McKinstry, <mckinstry at debian.org>
- * Last updated: 2014-06-02
- *
- * TODO: Check for local symbols
- */
+/* Generated from script make-version-scripts */
+
HDF5_MPI_1.8.7 {
global:
- H5TS_create_thread;
+ arr_stack;
+ asindex;
+ cmpd_stack;
+ csindex;
+ enum_id;
+ enum_memb_symbol;
+ epoch_marker_class;
+ first_quote;
+ floating_types_;
+ H5A_attr_copy_file;
+ H5A_attr_iterate_table;
+ H5A_attr_post_copy_file;
+ H5A_attr_release_table;
+ H5A_BT2_CORDER;
+ H5A_BT2_NAME;
+ H5AC_add_candidate;
+ H5AC_BT;
H5AC_BT2_HDR;
H5AC_BT2_INT;
H5AC_BT2_LEAF;
- H5AC_BT;
- H5AC_FHEAP_DBLOCK;
- H5AC_FHEAP_HDR;
- H5AC_FHEAP_IBLOCK;
- H5AC_FSPACE_HDR;
- H5AC_FSPACE_SINFO;
- H5AC_GHEAP;
- H5AC_LHEAP_DBLK;
- H5AC_LHEAP_PRFX;
- H5AC_OHDR;
- H5AC_OHDR_CHK;
- H5AC_SNODE;
- H5AC_SOHM_LIST;
- H5AC_SOHM_TABLE;
- H5AC_SUPERBLOCK;
- H5AC_add_candidate;
H5AC_close_trace_file;
H5AC_create;
H5AC_dest;
H5AC_dump_cache;
H5AC_dxpl_id;
H5AC_expunge_entry;
+ H5AC_FHEAP_DBLOCK;
+ H5AC_FHEAP_HDR;
+ H5AC_FHEAP_IBLOCK;
H5AC_flush;
+ H5AC_FSPACE_HDR;
+ H5AC_FSPACE_SINFO;
H5AC_get_cache_auto_resize_config;
H5AC_get_cache_hit_rate;
H5AC_get_cache_size;
H5AC_get_entry_status;
+ H5AC_GHEAP;
+ H5AC_ind_dxpl_g;
H5AC_ind_dxpl_id;
H5AC_init;
H5AC_insert_entry;
+ H5AC_LHEAP_DBLK;
+ H5AC_LHEAP_PRFX;
+ H5Aclose;
+ H5A_close;
+ h5aclose_c_;
H5AC_mark_entry_dirty;
H5AC_move_entry;
+ H5AC_OHDR;
+ H5AC_OHDR_CHK;
+ H5A_compact_build_table;
H5AC_open_trace_file;
+ H5A_copy;
H5AC_pin_protected_entry;
H5AC_protect;
+ H5A_create;
+ H5Acreate1;
+ H5Acreate2;
+ H5Acreate_by_name;
+ h5acreate_by_name_c_;
+ h5acreate_c_;
H5AC_reset_cache_hit_rate_stats;
H5AC_resize_entry;
H5AC_rsp__dist_md_write__flush;
@@ -54,21 +72,21 @@ HDF5_MPI_1.8.7 {
H5AC_set_cache_auto_resize_config;
H5AC_set_sync_point_done_callback;
H5AC_set_write_done_callback;
+ H5AC_SNODE;
+ H5AC_SOHM_LIST;
+ H5AC_SOHM_TABLE;
H5AC_stats;
+ H5AC_SUPERBLOCK;
H5AC_term_interface;
H5AC_unpin_entry;
H5AC_unprotect;
H5AC_validate_config;
- H5A_BT2_CORDER;
- H5A_BT2_NAME;
- H5A_attr_copy_file;
- H5A_attr_iterate_table;
- H5A_attr_post_copy_file;
- H5A_attr_release_table;
- H5A_close;
- H5A_compact_build_table;
- H5A_copy;
- H5A_create;
+ H5Adelete;
+ H5Adelete_by_idx;
+ h5adelete_by_idx_c_;
+ H5Adelete_by_name;
+ h5adelete_by_name_c_;
+ h5adelete_c_;
H5A_dense_build_table;
H5A_dense_create;
H5A_dense_delete;
@@ -81,51 +99,168 @@ HDF5_MPI_1.8.7 {
H5A_dense_remove_by_idx;
H5A_dense_rename;
H5A_dense_write;
- H5A_free;
- H5A_get_ainfo;
- H5A_get_info;
- H5A_get_name;
- H5A_get_shared_rc_test;
- H5A_init;
- H5A_is_shared_test;
- H5A_nameof;
- H5A_oloc;
- H5A_open_by_idx;
- H5A_open_by_name;
- H5A_set_version;
- H5A_term_interface;
- H5Aclose;
- H5Acreate1;
- H5Acreate2;
- H5Acreate_by_name;
- H5Adelete;
- H5Adelete_by_idx;
- H5Adelete_by_name;
H5Aexists;
+ H5A_exists_by_name;
H5Aexists_by_name;
+ h5aexists_by_name_c_;
+ h5aexists_c_;
+ H5A_free;
+ H5A_get_ainfo;
+ H5A_get_create_plist;
H5Aget_create_plist;
+ h5aget_create_plist_c_;
+ H5A_get_info;
H5Aget_info;
H5Aget_info_by_idx;
+ h5aget_info_by_idx_c_;
H5Aget_info_by_name;
+ h5aget_info_by_name_c_;
+ h5aget_info_c_;
+ H5A_get_name;
H5Aget_name;
H5Aget_name_by_idx;
+ h5aget_name_by_idx_c_;
+ h5aget_name_c_;
H5Aget_num_attrs;
+ h5aget_num_attrs_c_;
+ H5A_get_shared_rc_test;
+ H5A_get_space;
H5Aget_space;
+ h5aget_space_c_;
H5Aget_storage_size;
+ h5aget_storage_size_c_;
+ H5A_get_type;
H5Aget_type;
+ h5aget_type_c_;
+ H5A_init;
+ H5A_is_shared_test;
H5Aiterate1;
H5Aiterate2;
H5Aiterate_by_name;
+ __h5a_MOD_h5aclose_f;
+ __h5a_MOD_h5acreate_by_name_f;
+ __h5a_MOD_h5acreate_f;
+ __h5a_MOD_h5adelete_by_idx_f;
+ __h5a_MOD_h5adelete_by_name_f;
+ __h5a_MOD_h5adelete_f;
+ __h5a_MOD_h5aexists_by_name_f;
+ __h5a_MOD_h5aexists_f;
+ __h5a_MOD_h5aget_create_plist_f;
+ __h5a_MOD_h5aget_info_by_idx_f;
+ __h5a_MOD_h5aget_info_by_name_f;
+ __h5a_MOD_h5aget_info_f;
+ __h5a_MOD_h5aget_name_by_idx_f;
+ __h5a_MOD_h5aget_name_f;
+ __h5a_MOD_h5aget_num_attrs_f;
+ __h5a_MOD_h5aget_space_f;
+ __h5a_MOD_h5aget_storage_size_f;
+ __h5a_MOD_h5aget_type_f;
+ __h5a_MOD_h5aopen_by_idx_f;
+ __h5a_MOD_h5aopen_by_name_f;
+ __h5a_MOD_h5aopen_f;
+ __h5a_MOD_h5aopen_idx_f;
+ __h5a_MOD_h5aopen_name_f;
+ __h5a_MOD_h5arename_by_name_f;
+ __h5a_MOD_h5arename_f;
+ H5A_nameof;
+ H5A_oloc;
H5Aopen;
+ H5A_open_by_idx;
H5Aopen_by_idx;
+ h5aopen_by_idx_c_;
+ H5A_open_by_name;
H5Aopen_by_name;
+ h5aopen_by_name_c_;
+ h5aopen_c_;
+ H5A_open_common;
H5Aopen_idx;
+ h5aopen_idx_c_;
H5Aopen_name;
+ h5aopen_name_c_;
+ __h5a_provisional_MOD_h5aread_char_scalar_fix;
+ __h5a_provisional_MOD_h5aread_ptr;
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix;
+ __h5a_provisional_MOD_h5awrite_ptr;
H5Aread;
+ H5A_read;
+ h5aread_c_;
+ h5areadc_1_c_;
+ h5areadc_2_c_;
+ h5areadc_3_c_;
+ h5areadc_4_c_;
+ h5areadc_5_c_;
+ h5areadc_6_c_;
+ h5areadc_7_c_;
+ h5areadc_c_;
+ h5areadc_s_c_;
+ h5aread_double_1_c_;
+ h5aread_double_2_c_;
+ h5aread_double_3_c_;
+ h5aread_double_4_c_;
+ h5aread_double_5_c_;
+ h5aread_double_6_c_;
+ h5aread_double_7_c_;
+ h5aread_double_s_c_;
+ h5aread_integer_1_c_;
+ h5aread_integer_2_c_;
+ h5aread_integer_3_c_;
+ h5aread_integer_4_c_;
+ h5aread_integer_5_c_;
+ h5aread_integer_6_c_;
+ h5aread_integer_7_c_;
+ h5aread_integer_s_c_;
+ h5aread_real_1_c_;
+ h5aread_real_2_c_;
+ h5aread_real_3_c_;
+ h5aread_real_4_c_;
+ h5aread_real_5_c_;
+ h5aread_real_6_c_;
+ h5aread_real_7_c_;
+ h5aread_real_s_c_;
H5Arename;
+ H5A_rename_by_name;
H5Arename_by_name;
+ h5arename_by_name_c_;
+ h5arename_c_;
+ H5A_set_version;
+ H5A_term_interface;
+ H5_attr_buf_blk_free_list;
H5Awrite;
- H5B2_TEST;
+ H5A_write;
+ h5awrite_c_;
+ h5awritec_1_c_;
+ h5awritec_2_c_;
+ h5awritec_3_c_;
+ h5awritec_4_c_;
+ h5awritec_5_c_;
+ h5awritec_6_c_;
+ h5awritec_7_c_;
+ h5awritec_c_;
+ h5awritec_s_c_;
+ h5awrite_double_1_c_;
+ h5awrite_double_2_c_;
+ h5awrite_double_3_c_;
+ h5awrite_double_4_c_;
+ h5awrite_double_5_c_;
+ h5awrite_double_6_c_;
+ h5awrite_double_7_c_;
+ h5awrite_double_s_c_;
+ h5awrite_integer_1_c_;
+ h5awrite_integer_2_c_;
+ h5awrite_integer_3_c_;
+ h5awrite_integer_4_c_;
+ h5awrite_integer_5_c_;
+ h5awrite_integer_6_c_;
+ h5awrite_integer_7_c_;
+ h5awrite_integer_s_c_;
+ h5awrite_real_1_c_;
+ h5awrite_real_2_c_;
+ h5awrite_real_3_c_;
+ h5awrite_real_4_c_;
+ h5awrite_real_5_c_;
+ h5awrite_real_6_c_;
+ h5awrite_real_7_c_;
+ h5awrite_real_s_c_;
H5B2_client_class_g;
H5B2_close;
H5B2_create;
@@ -177,8 +312,9 @@ HDF5_MPI_1.8.7 {
H5B2_size;
H5B2_split_root;
H5B2_stat_info;
+ H5B2_TEST;
+ H5_bandwidth;
H5B_BTREE;
- H5B_SNODE;
H5B_create;
H5B_debug;
H5B_delete;
@@ -190,6 +326,9 @@ HDF5_MPI_1.8.7 {
H5B_remove;
H5B_shared_free;
H5B_shared_new;
+ H5B_SNODE;
+ H5_buffer_dump;
+ H5_build_extpath;
H5B_valid;
H5C_apply_candidate_list;
H5C_construct_candidate_list__clean_cache;
@@ -208,7 +347,17 @@ HDF5_MPI_1.8.7 {
H5C_get_evictions_enabled;
H5C_get_trace_file_ptr;
H5C_get_trace_file_ptr_from_entry;
+ H5_checksum_crc;
+ H5_checksum_fletcher32;
+ H5_checksum_lookup3;
+ H5_checksum_metadata;
+ H5check_version;
+ h5check_version_c_;
+ H5_chunk_image_blk_free_list;
H5C_insert_entry;
+ H5close;
+ h5close_c_;
+ h5close_types_c_;
H5C_mark_entries_as_clean;
H5C_mark_entry_dirty;
H5C_move_entry;
@@ -225,52 +374,228 @@ HDF5_MPI_1.8.7 {
H5C_unpin_entry;
H5C_unprotect;
H5C_validate_resize_config;
- H5D_COPS_BTREE;
- H5D_LOPS_CHUNK;
- H5D_LOPS_COMPACT;
- H5D_LOPS_CONTIG;
- H5D_LOPS_EFL;
- H5D_LOPS_NONEXISTENT;
- H5D_btree_debug;
- H5D_chunk_idx_reset;
- H5D_close;
- H5D_def_dxpl_cache;
- H5D_flush;
- H5D_init;
- H5D_nameof;
- H5D_oloc;
- H5D_open;
- H5D_term_interface;
- H5D_typeof;
- H5D_vlen_reclaim;
+ __h5_dble_interface_MOD_h5aread_double_1;
+ __h5_dble_interface_MOD_h5aread_double_2;
+ __h5_dble_interface_MOD_h5aread_double_3;
+ __h5_dble_interface_MOD_h5aread_double_4;
+ __h5_dble_interface_MOD_h5aread_double_5;
+ __h5_dble_interface_MOD_h5aread_double_6;
+ __h5_dble_interface_MOD_h5aread_double_7;
+ __h5_dble_interface_MOD_h5aread_double_scalar;
+ __h5_dble_interface_MOD_h5awrite_double_1;
+ __h5_dble_interface_MOD_h5awrite_double_2;
+ __h5_dble_interface_MOD_h5awrite_double_3;
+ __h5_dble_interface_MOD_h5awrite_double_4;
+ __h5_dble_interface_MOD_h5awrite_double_5;
+ __h5_dble_interface_MOD_h5awrite_double_6;
+ __h5_dble_interface_MOD_h5awrite_double_7;
+ __h5_dble_interface_MOD_h5awrite_double_scalar;
+ __h5_dble_interface_MOD_h5dfill_double;
+ __h5_dble_interface_MOD_h5dread_double_1;
+ __h5_dble_interface_MOD_h5dread_double_2;
+ __h5_dble_interface_MOD_h5dread_double_3;
+ __h5_dble_interface_MOD_h5dread_double_4;
+ __h5_dble_interface_MOD_h5dread_double_5;
+ __h5_dble_interface_MOD_h5dread_double_6;
+ __h5_dble_interface_MOD_h5dread_double_7;
+ __h5_dble_interface_MOD_h5dread_double_scalar;
+ __h5_dble_interface_MOD_h5dwrite_double_1;
+ __h5_dble_interface_MOD_h5dwrite_double_2;
+ __h5_dble_interface_MOD_h5dwrite_double_3;
+ __h5_dble_interface_MOD_h5dwrite_double_4;
+ __h5_dble_interface_MOD_h5dwrite_double_5;
+ __h5_dble_interface_MOD_h5dwrite_double_6;
+ __h5_dble_interface_MOD_h5dwrite_double_7;
+ __h5_dble_interface_MOD_h5dwrite_double_scalar;
+ __h5_dble_interface_MOD_h5pget_double;
+ __h5_dble_interface_MOD_h5pget_fill_value_double;
+ __h5_dble_interface_MOD_h5pinsert_double;
+ __h5_dble_interface_MOD_h5pregister_double;
+ __h5_dble_interface_MOD_h5pset_double;
+ __h5_dble_interface_MOD_h5pset_fill_value_double;
+ H5D_btree_debug;
+ H5D_chunk_idx_reset;
H5Dclose;
+ H5D_close;
+ h5dclose_c_;
+ H5D_COPS_BTREE;
H5Dcreate1;
H5Dcreate2;
H5Dcreate_anon;
+ h5dcreate_anon_c_;
+ h5dcreate_c_;
H5Ddebug;
+ H5D_def_dxpl_cache;
+ H5_debug_g;
H5Dextend;
H5Dfill;
+ h5dfill_c_;
+ h5dfillc_c_;
+ h5dfill_double_c_;
+ h5dfill_integer_c_;
+ h5dfill_real_c_;
+ h5d_flags_;
+ H5D_flush;
+ H5D_get_access_plist;
H5Dget_access_plist;
+ h5dget_access_plist_c_;
H5Dget_create_plist;
+ h5dget_create_plist_c_;
H5Dget_offset;
+ H5D_get_space;
H5Dget_space;
+ h5dget_space_c_;
H5Dget_space_status;
+ h5dget_space_status_c_;
H5Dget_storage_size;
+ h5dget_storage_size_c_;
+ H5D_get_type;
H5Dget_type;
+ h5dget_type_c_;
+ H5D_init;
+ H5_direct_block_blk_free_list;
H5Diterate;
+ H5D_LOPS_CHUNK;
+ H5D_LOPS_COMPACT;
+ H5D_LOPS_CONTIG;
+ H5D_LOPS_EFL;
+ H5D_LOPS_NONEXISTENT;
+ __h5d_MOD_h5dclose_f;
+ __h5d_MOD_h5dcreate_anon_f;
+ __h5d_MOD_h5dcreate_f;
+ __h5d_MOD_h5dget_access_plist_f;
+ __h5d_MOD_h5dget_create_plist_f;
+ __h5d_MOD_h5dget_space_f;
+ __h5d_MOD_h5dget_space_status_f;
+ __h5d_MOD_h5dget_storage_size_f;
+ __h5d_MOD_h5dget_type_f;
+ __h5d_MOD_h5dopen_f;
+ __h5d_MOD_h5dread_vl_integer;
+ __h5d_MOD_h5dread_vl_real;
+ __h5d_MOD_h5dread_vl_string;
+ __h5d_MOD_h5dset_extent_f;
+ __h5d_MOD_h5dvlen_get_max_len_f;
+ __h5d_MOD_h5dwrite_vl_integer;
+ __h5d_MOD_h5dwrite_vl_real;
+ __h5d_MOD_h5dwrite_vl_string;
+ H5D_nameof;
+ H5D_oloc;
+ H5dont_atexit;
+ h5dont_atexit_c_;
+ H5D_open;
H5Dopen1;
H5Dopen2;
+ h5dopen_c_;
+ __h5d_provisional_MOD_h5dread_char_scalar_fix;
+ __h5d_provisional_MOD_h5dread_ptr;
+ __h5d_provisional_MOD_h5dvlen_reclaim_f;
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix;
+ __h5d_provisional_MOD_h5dwrite_ptr;
H5Dread;
+ h5dread_c_;
+ h5dreadc_1_c_;
+ h5dreadc_2_c_;
+ h5dreadc_3_c_;
+ h5dreadc_4_c_;
+ h5dreadc_5_c_;
+ h5dreadc_6_c_;
+ h5dreadc_7_c_;
+ h5dreadc_c_;
+ h5dreadc_s_c_;
+ h5dread_double_1_c_;
+ h5dread_double_2_c_;
+ h5dread_double_3_c_;
+ h5dread_double_4_c_;
+ h5dread_double_5_c_;
+ h5dread_double_6_c_;
+ h5dread_double_7_c_;
+ h5dread_double_s_c_;
+ h5dread_integer_1_c_;
+ h5dread_integer_2_c_;
+ h5dread_integer_3_c_;
+ h5dread_integer_4_c_;
+ h5dread_integer_5_c_;
+ h5dread_integer_6_c_;
+ h5dread_integer_7_c_;
+ h5dread_integer_s_c_;
+ h5dread_real_1_c_;
+ h5dread_real_2_c_;
+ h5dread_real_3_c_;
+ h5dread_real_4_c_;
+ h5dread_real_5_c_;
+ h5dread_real_6_c_;
+ h5dread_real_7_c_;
+ h5dread_real_s_c_;
+ h5dread_ref_obj_c_;
+ h5dread_ref_reg_c_;
+ h5dread_vl_integer_c_;
+ h5dread_vl_real_c_;
+ h5dread_vl_string_c_;
+ H5DSattach_scale;
+ H5DSdetach_scale;
H5Dset_extent;
+ h5dset_extent_c_;
+ H5DSget_label;
+ H5DSget_num_scales;
+ H5DSget_scale_name;
+ H5DSis_attached;
+ H5DSis_scale;
+ H5DSiterate_scales;
+ H5DSset_label;
+ H5DSset_scale;
+ H5D_term_interface;
+ H5D_typeof;
H5Dvlen_get_buf_size;
+ h5dvlen_get_max_len_c_;
+ H5D_vlen_reclaim;
H5Dvlen_reclaim;
H5Dwrite;
+ h5dwrite_c_;
+ h5dwritec_1_c_;
+ h5dwritec_2_c_;
+ h5dwritec_3_c_;
+ h5dwritec_4_c_;
+ h5dwritec_5_c_;
+ h5dwritec_6_c_;
+ h5dwritec_7_c_;
+ h5dwritec_c_;
+ h5dwritec_s_c_;
+ h5dwrite_double_1_c_;
+ h5dwrite_double_2_c_;
+ h5dwrite_double_3_c_;
+ h5dwrite_double_4_c_;
+ h5dwrite_double_5_c_;
+ h5dwrite_double_6_c_;
+ h5dwrite_double_7_c_;
+ h5dwrite_double_s_c_;
+ h5dwrite_integer_1_c_;
+ h5dwrite_integer_2_c_;
+ h5dwrite_integer_3_c_;
+ h5dwrite_integer_4_c_;
+ h5dwrite_integer_5_c_;
+ h5dwrite_integer_6_c_;
+ h5dwrite_integer_7_c_;
+ h5dwrite_integer_s_c_;
+ h5dwrite_real_1_c_;
+ h5dwrite_real_2_c_;
+ h5dwrite_real_3_c_;
+ h5dwrite_real_4_c_;
+ h5dwrite_real_5_c_;
+ h5dwrite_real_6_c_;
+ h5dwrite_real_7_c_;
+ h5dwrite_real_s_c_;
+ h5dwrite_ref_obj_c_;
+ h5dwrite_ref_reg_c_;
+ h5dwrite_vl_integer_c_;
+ h5dwrite_vl_real_c_;
+ h5dwrite_vl_string_c_;
H5E_ALIGNMENT_g;
H5E_ALREADYEXISTS_g;
H5E_ALREADYINIT_g;
H5E_ARGS_g;
H5E_ATOM_g;
H5E_ATTR_g;
+ H5Eauto_is_v2;
H5E_BADATOM_g;
H5E_BADFILE_g;
H5E_BADGROUP_g;
@@ -296,8 +621,8 @@ HDF5_MPI_1.8.7 {
H5E_CANTCOPY_g;
H5E_CANTCOUNT_g;
H5E_CANTCREATE_g;
- H5E_CANTDECODE_g;
H5E_CANTDEC_g;
+ H5E_CANTDECODE_g;
H5E_CANTDELETE_g;
H5E_CANTDIRTY_g;
H5E_CANTENCODE_g;
@@ -307,8 +632,8 @@ HDF5_MPI_1.8.7 {
H5E_CANTFLUSH_g;
H5E_CANTFREE_g;
H5E_CANTGC_g;
- H5E_CANTGETSIZE_g;
H5E_CANTGET_g;
+ H5E_CANTGETSIZE_g;
H5E_CANTINC_g;
H5E_CANTINIT_g;
H5E_CANTINSERT_g;
@@ -348,28 +673,56 @@ HDF5_MPI_1.8.7 {
H5E_CANTUNPIN_g;
H5E_CANTUNPROTECT_g;
H5E_CANTUPDATE_g;
+ H5Eclear1;
+ H5Eclear2;
+ h5eclear_c_;
+ H5E_clear_stack;
H5E_CLOSEERROR_g;
+ H5Eclose_msg;
+ H5Eclose_stack;
H5E_COMPLEN_g;
+ H5Ecreate_msg;
+ H5Ecreate_stack;
H5E_DATASET_g;
H5E_DATASPACE_g;
H5E_DATATYPE_g;
+ H5E_dump_api_stack;
H5E_DUPCLASS_g;
H5E_EFL_g;
- H5E_ERROR_g;
H5E_ERR_CLS_g;
+ H5E_ERROR_g;
H5E_EXISTS_g;
H5E_FCNTL_g;
H5E_FILEEXISTS_g;
- H5E_FILEOPEN_g;
H5E_FILE_g;
+ H5E_FILEOPEN_g;
H5E_FSPACE_g;
H5E_FUNC_g;
+ H5E_get_auto;
+ H5Eget_auto1;
+ H5Eget_auto2;
+ H5Eget_class_name;
+ H5Eget_current_stack;
+ H5Eget_major;
+ h5eget_major_c_;
+ H5Eget_minor;
+ h5eget_minor_c_;
+ H5E_get_msg;
+ H5Eget_msg;
+ H5Eget_num;
H5E_HEAP_g;
+ H5E_init;
H5E_INTERNAL_g;
H5E_IO_g;
H5E_LINKCOUNT_g;
H5E_LINK_g;
+ __h5e_MOD_h5eclear_f;
+ __h5e_MOD_h5eget_major_f;
+ __h5e_MOD_h5eget_minor_f;
+ __h5e_MOD_h5eprint_f;
H5E_MOUNT_g;
+ H5E_mpi_error_str;
+ H5E_mpi_error_str_len;
H5E_MPIERRSTR_g;
H5E_MPI_g;
H5E_NLINKS_g;
@@ -389,109 +742,131 @@ HDF5_MPI_1.8.7 {
H5E_PATH_g;
H5E_PLINE_g;
H5E_PLIST_g;
+ H5Epop;
+ H5E_pop;
+ H5E_print;
+ H5Eprint1;
+ H5Eprint2;
+ h5eprint_c1_;
+ h5eprint_c2_;
+ H5E_printf_stack;
H5E_PROTECT_g;
+ H5Epush1;
+ H5Epush2;
+ H5E_push_stack;
H5E_READERROR_g;
H5E_REFERENCE_g;
+ H5Eregister_class;
H5E_RESOURCE_g;
H5E_RS_g;
H5E_SEEKERROR_g;
+ H5E_set_auto;
+ H5Eset_auto1;
+ H5Eset_auto2;
+ h5eset_auto_c_;
+ H5Eset_current_stack;
H5E_SETLOCAL_g;
H5E_SLIST_g;
H5E_SOHM_g;
+ H5E_stack_g;
H5E_STORAGE_g;
H5E_SYM_g;
H5E_SYSERRSTR_g;
H5E_SYSTEM_g;
+ H5E_term_interface;
H5E_TRAVERSE_g;
H5E_TRUNCATED_g;
H5E_TST_g;
H5E_UNINITIALIZED_g;
+ H5Eunregister_class;
H5E_UNSUPPORTED_g;
H5E_VERSION_g;
H5E_VFL_g;
+ H5E_walk;
+ H5Ewalk1;
+ H5Ewalk2;
H5E_WRITEERROR_g;
- H5E_clear_stack;
- H5E_dump_api_stack;
- H5E_get_auto;
- H5E_get_msg;
- H5E_init;
- H5E_mpi_error_str;
- H5E_mpi_error_str_len;
- H5E_pop;
- H5E_print;
- H5E_printf_stack;
- H5E_push_stack;
- H5E_set_auto;
- H5E_stack_g;
- H5E_term_interface;
- H5E_walk;
- H5Eauto_is_v2;
- H5Eclear1;
- H5Eclear2;
- H5Eclose_msg;
- H5Eclose_stack;
- H5Ecreate_msg;
- H5Ecreate_stack;
- H5Eget_auto1;
- H5Eget_auto2;
- H5Eget_class_name;
- H5Eget_current_stack;
- H5Eget_major;
- H5Eget_minor;
- H5Eget_msg;
- H5Eget_num;
- H5Epop;
- H5Eprint1;
- H5Eprint2;
- H5Epush1;
- H5Epush2;
- H5Eregister_class;
- H5Eset_auto1;
- H5Eset_auto2;
- H5Eset_current_stack;
- H5Eunregister_class;
- H5Ewalk1;
- H5Ewalk2;
+ H5F__accum_flush;
+ H5F__accum_free;
+ H5F__accum_read;
+ H5F__accum_reset;
+ H5F__accum_write;
+ H5F_addr_decode;
+ H5F_addr_decode_len;
+ H5F_addr_encode;
+ H5F_addr_encode_len;
+ H5F_block_read;
+ H5F_block_write;
+ H5F_check_cached_stab_test;
+ H5Fclear_elink_file_cache;
+ H5Fclose;
+ H5F_close;
+ h5fclose_c_;
+ H5F_close_mounts;
+ H5Fcreate;
+ h5fcreate_c_;
+ H5FDalloc;
H5FD_alloc;
H5FD_alloc_real;
+ H5FDclose;
H5FD_close;
+ H5FDcmp;
H5FD_cmp;
H5FD_core_init;
H5FD_core_term;
+ H5F_debug;
+ H5F_decr_nopen_objs;
+ H5F_dest;
H5FD_family_init;
H5FD_family_term;
H5FD_fapl_close;
H5FD_fapl_get;
H5FD_fapl_open;
+ h5fd_flags_;
+ H5FDflush;
H5FD_flush;
+ H5FDfree;
H5FD_free;
H5FD_free_real;
H5FD_get_base_addr;
H5FD_get_class;
H5FD_get_eoa;
+ H5FDget_eoa;
H5FD_get_eof;
+ H5FDget_eof;
H5FD_get_feature_flags;
H5FD_get_fileno;
H5FD_get_fs_type_map;
H5FD_get_maxaddr;
H5FD_get_vfd_handle;
+ H5FDget_vfd_handle;
+ h5fd_hid_flags_;
H5FD_init;
+ H5FD_locate_signature;
H5FD_log_init;
H5FD_log_term;
- H5FD_mpi_MPIOff_to_haddr;
H5FD_mpi_comm_info_dup;
H5FD_mpi_comm_info_free;
H5FD_mpi_get_comm;
H5FD_mpi_get_rank;
H5FD_mpi_get_size;
H5FD_mpi_haddr_to_MPIOff;
- H5FD_mpi_setup_collective;
+ H5FD_mpi_MPIOff_to_haddr;
H5FD_mpio_init;
+ __h5fdmpio_MOD_h5pget_dxpl_mpio_f;
+ __h5fdmpio_MOD_h5pget_fapl_mpio_f;
+ __h5fdmpio_MOD_h5pset_dxpl_mpio_f;
+ __h5fdmpio_MOD_h5pset_fapl_mpio_f;
H5FD_mpio_term;
+ H5FD_mpi_setup_collective;
H5FD_multi_init;
H5FD_multi_term;
+ H5FDopen;
H5FD_open;
+ H5FDquery;
+ H5FDread;
H5FD_read;
+ H5FDregister;
H5FD_register;
H5FD_sb_decode;
H5FD_sb_encode;
@@ -500,28 +875,80 @@ HDF5_MPI_1.8.7 {
H5FD_sec2_term;
H5FD_set_base_addr;
H5FD_set_eoa;
+ H5FDset_eoa;
H5FD_stdio_init;
H5FD_stdio_term;
H5FD_term_interface;
+ H5FDtruncate;
H5FD_truncate;
H5FD_try_extend;
- H5FD_write;
- H5FDalloc;
- H5FDclose;
- H5FDcmp;
- H5FDflush;
- H5FDfree;
- H5FDget_eoa;
- H5FDget_eof;
- H5FDget_vfd_handle;
- H5FDopen;
- H5FDquery;
- H5FDread;
- H5FDregister;
- H5FDset_eoa;
- H5FDtruncate;
H5FDunregister;
H5FDwrite;
+ H5FD_write;
+ H5F_efc_close;
+ H5F_efc_create;
+ H5F_efc_destroy;
+ H5F_efc_max_nfiles;
+ H5F_efc_open;
+ H5F_efc_release;
+ H5F_efc_try_close;
+ H5F_fake_alloc;
+ H5F_fake_free;
+ h5f_flags_;
+ H5Fflush;
+ H5F_flush;
+ h5fflush_c_;
+ H5F_flush_mounts;
+ H5F_gc_ref;
+ H5F_get_access_plist;
+ H5Fget_access_plist;
+ h5fget_access_plist_c_;
+ H5F_get_actual_name;
+ H5F_get_base_addr;
+ H5Fget_create_plist;
+ h5fget_create_plist_c_;
+ H5F_get_driver_id;
+ H5F_get_eoa;
+ H5F_get_extpath;
+ H5F_get_fc_degree;
+ H5F_get_fcpl;
+ H5F_get_file_image;
+ H5F_get_fileno;
+ H5Fget_filesize;
+ h5fget_filesize_c_;
+ H5Fget_freespace;
+ h5fget_freespace_c_;
+ H5F_get_id;
+ H5Fget_info;
+ H5F_get_intent;
+ H5Fget_intent;
+ H5F_get_maxaddr_test;
+ H5Fget_mdc_config;
+ H5Fget_mdc_hit_rate;
+ H5Fget_mdc_size;
+ H5Fget_name;
+ h5fget_name_c_;
+ H5F_get_obj_count;
+ H5Fget_obj_count;
+ h5fget_obj_count_c_;
+ H5F_get_objects;
+ H5F_get_obj_ids;
+ H5Fget_obj_ids;
+ h5fget_obj_ids_c_;
+ H5F_get_open_name;
+ H5F_get_sohm_mesg_count_test;
+ H5F_get_vfd_handle;
+ H5Fget_vfd_handle;
+ H5F_grp_btree_shared;
+ H5F_has_feature;
+ H5F_incr_nopen_objs;
+ H5F_init;
+ H5F_is_hdf5;
+ H5Fis_hdf5;
+ h5fis_hdf5_c_;
+ H5F_is_mount;
+ H5F_is_tmp_addr;
+ H5F_Kvalue;
H5FL_arr_calloc;
H5FL_arr_free;
H5FL_arr_malloc;
@@ -546,6 +973,28 @@ HDF5_MPI_1.8.7 {
H5FL_seq_realloc;
H5FL_set_free_list_limits;
H5FL_term_interface;
+ __h5f_MOD_h5fclose_f;
+ __h5f_MOD_h5fcreate_f;
+ __h5f_MOD_h5fflush_f;
+ __h5f_MOD_h5fget_access_plist_f;
+ __h5f_MOD_h5fget_create_plist_f;
+ __h5f_MOD_h5fget_filesize_f;
+ __h5f_MOD_h5fget_freespace_f;
+ __h5f_MOD_h5fget_name_f;
+ __h5f_MOD_h5fget_obj_count_f;
+ __h5f_MOD_h5fget_obj_ids_f;
+ __h5f_MOD_h5fis_hdf5_f;
+ __h5f_MOD_h5fmount_f;
+ __h5f_MOD_h5fopen_f;
+ __h5f_MOD_h5freopen_f;
+ __h5f_MOD_h5funmount_f;
+ H5Fmount;
+ h5fmount_c_;
+ H5F_mount_count_ids;
+ H5F_mpi_get_comm;
+ H5F_mpi_get_rank;
+ H5F_mpi_get_size;
+ H5F_new;
H5FO_create;
H5FO_delete;
H5FO_dest;
@@ -553,11 +1002,21 @@ HDF5_MPI_1.8.7 {
H5FO_mark;
H5FO_marked;
H5FO_opened;
+ H5Fopen;
+ H5F_open;
+ h5fopen_c_;
H5FO_top_count;
H5FO_top_create;
H5FO_top_decr;
H5FO_top_dest;
H5FO_top_incr;
+ __h5f_provisional_MOD_h5fget_file_image_f;
+ H5F_rdcc_nbytes;
+ H5F_rdcc_nslots;
+ H5F_rdcc_w0;
+ H5Freopen;
+ h5freopen_c_;
+ H5Freset_mdc_hit_rate_stats;
H5FS_close;
H5FS_cmp_cparam_test;
H5FS_create;
@@ -565,9 +1024,18 @@ HDF5_MPI_1.8.7 {
H5FS_decr;
H5FS_delete;
H5FS_dirty;
+ H5Fset_mdc_config;
+ H5F_sfile_add;
+ H5F_sfile_assert_num;
+ H5F_sfile_head_g;
+ H5F_sfile_remove;
+ H5F_sfile_search;
H5FS_get_cparam_test;
H5FS_hdr_dest;
+ H5F_sieve_buf_size;
H5FS_incr;
+ H5F_sizeof_addr;
+ H5F_sizeof_size;
H5FS_new;
H5FS_open;
H5FS_sect_add;
@@ -576,81 +1044,13 @@ HDF5_MPI_1.8.7 {
H5FS_sect_find;
H5FS_sect_iterate;
H5FS_sect_remove;
+ H5FS_sects_debug;
H5FS_sect_stats;
H5FS_sect_try_extend;
- H5FS_sects_debug;
H5FS_sinfo_dest;
H5FS_sinfo_new;
H5FS_size;
H5FS_stat_info;
- H5F_Kvalue;
- H5F_accum_flush;
- H5F_accum_free;
- H5F_accum_read;
- H5F_accum_reset;
- H5F_accum_write;
- H5F_addr_decode;
- H5F_addr_decode_len;
- H5F_addr_encode;
- H5F_addr_encode_len;
- H5F_block_read;
- H5F_block_write;
- H5F_check_cached_stab_test;
- H5F_close_mounts;
- H5F_debug;
- H5F_decr_nopen_objs;
- H5F_efc_close;
- H5F_efc_create;
- H5F_efc_destroy;
- H5F_efc_max_nfiles;
- H5F_efc_open;
- H5F_efc_release;
- H5F_efc_try_close;
- H5F_fake_alloc;
- H5F_fake_free;
- H5F_flush;
- H5F_flush_mounts;
- H5F_gc_ref;
- H5F_get_access_plist;
- H5F_get_actual_name;
- H5F_get_base_addr;
- H5F_get_driver_id;
- H5F_get_eoa;
- H5F_get_extpath;
- H5F_get_fc_degree;
- H5F_get_fcpl;
- H5F_get_fileno;
- H5F_get_id;
- H5F_get_intent;
- H5F_get_maxaddr_test;
- H5F_get_obj_count;
- H5F_get_obj_ids;
- H5F_get_open_name;
- H5F_get_sohm_mesg_count_test;
- H5F_get_vfd_handle;
- H5F_grp_btree_shared;
- H5F_has_feature;
- H5F_incr_nopen_objs;
- H5F_init;
- H5F_is_mount;
- H5F_is_tmp_addr;
- H5F_locate_signature;
- H5F_mount_count_ids;
- H5F_mpi_get_comm;
- H5F_mpi_get_rank;
- H5F_mpi_get_size;
- H5F_open;
- H5F_rdcc_nbytes;
- H5F_rdcc_nslots;
- H5F_rdcc_w0;
- H5F_sfile_add;
- H5F_sfile_assert_num;
- H5F_sfile_head_g;
- H5F_sfile_remove;
- H5F_sfile_search;
- H5F_sieve_buf_size;
- H5F_sizeof_addr;
- H5F_sizeof_size;
H5F_store_msg_crt_idx;
H5F_super_dirty;
H5F_super_ext_close;
@@ -663,43 +1063,57 @@ HDF5_MPI_1.8.7 {
H5F_sym_leaf_k;
H5F_term_interface;
H5F_try_close;
+ H5Funmount;
+ h5funmount_c_;
H5F_use_latest_format;
H5F_use_tmp_space;
- H5Fclear_elink_file_cache;
- H5Fclose;
- H5Fcreate;
- H5Fflush;
- H5Fget_access_plist;
- H5Fget_create_plist;
- H5Fget_filesize;
- H5Fget_freespace;
- H5Fget_info;
- H5Fget_intent;
- H5Fget_mdc_config;
- H5Fget_mdc_hit_rate;
- H5Fget_mdc_size;
- H5Fget_name;
- H5Fget_obj_count;
- H5Fget_obj_ids;
- H5Fget_vfd_handle;
- H5Fis_hdf5;
- H5Fmount;
- H5Fopen;
- H5Freopen;
- H5Freset_mdc_hit_rate_stats;
- H5Fset_mdc_config;
- H5Funmount;
+ H5garbage_collect;
+ h5garbage_collect_c_;
H5G_BT2_CORDER;
H5G_BT2_NAME;
H5G_build_fullpath_refstr_str;
+ H5Gclose;
H5G_close;
+ h5gclose_c_;
+ H5Gcreate1;
+ H5Gcreate2;
+ H5Gcreate_anon;
+ h5gcreate_anon_c_;
+ h5gcreate_c_;
+ h5generic_flags_;
H5G_ent_decode;
H5G_ent_encode;
+ H5get_libversion;
+ h5get_libversion_c_;
H5G_fileof;
+ h5g_flags_;
+ H5Gget_comment;
+ h5gget_comment_c_;
+ H5Gget_create_plist;
+ h5gget_create_plist_c_;
+ H5Gget_info;
+ H5Gget_info_by_idx;
+ h5gget_info_by_idx_c_;
+ H5Gget_info_by_name;
+ h5gget_info_by_name_c_;
+ h5gget_info_c_;
+ H5Gget_linkval;
+ h5gget_linkval_c_;
H5G_get_name;
H5G_get_name_by_addr;
+ H5Gget_num_objs;
+ H5Gget_objinfo;
+ h5gget_obj_info_idx_c_;
+ H5Gget_objname_by_idx;
+ H5Gget_objtype_by_idx;
H5G_get_shared_count;
+ H5_gheap_chunk_blk_free_list;
+ H5Giterate;
H5G_iterate;
+ H5Glink;
+ H5Glink2;
+ h5glink2_c_;
+ h5glink_c_;
H5G_link_to_info;
H5G_loc;
H5G_loc_exists;
@@ -712,14 +1126,37 @@ HDF5_MPI_1.8.7 {
H5G_loc_set_comment;
H5G_map_obj_type;
H5G_mkroot;
+ __h5g_MOD_h5gclose_f;
+ __h5g_MOD_h5gcreate_anon_f;
+ __h5g_MOD_h5gcreate_f;
+ __h5g_MOD_h5gget_comment_f;
+ __h5g_MOD_h5gget_create_plist_f;
+ __h5g_MOD_h5gget_info_by_idx_f;
+ __h5g_MOD_h5gget_info_by_name_f;
+ __h5g_MOD_h5gget_info_f;
+ __h5g_MOD_h5gget_linkval_f;
+ __h5g_MOD_h5gget_obj_info_idx_f;
+ __h5g_MOD_h5glink2_f;
+ __h5g_MOD_h5glink_f;
+ __h5g_MOD_h5gmove2_f;
+ __h5g_MOD_h5gmove_f;
+ __h5g_MOD_h5gn_members_f;
+ __h5g_MOD_h5gopen_f;
+ __h5g_MOD_h5gset_comment_f;
+ __h5g_MOD_h5gunlink_f;
H5G_mount;
H5G_mounted;
+ H5Gmove;
+ H5Gmove2;
+ h5gmove2_c_;
+ h5gmove_c_;
H5G_name_copy;
H5G_name_free;
+ H5G_nameof;
H5G_name_replace;
H5G_name_reset;
H5G_name_set;
- H5G_nameof;
+ h5gn_members_c_;
H5G_node_close;
H5G_node_debug;
H5G_normalize;
@@ -730,44 +1167,80 @@ HDF5_MPI_1.8.7 {
H5G_obj_remove_by_idx;
H5G_oloc;
H5G_open;
+ H5Gopen1;
+ H5Gopen2;
+ h5gopen_c_;
H5G_root_free;
H5G_root_loc;
H5G_rootof;
+ H5Gset_comment;
+ h5gset_comment_c_;
H5G_term_interface;
H5G_traverse;
+ H5Gunlink;
+ h5gunlink_c_;
H5G_unmount;
H5G_visit;
- H5Gclose;
- H5Gcreate1;
- H5Gcreate2;
- H5Gcreate_anon;
- H5Gget_comment;
- H5Gget_create_plist;
- H5Gget_info;
- H5Gget_info_by_idx;
- H5Gget_info_by_name;
- H5Gget_linkval;
- H5Gget_num_objs;
- H5Gget_objinfo;
- H5Gget_objname_by_idx;
- H5Gget_objtype_by_idx;
- H5Giterate;
- H5Glink2;
- H5Glink;
- H5Gmove2;
- H5Gmove;
- H5Gopen1;
- H5Gopen2;
- H5Gset_comment;
- H5Gunlink;
- H5HF_FSPACE_SECT_CLS_FIRST_ROW;
- H5HF_FSPACE_SECT_CLS_INDIRECT;
- H5HF_FSPACE_SECT_CLS_NORMAL_ROW;
- H5HF_FSPACE_SECT_CLS_SINGLE;
- H5HF_HUGE_BT2_DIR;
- H5HF_HUGE_BT2_FILT_DIR;
- H5HF_HUGE_BT2_FILT_INDIR;
- H5HF_HUGE_BT2_INDIR;
+ H5_H5A_shared_t_reg_free_list;
+ H5_H5A_t_ptr_seq_free_list;
+ H5_H5A_t_reg_free_list;
+ H5_H5B2_internal_t_reg_free_list;
+ H5_H5B2_leaf_t_reg_free_list;
+ H5_H5B2_node_info_t_seq_free_list;
+ H5_H5B_t_reg_free_list;
+ H5_H5D_chunk_info_t_reg_free_list;
+ H5_H5D_copy_file_ud_t_reg_free_list;
+ H5_H5FD_free_t_reg_free_list;
+ H5_H5F_file_t_reg_free_list;
+ H5_H5FL_blk_node_t_reg_free_list;
+ H5_H5FL_fac_gc_node_t_reg_free_list;
+ H5_H5FL_fac_head_t_reg_free_list;
+ H5_H5FS_bin_t_seq_free_list;
+ H5_H5FS_node_t_reg_free_list;
+ H5_H5FS_section_class_t_seq_free_list;
+ H5_H5FS_sinfo_t_reg_free_list;
+ H5_H5FS_t_reg_free_list;
+ H5_H5F_super_t_reg_free_list;
+ H5_H5F_t_reg_free_list;
+ H5_H5G_copy_file_ud_t_reg_free_list;
+ H5_H5G_entry_t_seq_free_list;
+ H5_H5G_node_t_reg_free_list;
+ H5_H5G_shared_t_reg_free_list;
+ H5_H5G_t_reg_free_list;
+ H5_H5HF_block_loc_t_reg_free_list;
+ H5_H5HF_direct_t_reg_free_list;
+ H5_H5HF_free_section_t_reg_free_list;
+ H5_H5HF_indirect_ent_t_seq_free_list;
+ H5_H5HF_indirect_filt_ent_t_seq_free_list;
+ H5_H5HF_indirect_ptr_t_seq_free_list;
+ H5_H5HF_indirect_t_reg_free_list;
+ H5_H5HG_heap_t_reg_free_list;
+ H5_H5HG_obj_t_seq_free_list;
+ H5_H5HL_free_t_reg_free_list;
+ H5_H5MF_free_section_t_reg_free_list;
+ H5_H5MP_pool_t_reg_free_list;
+ H5_H5O_addr_map_t_reg_free_list;
+ H5_H5_obj_t_reg_free_list;
+ H5_H5O_chunk_proxy_t_reg_free_list;
+ H5_H5O_chunk_t_seq_free_list;
+ H5_H5O_cont_t_reg_free_list;
+ H5_H5O_cont_t_seq_free_list;
+ H5_H5O_fill_t_reg_free_list;
+ H5_H5O_layout_t_reg_free_list;
+ H5_H5O_mesg_t_seq_free_list;
+ H5_H5O_pline_t_reg_free_list;
+ H5_H5O_t_reg_free_list;
+ H5_H5O_unknown_t_reg_free_list;
+ H5_H5S_extent_t_reg_free_list;
+ H5_H5SM_index_header_t_arr_free_list;
+ H5_H5SM_list_t_reg_free_list;
+ H5_H5SM_master_table_t_reg_free_list;
+ H5_H5SM_sohm_t_arr_free_list;
+ H5_H5S_t_reg_free_list;
+ H5_H5T_shared_t_reg_free_list;
+ H5_H5T_t_reg_free_list;
+ H5_haddr_t_seq_free_list;
+ H5_hash_string;
H5HF_close;
H5HF_cmp_cparam_test;
H5HF_create;
@@ -779,6 +1252,10 @@ HDF5_MPI_1.8.7 {
H5HF_dtable_size_to_row;
H5HF_dtable_size_to_rows;
H5HF_dtable_span_size;
+ H5HF_FSPACE_SECT_CLS_FIRST_ROW;
+ H5HF_FSPACE_SECT_CLS_INDIRECT;
+ H5HF_FSPACE_SECT_CLS_NORMAL_ROW;
+ H5HF_FSPACE_SECT_CLS_SINGLE;
H5HF_get_cparam_test;
H5HF_get_dblock_free_test;
H5HF_get_dblock_size_test;
@@ -817,11 +1294,15 @@ HDF5_MPI_1.8.7 {
H5HF_hdr_skip_blocks;
H5HF_hdr_start_iter;
H5HF_hdr_update_iter;
+ H5HF_HUGE_BT2_DIR;
H5HF_huge_bt2_dir_remove;
+ H5HF_HUGE_BT2_FILT_DIR;
H5HF_huge_bt2_filt_dir_found;
H5HF_huge_bt2_filt_dir_remove;
+ H5HF_HUGE_BT2_FILT_INDIR;
H5HF_huge_bt2_filt_indir_found;
H5HF_huge_bt2_filt_indir_remove;
+ H5HF_HUGE_BT2_INDIR;
H5HF_huge_bt2_indir_found;
H5HF_huge_bt2_indir_remove;
H5HF_huge_delete;
@@ -874,21 +1355,21 @@ HDF5_MPI_1.8.7 {
H5HF_man_remove;
H5HF_man_write;
H5HF_op;
+ H5HF_open;
H5HF_op_read;
H5HF_op_write;
- H5HF_open;
H5HF_read;
H5HF_remove;
H5HF_sect_indirect_add;
H5HF_sect_row_get_iblock;
H5HF_sect_row_reduce;
H5HF_sect_row_revive;
+ H5HF_sects_debug;
H5HF_sect_single_dblock_info;
H5HF_sect_single_free;
H5HF_sect_single_new;
H5HF_sect_single_reduce;
H5HF_sect_single_revive;
- H5HF_sects_debug;
H5HF_size;
H5HF_space_add;
H5HF_space_close;
@@ -938,1834 +1419,216 @@ HDF5_MPI_1.8.7 {
H5HP_insert;
H5HP_remove;
H5HP_top;
+ H5_hsize_t_arr_free_list;
+ H5_hsize_t_seq_free_list;
H5I_clear_type;
+ H5Iclear_type;
H5I_dec_app_ref;
H5I_dec_app_ref_always_close;
H5I_dec_ref;
- H5I_dec_type_ref;
- H5I_get_file_id;
- H5I_get_name_test;
- H5I_get_ref;
- H5I_get_type;
- H5I_inc_ref;
- H5I_nmembers;
- H5I_object;
- H5I_object_verify;
- H5I_register;
- H5I_register_type;
- H5I_remove;
- H5I_subst;
- H5I_term_interface;
- H5Iclear_type;
H5Idec_ref;
+ h5idec_ref_c_;
+ H5I_dec_type_ref;
H5Idec_type_ref;
H5Idestroy_type;
+ h5i_flags_;
+ H5I_get_file_id;
H5Iget_file_id;
+ h5iget_file_id_c_;
H5Iget_name;
+ h5iget_name_c_;
+ H5I_get_name_test;
+ H5I_get_ref;
H5Iget_ref;
+ h5iget_ref_c_;
+ H5I_get_type;
H5Iget_type;
+ h5iget_type_c_;
H5Iget_type_ref;
+ H5I_inc_ref;
H5Iinc_ref;
+ h5iinc_ref_c_;
H5Iinc_type_ref;
H5Iis_valid;
- H5Inmembers;
- H5Iobject_verify;
- H5Iregister;
- H5Iregister_type;
- H5Iremove_verify;
- H5Isearch;
- H5Itype_exists;
- H5L_EXTERN_LINK_CLASS;
- H5L_create_hard;
- H5L_create_soft;
- H5L_create_ud;
- H5L_delete;
- H5L_find_class;
- H5L_get_default_lcpl;
- H5L_get_info;
- H5L_get_val;
- H5L_init;
- H5L_link;
- H5L_link_object;
- H5L_move;
- H5L_register;
- H5L_register_external;
- H5L_term_interface;
- H5L_unregister;
- H5Lcopy;
- H5Lcreate_external;
- H5Lcreate_hard;
- H5Lcreate_soft;
- H5Lcreate_ud;
- H5Ldelete;
- H5Ldelete_by_idx;
- H5Lexists;
- H5Lget_info;
- H5Lget_info_by_idx;
+ h5iis_valid_c_;
+ H5IM_find_palette;
+ H5IMget_image_info;
+ h5imget_image_info_c_;
+ H5IMget_npalettes;
+ h5imget_npalettes_c_;
+ H5IM_get_palette;
+ H5IMget_palette;
+ h5imget_palette_c_;
+ H5IMget_palettef;
+ H5IMget_palette_info;
+ h5imget_palette_info_c_;
+ H5IMis_image;
+ h5imis_image_c_;
+ H5IMis_palette;
+ h5imis_palette_c_;
+ H5IMlink_palette;
+ h5imlink_palette_c_;
+ H5IMmake_image_24bit;
+ h5immake_image_24bit_c_;
+ H5IMmake_image_24bitf;
+ H5IMmake_image_8bit;
+ h5immake_image_8bit_c_;
+ H5IMmake_image_8bitf;
+ H5IMmake_palette;
+ h5immake_palette_c_;
+ H5IMmake_palettef;
+ __h5im_MOD_h5imget_image_info_f;
+ __h5im_MOD_h5imget_npalettes_f;
+ __h5im_MOD_h5imget_palette_f;
+ __h5im_MOD_h5imget_palette_info_f;
+ __h5im_MOD_h5imis_image_f;
+ __h5im_MOD_h5imis_palette_f;
+ __h5im_MOD_h5imlink_palette_f;
+ __h5im_MOD_h5immake_image_24bit_f;
+ __h5im_MOD_h5immake_image_8bit_f;
+ __h5im_MOD_h5immake_palette_f;
+ __h5im_MOD_h5imread_image_f;
+ __h5im_MOD_h5imunlink_palette_f;
+ __h5i_MOD_h5idec_ref_f;
+ __h5i_MOD_h5iget_file_id_f;
+ __h5i_MOD_h5iget_name_f;
+ __h5i_MOD_h5iget_ref_f;
+ __h5i_MOD_h5iget_type_f;
+ __h5i_MOD_h5iinc_ref_f;
+ __h5i_MOD_h5iis_valid_f;
+ H5IMread_image;
+ h5imread_image_c_;
+ H5IMread_imagef;
+ H5IMunlink_palette;
+ h5imunlink_palette_c_;
+ h5init1_flags_c_;
+ h5init_flags_c_;
+ H5_init_library;
+ h5init_types_c_;
+ H5Inmembers;
+ H5I_nmembers;
+ H5I_object;
+ H5I_object_verify;
+ H5Iobject_verify;
+ H5Iregister;
+ H5I_register;
+ H5I_register_type;
+ H5Iregister_type;
+ H5I_remove;
+ H5Iremove_verify;
+ H5Isearch;
+ H5I_subst;
+ H5I_term_interface;
+ H5Itype_exists;
+ H5Lcopy;
+ h5lcopy_c_;
+ H5Lcreate_external;
+ h5lcreate_external_c_;
+ H5L_create_hard;
+ H5Lcreate_hard;
+ h5lcreate_hard_c_;
+ H5L_create_soft;
+ H5Lcreate_soft;
+ h5lcreate_soft_c_;
+ H5L_create_ud;
+ H5Lcreate_ud;
+ H5Ldelete;
+ H5L_delete;
+ H5Ldelete_by_idx;
+ h5ldelete_by_idx_c_;
+ h5ldelete_c_;
+ H5Lexists;
+ h5lexists_c_;
+ H5L_EXTERN_LINK_CLASS;
+ H5L_find_class;
+ h5l_flags_;
+ H5L_get_default_lcpl;
+ H5L_get_info;
+ H5Lget_info;
+ H5Lget_info_by_idx;
+ h5lget_info_by_idx_c_;
+ h5lget_info_c_;
H5Lget_name_by_idx;
+ h5lget_name_by_idx_c_;
+ H5L_get_val;
H5Lget_val;
H5Lget_val_by_idx;
+ h5lget_val_c_;
+ H5_lheap_chunk_blk_free_list;
+ h5lib_flags_;
+ H5libhdf5_settings;
+ H5_libinit_g;
+ __h5lib_MOD_h5check_version_f;
+ __h5lib_MOD_h5close_f;
+ __h5lib_MOD_h5dont_atexit_f;
+ __h5lib_MOD_h5garbage_collect_f;
+ __h5lib_MOD_h5get_libversion_f;
+ __h5lib_MOD_h5open_f;
+ __h5lib_provisional_MOD_h5offsetof;
+ H5_lib_vers_info_g;
+ H5L_init;
H5Lis_registered;
+ h5lis_registered_c_;
H5Literate;
H5Literate_by_name;
+ H5L_link;
+ H5L_link_object;
+ __h5l_MOD_h5lcopy_f;
+ __h5l_MOD_h5lcreate_external_f;
+ __h5l_MOD_h5lcreate_hard_f;
+ __h5l_MOD_h5lcreate_soft_f;
+ __h5l_MOD_h5ldelete_by_idx_f;
+ __h5l_MOD_h5ldelete_f;
+ __h5l_MOD_h5lexists_f;
+ __h5l_MOD_h5lget_info_by_idx_f;
+ __h5l_MOD_h5lget_info_f;
+ __h5l_MOD_h5lget_name_by_idx_f;
+ __h5l_MOD_h5lis_registered_f;
+ __h5l_MOD_h5lmove_f;
H5Lmove;
+ H5L_move;
+ h5lmove_c_;
+ __h5l_provisional_MOD_h5literate_by_name_f;
+ __h5l_provisional_MOD_h5literate_f;
H5Lregister;
- H5Lunpack_elink_val;
- H5Lunregister;
- H5Lvisit;
- H5Lvisit_by_name;
- H5MF_FSPACE_SECT_CLS_SIMPLE;
- H5MF_aggr_absorb;
- H5MF_aggr_alloc;
- H5MF_aggr_can_absorb;
- H5MF_aggr_query;
- H5MF_aggr_try_extend;
- H5MF_aggr_vfd_alloc;
- H5MF_alloc;
- H5MF_alloc_open;
- H5MF_alloc_start;
- H5MF_alloc_tmp;
- H5MF_close;
- H5MF_free_aggrs;
- H5MF_get_freespace;
- H5MF_init_merge_flags;
- H5MF_sect_simple_can_shrink;
- H5MF_sect_simple_free;
- H5MF_sect_simple_new;
- H5MF_sect_simple_shrink;
- H5MF_try_extend;
- H5MF_try_shrink;
- H5MF_xfree;
- H5MM_realloc;
- H5MM_strdup;
- H5MM_xfree;
- H5MM_xstrdup;
- H5MP_close;
- H5MP_create;
- H5MP_free;
- H5MP_get_page_free_size;
- H5MP_get_page_next_page;
- H5MP_get_pool_first_page;
- H5MP_get_pool_free_size;
- H5MP_malloc;
- H5MP_pool_is_free_size_correct;
- H5O_MSG_AINFO;
- H5O_MSG_ATTR;
- H5O_MSG_BTREEK;
- H5O_MSG_CONT;
- H5O_MSG_DRVINFO;
- H5O_MSG_DTYPE;
- H5O_MSG_EFL;
- H5O_MSG_FILL;
- H5O_MSG_FILL_NEW;
- H5O_MSG_GINFO;
- H5O_MSG_LAYOUT;
- H5O_MSG_LINFO;
- H5O_MSG_LINK;
- H5O_MSG_MTIME;
- H5O_MSG_MTIME_NEW;
- H5O_MSG_NAME;
- H5O_MSG_NULL;
- H5O_MSG_PLINE;
- H5O_MSG_REFCOUNT;
- H5O_MSG_SDSPACE;
- H5O_MSG_SHMESG;
- H5O_MSG_STAB;
- H5O_MSG_UNKNOWN;
- H5O_OBJ_DATASET;
- H5O_OBJ_DATATYPE;
- H5O_OBJ_GROUP;
- H5O_alloc;
- H5O_alloc_msgs;
- H5O_attr_bh_info;
- H5O_attr_count;
- H5O_attr_count_real;
- H5O_attr_create;
- H5O_attr_delete;
- H5O_attr_dense_info_test;
- H5O_attr_exists;
- H5O_attr_iterate;
- H5O_attr_link;
- H5O_attr_open_by_idx;
- H5O_attr_open_by_name;
- H5O_attr_remove;
- H5O_attr_remove_by_idx;
- H5O_attr_rename;
- H5O_attr_reset;
- H5O_attr_update_shared;
- H5O_attr_write;
- H5O_check_msg_marked_test;
- H5O_chunk_add;
- H5O_chunk_delete;
- H5O_chunk_protect;
- H5O_chunk_resize;
- H5O_chunk_unprotect;
- H5O_chunk_update_idx;
- H5O_close;
- H5O_condense_header;
- H5O_copy_expand_ref;
- H5O_copy_header_map;
- H5O_create;
- H5O_debug;
- H5O_debug_id;
- H5O_debug_real;
- H5O_dec_rc;
- H5O_dec_rc_by_loc;
- H5O_delete;
- H5O_delete_mesg;
- H5O_efl_total_size;
- H5O_expunge_chunks_test;
- H5O_fill_convert;
- H5O_fill_reset_dyn;
- H5O_fill_set_latest_version;
- H5O_flush_msgs;
- H5O_free;
- H5O_get_create_plist;
- H5O_get_hdr_info;
- H5O_get_info;
- H5O_get_loc;
- H5O_get_nlinks;
- H5O_get_oh_addr;
- H5O_get_rc;
- H5O_get_rc_and_type;
- H5O_inc_rc;
- H5O_is_attr_dense_test;
- H5O_is_attr_empty_test;
- H5O_link;
- H5O_link_delete;
- H5O_link_oh;
- H5O_loc_copy;
- H5O_loc_free;
- H5O_loc_hold_file;
- H5O_loc_reset;
- H5O_msg_alloc;
- H5O_msg_append_oh;
- H5O_msg_append_real;
- H5O_msg_can_share;
- H5O_msg_can_share_in_ohdr;
- H5O_msg_class_g;
- H5O_msg_copy;
- H5O_msg_copy_file;
- H5O_msg_count;
- H5O_msg_count_real;
- H5O_msg_create;
- H5O_msg_decode;
- H5O_msg_delete;
- H5O_msg_encode;
- H5O_msg_exists;
- H5O_msg_exists_oh;
- H5O_msg_flush;
- H5O_msg_free;
- H5O_msg_free_mesg;
- H5O_msg_free_real;
- H5O_msg_get_chunkno;
- H5O_msg_get_crt_index;
- H5O_msg_is_shared;
- H5O_msg_iterate;
- H5O_msg_iterate_real;
- H5O_msg_lock;
- H5O_msg_raw_size;
- H5O_msg_read;
- H5O_msg_read_oh;
- H5O_msg_remove;
- H5O_msg_remove_op;
- H5O_msg_remove_real;
- H5O_msg_reset;
- H5O_msg_reset_share;
- H5O_msg_set_share;
- H5O_msg_size_f;
- H5O_msg_size_oh;
- H5O_msg_unlock;
- H5O_msg_write;
- H5O_msg_write_oh;
- H5O_msg_write_real;
- H5O_num_attrs_test;
- H5O_obj_create;
- H5O_obj_type;
- H5O_open;
- H5O_open_by_loc;
- H5O_open_name;
- H5O_pin;
- H5O_pline_set_latest_version;
- H5O_protect;
- H5O_release_mesg;
- H5O_set_shared;
- H5O_shared_copy_file;
- H5O_shared_debug;
- H5O_shared_decode;
- H5O_shared_delete;
- H5O_shared_encode;
- H5O_shared_link;
- H5O_shared_post_copy_file;
- H5O_shared_size;
- H5O_touch;
- H5O_touch_oh;
- H5O_unpin;
- H5O_unprotect;
- H5Oclose;
- H5Ocopy;
- H5Odecr_refcount;
- H5Oexists_by_name;
- H5Oget_comment;
- H5Oget_comment_by_name;
- H5Oget_info;
- H5Oget_info_by_idx;
- H5Oget_info_by_name;
- H5Oincr_refcount;
- H5Olink;
- H5Oopen;
- H5Oopen_by_addr;
- H5Oopen_by_idx;
- H5Oset_comment;
- H5Oset_comment_by_name;
- H5Ovisit;
- H5Ovisit_by_name;
- H5P_CLS_ACRT;
- H5P_CLS_ATTRIBUTE_CREATE_g;
- H5P_CLS_DACC;
- H5P_CLS_DATASET_ACCESS_g;
- H5P_CLS_DATASET_CREATE_g;
- H5P_CLS_DATASET_XFER_g;
- H5P_CLS_DATATYPE_ACCESS_g;
- H5P_CLS_DATATYPE_CREATE_g;
- H5P_CLS_DCRT;
- H5P_CLS_DXFR;
- H5P_CLS_FACC;
- H5P_CLS_FCRT;
- H5P_CLS_FILE_ACCESS_g;
- H5P_CLS_FILE_CREATE_g;
- H5P_CLS_FILE_MOUNT_g;
- H5P_CLS_FMNT;
- H5P_CLS_GACC;
- H5P_CLS_GCRT;
- H5P_CLS_GROUP_ACCESS_g;
- H5P_CLS_GROUP_CREATE_g;
- H5P_CLS_LACC;
- H5P_CLS_LCRT;
- H5P_CLS_LINK_ACCESS_g;
- H5P_CLS_LINK_CREATE_g;
- H5P_CLS_OBJECT_COPY_g;
- H5P_CLS_OBJECT_CREATE_g;
- H5P_CLS_OCPY;
- H5P_CLS_OCRT;
- H5P_CLS_ROOT;
- H5P_CLS_ROOT_g;
- H5P_CLS_STRCRT;
- H5P_CLS_STRING_CREATE_g;
- H5P_CLS_TACC;
- H5P_CLS_TCRT;
- H5P_LST_ATTRIBUTE_CREATE_g;
- H5P_LST_DATASET_ACCESS_g;
- H5P_LST_DATASET_CREATE_g;
- H5P_LST_DATASET_XFER_g;
- H5P_LST_DATATYPE_ACCESS_g;
- H5P_LST_DATATYPE_CREATE_g;
- H5P_LST_FILE_ACCESS_g;
- H5P_LST_FILE_CREATE_g;
- H5P_LST_FILE_MOUNT_g;
- H5P_LST_GROUP_ACCESS_g;
- H5P_LST_GROUP_CREATE_g;
- H5P_LST_LINK_ACCESS_g;
- H5P_LST_LINK_CREATE_g;
- H5P_LST_OBJECT_COPY_g;
- H5P_access_class;
- H5P_add_prop;
- H5P_close;
- H5P_close_class;
- H5P_cmp_class;
- H5P_cmp_plist;
- H5P_copy_pclass;
- H5P_copy_plist;
- H5P_copy_prop_pclass;
- H5P_copy_prop_plist;
- H5P_create_class;
- H5P_create_id;
- H5P_exist_pclass;
- H5P_exist_plist;
- H5P_facc_close;
- H5P_fill_value_cmp;
- H5P_fill_value_defined;
- H5P_get;
- H5P_get_class;
- H5P_get_class_name;
- H5P_get_class_parent;
- H5P_get_class_path;
- H5P_get_class_path_test;
- H5P_get_driver;
- H5P_get_driver_info;
- H5P_get_fill_value;
- H5P_get_filter;
- H5P_get_filter_by_id;
- H5P_get_nprops_pclass;
- H5P_get_nprops_plist;
- H5P_get_size_pclass;
- H5P_get_size_plist;
- H5P_init;
- H5P_insert;
- H5P_is_fill_value_defined;
- H5P_isa_class;
- H5P_iterate_pclass;
- H5P_iterate_plist;
- H5P_modify_filter;
- H5P_object_verify;
- H5P_open_class_path;
- H5P_open_class_path_test;
- H5P_peek_hid_t;
- H5P_peek_size_t;
- H5P_peek_unsigned;
- H5P_peek_voidp;
- H5P_register;
- H5P_register_real;
- H5P_remove;
- H5P_reset_external_file_test;
- H5P_set;
- H5P_set_driver;
- H5P_set_vlen_mem_manager;
- H5P_term_interface;
- H5P_unregister;
- H5Pall_filters_avail;
- H5Pclose;
- H5Pclose_class;
- H5Pcopy;
- H5Pcopy_prop;
- H5Pcreate;
- H5Pcreate_class;
- H5Pequal;
- H5Pexist;
- H5Pfill_value_defined;
- H5Pget;
- H5Pget_alignment;
- H5Pget_alloc_time;
- H5Pget_attr_creation_order;
- H5Pget_attr_phase_change;
- H5Pget_btree_ratios;
- H5Pget_buffer;
- H5Pget_cache;
- H5Pget_char_encoding;
- H5Pget_chunk;
- H5Pget_chunk_cache;
- H5Pget_class;
- H5Pget_class_name;
- H5Pget_class_parent;
- H5Pget_copy_object;
- H5Pget_create_intermediate_group;
- H5Pget_data_transform;
- H5Pget_driver;
- H5Pget_driver_info;
- H5Pget_dxpl_mpio;
- H5Pget_edc_check;
- H5Pget_elink_acc_flags;
- H5Pget_elink_cb;
- H5Pget_elink_fapl;
- H5Pget_elink_file_cache_size;
- H5Pget_elink_prefix;
- H5Pget_est_link_info;
- H5Pget_external;
- H5Pget_external_count;
- H5Pget_family_offset;
- H5Pget_fapl_core;
- H5Pget_fapl_family;
- H5Pget_fapl_mpio;
- H5Pget_fapl_multi;
- H5Pget_fclose_degree;
- H5Pget_fill_time;
- H5Pget_fill_value;
- H5Pget_filter1;
- H5Pget_filter2;
- H5Pget_filter_by_id1;
- H5Pget_filter_by_id2;
- H5Pget_gc_references;
- H5Pget_hyper_vector_size;
- H5Pget_istore_k;
- H5Pget_layout;
- H5Pget_libver_bounds;
- H5Pget_link_creation_order;
- H5Pget_link_phase_change;
- H5Pget_local_heap_size_hint;
- H5Pget_mdc_config;
- H5Pget_meta_block_size;
- H5Pget_multi_type;
- H5Pget_nfilters;
- H5Pget_nlinks;
- H5Pget_nprops;
- H5Pget_obj_track_times;
- H5Pget_preserve;
- H5Pget_shared_mesg_index;
- H5Pget_shared_mesg_nindexes;
- H5Pget_shared_mesg_phase_change;
- H5Pget_sieve_buf_size;
- H5Pget_size;
- H5Pget_sizes;
- H5Pget_small_data_block_size;
- H5Pget_sym_k;
- H5Pget_type_conv_cb;
- H5Pget_userblock;
- H5Pget_version;
- H5Pget_vlen_mem_manager;
- H5Pinsert1;
- H5Pinsert2;
- H5Pisa_class;
- H5Piterate;
- H5Pmodify_filter;
- H5Pregister1;
- H5Pregister2;
- H5Premove;
- H5Premove_filter;
- H5Pset;
- H5Pset_alignment;
- H5Pset_alloc_time;
- H5Pset_attr_creation_order;
- H5Pset_attr_phase_change;
- H5Pset_btree_ratios;
- H5Pset_buffer;
- H5Pset_cache;
- H5Pset_char_encoding;
- H5Pset_chunk;
- H5Pset_chunk_cache;
- H5Pset_copy_object;
- H5Pset_create_intermediate_group;
- H5Pset_data_transform;
- H5Pset_deflate;
- H5Pset_driver;
- H5Pset_dxpl_mpio;
- H5Pset_dxpl_mpio_chunk_opt;
- H5Pset_dxpl_mpio_chunk_opt_num;
- H5Pset_dxpl_mpio_chunk_opt_ratio;
- H5Pset_dxpl_mpio_collective_opt;
- H5Pset_edc_check;
- H5Pset_elink_acc_flags;
- H5Pset_elink_cb;
- H5Pset_elink_fapl;
- H5Pset_elink_file_cache_size;
- H5Pset_elink_prefix;
- H5Pset_est_link_info;
- H5Pset_external;
- H5Pset_family_offset;
- H5Pset_fapl_core;
- H5Pset_fapl_family;
- H5Pset_fapl_log;
- H5Pset_fapl_mpio;
- H5Pset_fapl_multi;
- H5Pset_fapl_sec2;
- H5Pset_fapl_split;
- H5Pset_fapl_stdio;
- H5Pset_fclose_degree;
- H5Pset_fill_time;
- H5Pset_fill_value;
- H5Pset_filter;
- H5Pset_filter_callback;
- H5Pset_fletcher32;
- H5Pset_gc_references;
- H5Pset_hyper_vector_size;
- H5Pset_istore_k;
- H5Pset_layout;
- H5Pset_libver_bounds;
- H5Pset_link_creation_order;
- H5Pset_link_phase_change;
- H5Pset_local_heap_size_hint;
- H5Pset_mdc_config;
- H5Pset_meta_block_size;
- H5Pset_multi_type;
- H5Pset_nbit;
- H5Pset_nlinks;
- H5Pset_obj_track_times;
- H5Pset_preserve;
- H5Pset_scaleoffset;
- H5Pset_shared_mesg_index;
- H5Pset_shared_mesg_nindexes;
- H5Pset_shared_mesg_phase_change;
- H5Pset_shuffle;
- H5Pset_sieve_buf_size;
- H5Pset_sizes;
- H5Pset_small_data_block_size;
- H5Pset_sym_k;
- H5Pset_szip;
- H5Pset_type_conv_cb;
- H5Pset_userblock;
- H5Pset_vlen_mem_manager;
- H5Punregister;
- H5RC_create;
- H5RC_decr;
- H5RS_cmp;
- H5RS_create;
- H5RS_decr;
- H5RS_dup;
- H5RS_dup_str;
- H5RS_get_count;
- H5RS_get_str;
- H5RS_incr;
- H5RS_len;
- H5RS_own;
- H5RS_wrap;
- H5R_get_obj_type;
- H5R_init;
- H5R_term_interface;
- H5Rcreate;
- H5Rdereference;
- H5Rget_name;
- H5Rget_obj_type1;
- H5Rget_obj_type2;
- H5Rget_region;
- H5SL_above;
- H5SL_add;
- H5SL_below;
- H5SL_close;
- H5SL_count;
- H5SL_create;
- H5SL_destroy;
- H5SL_find;
- H5SL_first;
- H5SL_free;
- H5SL_greater;
- H5SL_insert;
- H5SL_item;
- H5SL_iterate;
- H5SL_last;
- H5SL_less;
- H5SL_next;
- H5SL_prev;
- H5SL_release;
- H5SL_remove;
- H5SL_remove_first;
- H5SL_search;
- H5SL_term_interface;
- H5SM_INDEX;
- H5SM_bt2_convert_to_list_op;
- H5SM_can_share;
- H5SM_delete;
- H5SM_get_fheap_addr;
- H5SM_get_hash_fh_cb;
- H5SM_get_index;
- H5SM_get_info;
- H5SM_get_mesg_count_test;
- H5SM_get_refcount;
- H5SM_ih_size;
- H5SM_init;
- H5SM_list_debug;
- H5SM_list_free;
- H5SM_message_compare;
- H5SM_message_decode;
- H5SM_message_encode;
- H5SM_reconstitute;
- H5SM_table_debug;
- H5SM_table_free;
- H5SM_try_share;
- H5SM_type_shared;
- H5ST_close;
- H5ST_create;
- H5ST_delete;
- H5ST_find;
- H5ST_findfirst;
- H5ST_findnext;
- H5ST_insert;
- H5ST_locate;
- H5ST_remove;
- H5ST_search;
- H5S_append;
- H5S_close;
- H5S_copy;
- H5S_create;
- H5S_create_simple;
- H5S_debug;
- H5S_extend;
- H5S_extent_copy;
- H5S_extent_equal;
- H5S_extent_get_dims;
- H5S_extent_nelem;
- H5S_extent_release;
- H5S_get_npoints_max;
- H5S_get_rebuild_status_test;
- H5S_get_select_bounds;
- H5S_get_select_npoints;
- H5S_get_select_offset;
- H5S_get_select_type;
- H5S_get_simple_extent_dims;
- H5S_get_simple_extent_ndims;
- H5S_get_simple_extent_npoints;
- H5S_get_simple_extent_type;
- H5S_has_extent;
- H5S_hyper_add_span_element;
- H5S_hyper_adjust_s;
- H5S_hyper_convert;
- H5S_hyper_denormalize_offset;
- H5S_hyper_intersect_block;
- H5S_hyper_normalize_offset;
- H5S_hyper_reset_scratch;
- H5S_mpio_space_type;
- H5S_read;
- H5S_sel_all;
- H5S_sel_hyper;
- H5S_sel_none;
- H5S_sel_point;
- H5S_select_adjust_u;
- H5S_select_all;
- H5S_select_construct_projection;
- H5S_select_copy;
- H5S_select_deserialize;
- H5S_select_elements;
- H5S_select_fill;
- H5S_select_get_seq_list;
- H5S_select_hyperslab;
- H5S_select_is_contiguous;
- H5S_select_is_regular;
- H5S_select_is_single;
- H5S_select_iter_coords;
- H5S_select_iter_init;
- H5S_select_iter_nelmts;
- H5S_select_iter_next;
- H5S_select_iter_release;
- H5S_select_iterate;
- H5S_select_none;
- H5S_select_offset;
- H5S_select_project_scalar;
- H5S_select_project_simple;
- H5S_select_release;
- H5S_select_serial_size;
- H5S_select_serialize;
- H5S_select_shape_same;
- H5S_select_shape_same_test;
- H5S_select_valid;
- H5S_set_extent;
- H5S_set_extent_real;
- H5S_set_latest_version;
- H5S_term_interface;
- H5S_write;
- H5Sclose;
- H5Scopy;
- H5Screate;
- H5Screate_simple;
- H5Sdecode;
- H5Sencode;
- H5Sextent_copy;
- H5Sextent_equal;
- H5Sget_select_bounds;
- H5Sget_select_elem_npoints;
- H5Sget_select_elem_pointlist;
- H5Sget_select_hyper_blocklist;
- H5Sget_select_hyper_nblocks;
- H5Sget_select_npoints;
- H5Sget_select_type;
- H5Sget_simple_extent_dims;
- H5Sget_simple_extent_ndims;
- H5Sget_simple_extent_npoints;
- H5Sget_simple_extent_type;
- H5Sis_simple;
- H5Soffset_simple;
- H5Sselect_all;
- H5Sselect_elements;
- H5Sselect_hyperslab;
- H5Sselect_none;
- H5Sselect_valid;
- H5Sset_extent_none;
- H5Sset_extent_simple;
- H5TN_init_interface;
- H5T_C_S1_g;
- H5T_FORTRAN_S1_g;
- H5T_HDSETREGREF_COMP_ALIGN_g;
- H5T_HOBJREF_COMP_ALIGN_g;
- H5T_HVL_COMP_ALIGN_g;
- H5T_IEEE_F32BE_g;
- H5T_IEEE_F32LE_g;
- H5T_IEEE_F64BE_g;
- H5T_IEEE_F64LE_g;
- H5T_NATIVE_B16_g;
- H5T_NATIVE_B32_g;
- H5T_NATIVE_B64_g;
- H5T_NATIVE_B8_g;
- H5T_NATIVE_DOUBLE_ALIGN_g;
- H5T_NATIVE_DOUBLE_COMP_ALIGN_g;
- H5T_NATIVE_DOUBLE_NEG_INF_g;
- H5T_NATIVE_DOUBLE_POS_INF_g;
- H5T_NATIVE_DOUBLE_g;
- H5T_NATIVE_FLOAT_ALIGN_g;
- H5T_NATIVE_FLOAT_COMP_ALIGN_g;
- H5T_NATIVE_FLOAT_NEG_INF_g;
- H5T_NATIVE_FLOAT_POS_INF_g;
- H5T_NATIVE_FLOAT_g;
- H5T_NATIVE_HADDR_g;
- H5T_NATIVE_HBOOL_g;
- H5T_NATIVE_HERR_g;
- H5T_NATIVE_HSIZE_g;
- H5T_NATIVE_HSSIZE_g;
- H5T_NATIVE_INT16_ALIGN_g;
- H5T_NATIVE_INT16_g;
- H5T_NATIVE_INT32_ALIGN_g;
- H5T_NATIVE_INT32_g;
- H5T_NATIVE_INT64_ALIGN_g;
- H5T_NATIVE_INT64_g;
- H5T_NATIVE_INT8_ALIGN_g;
- H5T_NATIVE_INT8_g;
- H5T_NATIVE_INT_ALIGN_g;
- H5T_NATIVE_INT_COMP_ALIGN_g;
- H5T_NATIVE_INT_FAST16_ALIGN_g;
- H5T_NATIVE_INT_FAST16_g;
- H5T_NATIVE_INT_FAST32_ALIGN_g;
- H5T_NATIVE_INT_FAST32_g;
- H5T_NATIVE_INT_FAST64_ALIGN_g;
- H5T_NATIVE_INT_FAST64_g;
- H5T_NATIVE_INT_FAST8_ALIGN_g;
- H5T_NATIVE_INT_FAST8_g;
- H5T_NATIVE_INT_LEAST16_ALIGN_g;
- H5T_NATIVE_INT_LEAST16_g;
- H5T_NATIVE_INT_LEAST32_ALIGN_g;
- H5T_NATIVE_INT_LEAST32_g;
- H5T_NATIVE_INT_LEAST64_ALIGN_g;
- H5T_NATIVE_INT_LEAST64_g;
- H5T_NATIVE_INT_LEAST8_ALIGN_g;
- H5T_NATIVE_INT_LEAST8_g;
- H5T_NATIVE_INT_g;
- H5T_NATIVE_LDOUBLE_ALIGN_g;
- H5T_NATIVE_LDOUBLE_COMP_ALIGN_g;
- H5T_NATIVE_LDOUBLE_g;
- H5T_NATIVE_LLONG_ALIGN_g;
- H5T_NATIVE_LLONG_COMP_ALIGN_g;
- H5T_NATIVE_LLONG_g;
- H5T_NATIVE_LONG_ALIGN_g;
- H5T_NATIVE_LONG_COMP_ALIGN_g;
- H5T_NATIVE_LONG_g;
- H5T_NATIVE_OPAQUE_g;
- H5T_NATIVE_SCHAR_ALIGN_g;
- H5T_NATIVE_SCHAR_COMP_ALIGN_g;
- H5T_NATIVE_SCHAR_g;
- H5T_NATIVE_SHORT_ALIGN_g;
- H5T_NATIVE_SHORT_COMP_ALIGN_g;
- H5T_NATIVE_SHORT_g;
- H5T_NATIVE_UCHAR_ALIGN_g;
- H5T_NATIVE_UCHAR_COMP_ALIGN_g;
- H5T_NATIVE_UCHAR_g;
- H5T_NATIVE_UINT16_ALIGN_g;
- H5T_NATIVE_UINT16_g;
- H5T_NATIVE_UINT32_ALIGN_g;
- H5T_NATIVE_UINT32_g;
- H5T_NATIVE_UINT64_ALIGN_g;
- H5T_NATIVE_UINT64_g;
- H5T_NATIVE_UINT8_ALIGN_g;
- H5T_NATIVE_UINT8_g;
- H5T_NATIVE_UINT_ALIGN_g;
- H5T_NATIVE_UINT_COMP_ALIGN_g;
- H5T_NATIVE_UINT_FAST16_ALIGN_g;
- H5T_NATIVE_UINT_FAST16_g;
- H5T_NATIVE_UINT_FAST32_ALIGN_g;
- H5T_NATIVE_UINT_FAST32_g;
- H5T_NATIVE_UINT_FAST64_ALIGN_g;
- H5T_NATIVE_UINT_FAST64_g;
- H5T_NATIVE_UINT_FAST8_ALIGN_g;
- H5T_NATIVE_UINT_FAST8_g;
- H5T_NATIVE_UINT_LEAST16_ALIGN_g;
- H5T_NATIVE_UINT_LEAST16_g;
- H5T_NATIVE_UINT_LEAST32_ALIGN_g;
- H5T_NATIVE_UINT_LEAST32_g;
- H5T_NATIVE_UINT_LEAST64_ALIGN_g;
- H5T_NATIVE_UINT_LEAST64_g;
- H5T_NATIVE_UINT_LEAST8_ALIGN_g;
- H5T_NATIVE_UINT_LEAST8_g;
- H5T_NATIVE_UINT_g;
- H5T_NATIVE_ULLONG_ALIGN_g;
- H5T_NATIVE_ULLONG_COMP_ALIGN_g;
- H5T_NATIVE_ULLONG_g;
- H5T_NATIVE_ULONG_ALIGN_g;
- H5T_NATIVE_ULONG_COMP_ALIGN_g;
- H5T_NATIVE_ULONG_g;
- H5T_NATIVE_USHORT_ALIGN_g;
- H5T_NATIVE_USHORT_COMP_ALIGN_g;
- H5T_NATIVE_USHORT_g;
- H5T_POINTER_COMP_ALIGN_g;
- H5T_STD_B16BE_g;
- H5T_STD_B16LE_g;
- H5T_STD_B32BE_g;
- H5T_STD_B32LE_g;
- H5T_STD_B64BE_g;
- H5T_STD_B64LE_g;
- H5T_STD_B8BE_g;
- H5T_STD_B8LE_g;
- H5T_STD_I16BE_g;
- H5T_STD_I16LE_g;
- H5T_STD_I32BE_g;
- H5T_STD_I32LE_g;
- H5T_STD_I64BE_g;
- H5T_STD_I64LE_g;
- H5T_STD_I8BE_g;
- H5T_STD_I8LE_g;
- H5T_STD_REF_DSETREG_g;
- H5T_STD_REF_OBJ_g;
- H5T_STD_U16BE_g;
- H5T_STD_U16LE_g;
- H5T_STD_U32BE_g;
- H5T_STD_U32LE_g;
- H5T_STD_U64BE_g;
- H5T_STD_U64LE_g;
- H5T_STD_U8BE_g;
- H5T_STD_U8LE_g;
- H5T_UNIX_D32BE_g;
- H5T_UNIX_D32LE_g;
- H5T_UNIX_D64BE_g;
- H5T_UNIX_D64LE_g;
- H5T_VAX_F32_g;
- H5T_VAX_F64_g;
- H5T_close;
- H5T_cmp;
- H5T_committed;
- H5T_convert;
- H5T_copy;
- H5T_debug;
- H5T_detect_class;
- H5T_get_class;
- H5T_get_member_offset;
- H5T_get_member_type;
- H5T_get_nmembers;
- H5T_get_offset;
- H5T_get_order;
- H5T_get_precision;
- H5T_get_ref_type;
- H5T_get_sign;
- H5T_get_size;
- H5T_get_super;
- H5T_init;
- H5T_is_immutable;
- H5T_is_named;
- H5T_is_relocatable;
- H5T_is_sensible;
- H5T_is_variable_str;
- H5T_link;
- H5T_lock;
- H5T_nameof;
- H5T_native_order_g;
- H5T_oloc;
- H5T_open;
- H5T_path_bkg;
- H5T_path_compound_subset;
- H5T_path_find;
- H5T_path_noop;
- H5T_set_latest_version;
- H5T_set_loc;
- H5T_term_interface;
- H5T_update_shared;
- H5T_vlen_get_alloc_info;
- H5T_vlen_reclaim;
- H5T_vlen_reclaim_elmt;
- H5Tarray_create1;
- H5Tarray_create2;
- H5Tclose;
- H5Tcommit1;
- H5Tcommit2;
- H5Tcommit_anon;
- H5Tcommitted;
- H5Tcompiler_conv;
- H5Tconvert;
- H5Tcopy;
- H5Tcreate;
- H5Tdecode;
- H5Tdetect_class;
- H5Tencode;
- H5Tenum_create;
- H5Tenum_insert;
- H5Tenum_nameof;
- H5Tenum_valueof;
- H5Tequal;
- H5Tfind;
- H5Tget_array_dims1;
- H5Tget_array_dims2;
- H5Tget_array_ndims;
- H5Tget_class;
- H5Tget_create_plist;
- H5Tget_cset;
- H5Tget_ebias;
- H5Tget_fields;
- H5Tget_inpad;
- H5Tget_member_class;
- H5Tget_member_index;
- H5Tget_member_name;
- H5Tget_member_offset;
- H5Tget_member_type;
- H5Tget_member_value;
- H5Tget_native_type;
- H5Tget_nmembers;
- H5Tget_norm;
- H5Tget_offset;
- H5Tget_order;
- H5Tget_pad;
- H5Tget_precision;
- H5Tget_sign;
- H5Tget_size;
- H5Tget_strpad;
- H5Tget_super;
- H5Tget_tag;
- H5Tinsert;
- H5Tis_variable_str;
- H5Tlock;
- H5Topen1;
- H5Topen2;
- H5Tpack;
- H5Tregister;
- H5Tset_cset;
- H5Tset_ebias;
- H5Tset_fields;
- H5Tset_inpad;
- H5Tset_norm;
- H5Tset_offset;
- H5Tset_order;
- H5Tset_pad;
- H5Tset_precision;
- H5Tset_sign;
- H5Tset_size;
- H5Tset_strpad;
- H5Tset_tag;
- H5Tunregister;
- H5Tvlen_create;
- H5WB_actual;
- H5WB_actual_clear;
- H5WB_unwrap;
- H5WB_wrap;
- H5Z_DEFLATE;
- H5Z_FLETCHER32;
- H5Z_NBIT;
- H5Z_SCALEOFFSET;
- H5Z_SHUFFLE;
- H5Z_all_filters_avail;
- H5Z_append;
- H5Z_can_apply;
- H5Z_can_apply_direct;
- H5Z_delete;
- H5Z_filter_info;
- H5Z_find;
- H5Z_modify;
- H5Z_pipeline;
- H5Z_register;
- H5Z_set_local;
- H5Z_set_local_direct;
- H5Z_term_interface;
- H5Z_unregister;
- H5Z_xform_copy;
- H5Z_xform_create;
- H5Z_xform_destroy;
- H5Z_xform_eval;
- H5Z_xform_extract_xform_str;
- H5Z_xform_noop;
- H5Zfilter_avail;
- H5Zget_filter_info;
- H5Zregister;
- H5Zunregister;
- H5_H5A_shared_t_reg_free_list;
- H5_H5A_t_ptr_seq_free_list;
- H5_H5A_t_reg_free_list;
- H5_H5B2_internal_t_reg_free_list;
- H5_H5B2_leaf_t_reg_free_list;
- H5_H5B2_node_info_t_seq_free_list;
- H5_H5B_t_reg_free_list;
- H5_H5D_chunk_info_t_reg_free_list;
- H5_H5D_copy_file_ud_t_reg_free_list;
- H5_H5FD_free_t_reg_free_list;
- H5_H5FL_blk_node_t_reg_free_list;
- H5_H5FL_fac_gc_node_t_reg_free_list;
- H5_H5FL_fac_head_t_reg_free_list;
- H5_H5FS_bin_t_seq_free_list;
- H5_H5FS_node_t_reg_free_list;
- H5_H5FS_section_class_t_seq_free_list;
- H5_H5FS_sinfo_t_reg_free_list;
- H5_H5FS_t_reg_free_list;
- H5_H5F_file_t_reg_free_list;
- H5_H5F_super_t_reg_free_list;
- H5_H5F_t_reg_free_list;
- H5_H5G_copy_file_ud_t_reg_free_list;
- H5_H5G_entry_t_seq_free_list;
- H5_H5G_node_t_reg_free_list;
- H5_H5G_shared_t_reg_free_list;
- H5_H5G_t_reg_free_list;
- H5_H5HF_block_loc_t_reg_free_list;
- H5_H5HF_direct_t_reg_free_list;
- H5_H5HF_free_section_t_reg_free_list;
- H5_H5HF_indirect_ent_t_seq_free_list;
- H5_H5HF_indirect_filt_ent_t_seq_free_list;
- H5_H5HF_indirect_ptr_t_seq_free_list;
- H5_H5HF_indirect_t_reg_free_list;
- H5_H5HG_heap_t_reg_free_list;
- H5_H5HG_obj_t_seq_free_list;
- H5_H5HL_free_t_reg_free_list;
- H5_H5MF_free_section_t_reg_free_list;
- H5_H5MP_pool_t_reg_free_list;
- H5_H5O_addr_map_t_reg_free_list;
- H5_H5O_chunk_proxy_t_reg_free_list;
- H5_H5O_chunk_t_seq_free_list;
- H5_H5O_cont_t_reg_free_list;
- H5_H5O_cont_t_seq_free_list;
- H5_H5O_fill_t_reg_free_list;
- H5_H5O_layout_t_reg_free_list;
- H5_H5O_mesg_t_seq_free_list;
- H5_H5O_pline_t_reg_free_list;
- H5_H5O_t_reg_free_list;
- H5_H5O_unknown_t_reg_free_list;
- H5_H5SM_index_header_t_arr_free_list;
- H5_H5SM_list_t_reg_free_list;
- H5_H5SM_master_table_t_reg_free_list;
- H5_H5SM_sohm_t_arr_free_list;
- H5_H5S_extent_t_reg_free_list;
- H5_H5S_t_reg_free_list;
- H5_H5T_shared_t_reg_free_list;
- H5_H5T_t_reg_free_list;
- H5_H5_obj_t_reg_free_list;
- H5_attr_buf_blk_free_list;
- H5_bandwidth;
- H5_buffer_dump;
- H5_build_extpath;
- H5_checksum_crc;
- H5_checksum_fletcher32;
- H5_checksum_lookup3;
- H5_checksum_metadata;
- H5_chunk_image_blk_free_list;
- H5_debug_g;
- H5_direct_block_blk_free_list;
- H5_gheap_chunk_blk_free_list;
- H5_haddr_t_seq_free_list;
- H5_hash_string;
- H5_hsize_t_arr_free_list;
- H5_hsize_t_seq_free_list;
- H5_init_library;
- H5_lheap_chunk_blk_free_list;
- H5_lib_vers_info_g;
- H5_libinit_g;
- H5_native_block_blk_free_list;
- H5_now;
- H5_sieve_buf_blk_free_list;
- H5_size_t_seq_free_list;
- H5_str_buf_blk_free_list;
- H5_term_library;
- H5_time_t_reg_free_list;
- H5_timer_begin;
- H5_timer_end;
- H5_timer_reset;
- H5_trace;
- H5_type_conv_blk_free_list;
- H5_vlen_fl_buf_blk_free_list;
- H5_vlen_vl_buf_blk_free_list;
- H5check_version;
- H5close;
- H5dont_atexit;
- H5garbage_collect;
- H5get_libversion;
- H5libhdf5_settings;
- H5open;
- H5set_free_list_limits;
- HDfprintf;
- HDrand;
- HDsrand;
- HDstrtoll;
- epoch_marker_class;
- HD5f2cstring;
- HD5packFstring;
- h5aclose_c_;
- h5acreate_by_name_c_;
- h5acreate_c_;
- h5adelete_by_idx_c_;
- h5adelete_by_name_c_;
- h5adelete_c_;
- h5aexists_by_name_c_;
- h5aexists_c_;
- h5aget_create_plist_c_;
- h5aget_info_by_idx_c_;
- h5aget_info_by_name_c_;
- h5aget_info_c_;
- h5aget_name_by_idx_c_;
- h5aget_name_c_;
- h5aget_num_attrs_c_;
- h5aget_space_c_;
- h5aget_storage_size_c_;
- h5aget_type_c_;
- h5aopen_by_idx_c_;
- h5aopen_by_name_c_;
- h5aopen_c_;
- h5aopen_idx_c_;
- h5aopen_name_c_;
- h5aread_c_;
- h5aread_double_1_c_;
- h5aread_double_2_c_;
- h5aread_double_3_c_;
- h5aread_double_4_c_;
- h5aread_double_5_c_;
- h5aread_double_6_c_;
- h5aread_double_7_c_;
- h5aread_double_s_c_;
- h5aread_integer_1_c_;
- h5aread_integer_2_c_;
- h5aread_integer_3_c_;
- h5aread_integer_4_c_;
- h5aread_integer_5_c_;
- h5aread_integer_6_c_;
- h5aread_integer_7_c_;
- h5aread_integer_s_c_;
- h5aread_real_1_c_;
- h5aread_real_2_c_;
- h5aread_real_3_c_;
- h5aread_real_4_c_;
- h5aread_real_5_c_;
- h5aread_real_6_c_;
- h5aread_real_7_c_;
- h5aread_real_s_c_;
- h5areadc_1_c_;
- h5areadc_2_c_;
- h5areadc_3_c_;
- h5areadc_4_c_;
- h5areadc_5_c_;
- h5areadc_6_c_;
- h5areadc_7_c_;
- h5areadc_c_;
- h5areadc_s_c_;
- h5arename_by_name_c_;
- h5arename_c_;
- h5awrite_c_;
- h5awrite_double_1_c_;
- h5awrite_double_2_c_;
- h5awrite_double_3_c_;
- h5awrite_double_4_c_;
- h5awrite_double_5_c_;
- h5awrite_double_6_c_;
- h5awrite_double_7_c_;
- h5awrite_double_s_c_;
- h5awrite_integer_1_c_;
- h5awrite_integer_2_c_;
- h5awrite_integer_3_c_;
- h5awrite_integer_4_c_;
- h5awrite_integer_5_c_;
- h5awrite_integer_6_c_;
- h5awrite_integer_7_c_;
- h5awrite_integer_s_c_;
- h5awrite_real_1_c_;
- h5awrite_real_2_c_;
- h5awrite_real_3_c_;
- h5awrite_real_4_c_;
- h5awrite_real_5_c_;
- h5awrite_real_6_c_;
- h5awrite_real_7_c_;
- h5awrite_real_s_c_;
- h5awritec_1_c_;
- h5awritec_2_c_;
- h5awritec_3_c_;
- h5awritec_4_c_;
- h5awritec_5_c_;
- h5awritec_6_c_;
- h5awritec_7_c_;
- h5awritec_c_;
- h5awritec_s_c_;
- h5check_version_c_;
- h5close_c_;
- h5close_types_c_;
- h5d_flags_;
- h5dclose_c_;
- h5dcreate_anon_c_;
- h5dcreate_c_;
- h5dfill_c_;
- h5dfill_double_c_;
- h5dfill_integer_c_;
- h5dfill_real_c_;
- h5dfillc_c_;
- h5dget_access_plist_c_;
- h5dget_create_plist_c_;
- h5dget_space_c_;
- h5dget_space_status_c_;
- h5dget_storage_size_c_;
- h5dget_type_c_;
- h5dont_atexit_c_;
- h5dopen_c_;
- h5dread_c_;
- h5dread_double_1_c_;
- h5dread_double_2_c_;
- h5dread_double_3_c_;
- h5dread_double_4_c_;
- h5dread_double_5_c_;
- h5dread_double_6_c_;
- h5dread_double_7_c_;
- h5dread_double_s_c_;
- h5dread_integer_1_c_;
- h5dread_integer_2_c_;
- h5dread_integer_3_c_;
- h5dread_integer_4_c_;
- h5dread_integer_5_c_;
- h5dread_integer_6_c_;
- h5dread_integer_7_c_;
- h5dread_integer_s_c_;
- h5dread_real_1_c_;
- h5dread_real_2_c_;
- h5dread_real_3_c_;
- h5dread_real_4_c_;
- h5dread_real_5_c_;
- h5dread_real_6_c_;
- h5dread_real_7_c_;
- h5dread_real_s_c_;
- h5dread_ref_obj_c_;
- h5dread_ref_reg_c_;
- h5dread_vl_integer_c_;
- h5dread_vl_real_c_;
- h5dread_vl_string_c_;
- h5dreadc_1_c_;
- h5dreadc_2_c_;
- h5dreadc_3_c_;
- h5dreadc_4_c_;
- h5dreadc_5_c_;
- h5dreadc_6_c_;
- h5dreadc_7_c_;
- h5dreadc_c_;
- h5dreadc_s_c_;
- h5dset_extent_c_;
- h5dvlen_get_max_len_c_;
- h5dwrite_c_;
- h5dwrite_double_1_c_;
- h5dwrite_double_2_c_;
- h5dwrite_double_3_c_;
- h5dwrite_double_4_c_;
- h5dwrite_double_5_c_;
- h5dwrite_double_6_c_;
- h5dwrite_double_7_c_;
- h5dwrite_double_s_c_;
- h5dwrite_integer_1_c_;
- h5dwrite_integer_2_c_;
- h5dwrite_integer_3_c_;
- h5dwrite_integer_4_c_;
- h5dwrite_integer_5_c_;
- h5dwrite_integer_6_c_;
- h5dwrite_integer_7_c_;
- h5dwrite_integer_s_c_;
- h5dwrite_real_1_c_;
- h5dwrite_real_2_c_;
- h5dwrite_real_3_c_;
- h5dwrite_real_4_c_;
- h5dwrite_real_5_c_;
- h5dwrite_real_6_c_;
- h5dwrite_real_7_c_;
- h5dwrite_real_s_c_;
- h5dwrite_ref_obj_c_;
- h5dwrite_ref_reg_c_;
- h5dwrite_vl_integer_c_;
- h5dwrite_vl_real_c_;
- h5dwrite_vl_string_c_;
- h5dwritec_1_c_;
- h5dwritec_2_c_;
- h5dwritec_3_c_;
- h5dwritec_4_c_;
- h5dwritec_5_c_;
- h5dwritec_6_c_;
- h5dwritec_7_c_;
- h5dwritec_c_;
- h5dwritec_s_c_;
- h5eclear_c_;
- h5eget_major_c_;
- h5eget_minor_c_;
- h5eprint_c1_;
- h5eprint_c2_;
- h5eset_auto_c_;
- h5f_flags_;
- h5fclose_c_;
- h5fcreate_c_;
- h5fd_flags_;
- h5fd_hid_flags_;
- h5fflush_c_;
- h5fget_access_plist_c_;
- h5fget_create_plist_c_;
- h5fget_filesize_c_;
- h5fget_freespace_c_;
- h5fget_name_c_;
- h5fget_obj_count_c_;
- h5fget_obj_ids_c_;
- h5fis_hdf5_c_;
- h5fmount_c_;
- h5fopen_c_;
- h5freopen_c_;
- h5funmount_c_;
- h5g_flags_;
- h5garbage_collect_c_;
- h5gclose_c_;
- h5gcreate_anon_c_;
- h5gcreate_c_;
- h5generic_flags_;
- h5get_libversion_c_;
- h5gget_comment_c_;
- h5gget_create_plist_c_;
- h5gget_info_by_idx_c_;
- h5gget_info_by_name_c_;
- h5gget_info_c_;
- h5gget_linkval_c_;
- h5gget_obj_info_idx_c_;
- h5glink2_c_;
- h5glink_c_;
- h5gmove2_c_;
- h5gmove_c_;
- h5gn_members_c_;
- h5gopen_c_;
- h5gset_comment_c_;
- h5gunlink_c_;
- h5i_flags_;
- h5idec_ref_c_;
- h5iget_file_id_c_;
- h5iget_name_c_;
- h5iget_ref_c_;
- h5iget_type_c_;
- h5iinc_ref_c_;
- h5iis_valid_c_;
- h5init1_flags_c_;
- h5init_flags_c_;
- h5init_types_c_;
- h5l_flags_;
- h5lcopy_c_;
- h5lcreate_external_c_;
- h5lcreate_hard_c_;
- h5lcreate_soft_c_;
- h5ldelete_by_idx_c_;
- h5ldelete_c_;
- h5lexists_c_;
- h5lget_info_by_idx_c_;
- h5lget_info_c_;
- h5lget_name_by_idx_c_;
- h5lget_val_c_;
- h5lib_flags_;
- h5lis_registered_c_;
- h5lmove_c_;
- h5o_flags_;
- h5olink_c_;
- h5oopen_by_addr_c_;
- h5oopen_c_;
- h5open_c_;
- h5p_flags_;
- h5p_flags_int_;
- h5pall_filters_avail_c_;
- h5pclose_c_;
- h5pclose_class_c_;
- h5pcopy_c_;
- h5pcopy_prop_c_;
- h5pcreate_c_;
- h5pcreate_class_c_;
- h5pequal_c_;
- h5pexist_c_;
- h5pfill_value_defined_c_;
- h5pget_alignment_c_;
- h5pget_alloc_time_c_;
- h5pget_attr_creation_order_c_;
- h5pget_attr_phase_change_c_;
- h5pget_btree_ratios_c_;
- h5pget_buffer_c_;
- h5pget_c_;
- h5pget_cache_c_;
- h5pget_char_encoding_c_;
- h5pget_chunk_c_;
- h5pget_chunk_cache_c_;
- h5pget_class_c_;
- h5pget_class_name_c_;
- h5pget_class_parent_c_;
- h5pget_copy_object_c_;
- h5pget_create_inter_group_c_;
- h5pget_data_transform_c_;
- h5pget_double_c_;
- h5pget_driver_c_;
- h5pget_dxpl_mpio_c_;
- h5pget_edc_check_c_;
- h5pget_est_link_info_c_;
- h5pget_external_c_;
- h5pget_external_count_c_;
- h5pget_fapl_core_c_;
- h5pget_fapl_direct_c_;
- h5pget_fapl_family_c_;
- h5pget_fapl_mpio_c_;
- h5pget_fapl_multi_c_;
- h5pget_fclose_degree_c_;
- h5pget_fill_time_c_;
- h5pget_fill_value_c_;
- h5pget_fill_value_double_c_;
- h5pget_fill_value_integer_c_;
- h5pget_fill_value_real_c_;
- h5pget_fill_valuec_c_;
- h5pget_filter_by_id_c_;
- h5pget_filter_c_;
- h5pget_gc_references_c_;
- h5pget_hyper_vector_size_c_;
- h5pget_integer_c_;
- h5pget_istore_k_c_;
- h5pget_layout_c_;
- h5pget_link_creation_order_c_;
- h5pget_link_phase_change_c_;
- h5pget_local_heap_size_hint_c_;
- h5pget_meta_block_size_c_;
- h5pget_nfilters_c_;
- h5pget_nlinks_c_;
- h5pget_nprops_c_;
- h5pget_obj_track_times_c_;
- h5pget_preserve_c_;
- h5pget_real_c_;
- h5pget_sieve_buf_size_c_;
- h5pget_size_c_;
- h5pget_sizes_c_;
- h5pget_small_data_block_size_c_;
- h5pget_sym_k_c_;
- h5pget_userblock_c_;
- h5pget_version_c_;
- h5pgetc_c_;
- h5pinsert_c_;
- h5pinsert_double_c_;
- h5pinsert_integer_c_;
- h5pinsert_real_c_;
- h5pinsertc_c_;
- h5pisa_class_c_;
- h5pmodify_filter_c_;
- h5pregister_c_;
- h5pregister_double_c_;
- h5pregister_integer_c_;
- h5pregister_real_c_;
- h5pregisterc_c_;
- h5premove_c_;
- h5premove_filter_c_;
- h5pset_alignment_c_;
- h5pset_alloc_time_c_;
- h5pset_attr_creation_order_c_;
- h5pset_attr_phase_change_c_;
- h5pset_btree_ratios_c_;
- h5pset_buffer_c_;
- h5pset_c_;
- h5pset_cache_c_;
- h5pset_char_encoding_c_;
- h5pset_chunk_c_;
- h5pset_chunk_cache_c_;
- h5pset_copy_object_c_;
- h5pset_create_inter_group_c_;
- h5pset_data_transform_c_;
- h5pset_deflate_c_;
- h5pset_double_c_;
- h5pset_dxpl_mpio_c_;
- h5pset_edc_check_c_;
- h5pset_est_link_info_c_;
- h5pset_external_c_;
- h5pset_family_offset_c_;
- h5pset_fapl_core_c_;
- h5pset_fapl_direct_c_;
- h5pset_fapl_family_c_;
- h5pset_fapl_mpio_c_;
- h5pset_fapl_multi_c_;
- h5pset_fapl_multi_sc_;
- h5pset_fapl_sec2_c_;
- h5pset_fapl_split_c_;
- h5pset_fapl_stdio_c_;
- h5pset_fclose_degree_c_;
- h5pset_fill_time_c_;
- h5pset_fill_value_c_;
- h5pset_fill_value_double_c_;
- h5pset_fill_value_integer_c_;
- h5pset_fill_value_real_c_;
- h5pset_fill_valuec_c_;
- h5pset_filter_c_;
- h5pset_fletcher32_c_;
- h5pset_gc_references_c_;
- h5pset_hyper_vector_size_c_;
- h5pset_integer_c_;
- h5pset_istore_k_c_;
- h5pset_layout_c_;
- h5pset_libver_bounds_c_;
- h5pset_link_creation_order_c_;
- h5pset_link_phase_change_c_;
- h5pset_local_heap_size_hint_c_;
- h5pset_meta_block_size_c_;
- h5pset_nbit_c_;
- h5pset_nlinks_c_;
- h5pset_obj_track_times_c_;
- h5pset_preserve_c_;
- h5pset_real_c_;
- h5pset_scaleoffset_c_;
- h5pset_shared_mesg_index_c_;
- h5pset_shared_mesg_nindexes_c_;
- h5pset_shuffle_c_;
- h5pset_sieve_buf_size_c_;
- h5pset_sizes_c_;
- h5pset_small_data_block_size_c_;
- h5pset_sym_k_c_;
- h5pset_szip_c_;
- h5pset_userblock_c_;
- h5psetc_c_;
- h5punregister_c_;
- h5r_flags_;
- h5rcreate_object_c_;
- h5rcreate_region_c_;
- h5rdereference_object_c_;
- h5rdereference_region_c_;
- h5rget_name_object_c_;
- h5rget_name_region_c_;
- h5rget_object_type_obj_c_;
- h5rget_region_region_c_;
- h5s_flags_;
- h5sclose_c_;
- h5scopy_c_;
- h5screate_c_;
- h5screate_simple_c_;
- h5sdecode_c_;
- h5sencode_c_;
- h5sextent_copy_c_;
- h5sextent_equal_c_;
- h5sget_select_bounds_c_;
- h5sget_select_elem_npoints_c_;
- h5sget_select_elem_pointlist_c_;
- h5sget_select_hyper_blocklist_c_;
- h5sget_select_hyper_nblocks_c_;
- h5sget_select_npoints_c_;
- h5sget_select_type_c_;
- h5sget_simple_extent_dims_c_;
- h5sget_simple_extent_ndims_c_;
- h5sget_simple_extent_npoints_c_;
- h5sget_simple_extent_type_c_;
- h5sis_simple_c_;
- h5soffset_simple_c_;
- h5sselect_all_c_;
- h5sselect_elements_c_;
- h5sselect_hyperslab_c_;
- h5sselect_none_c_;
- h5sselect_valid_c_;
- h5sset_extent_none_c_;
- h5sset_extent_simple_c_;
- h5t_flags_;
- h5tarray_create_c_;
- h5tclose_c_;
- h5tcommit_anon_c_;
- h5tcommit_c_;
- h5tcommitted_c_;
- h5tcompiler_conv_c_;
- h5tcopy_c_;
- h5tcreate_c_;
- h5tdecode_c_;
- h5tencode_c_;
- h5tenum_create_c_;
- h5tenum_insert_c_;
- h5tenum_nameof_c_;
- h5tenum_valueof_c_;
- h5tequal_c_;
- h5tget_array_dims_c_;
- h5tget_array_ndims_c_;
- h5tget_class_c_;
- h5tget_create_plist_c_;
- h5tget_cset_c_;
- h5tget_ebias_c_;
- h5tget_fields_c_;
- h5tget_inpad_c_;
- h5tget_member_class_c_;
- h5tget_member_index_c_;
- h5tget_member_name_c_;
- h5tget_member_offset_c_;
- h5tget_member_type_c_;
- h5tget_member_value_c_;
- h5tget_native_type_c_;
- h5tget_nmembers_c_;
- h5tget_norm_c_;
- h5tget_offset_c_;
- h5tget_order_c_;
- h5tget_pad_c_;
- h5tget_precision_c_;
- h5tget_sign_c_;
- h5tget_size_c_;
- h5tget_strpad_c_;
- h5tget_super_c_;
- h5tget_tag_c_;
- h5tinsert_c_;
- h5tis_variable_str_c_;
- h5topen_c_;
- h5tpack_c_;
- h5tset_cset_c_;
- h5tset_ebias_c_;
- h5tset_fields_c_;
- h5tset_inpad_c_;
- h5tset_norm_c_;
- h5tset_offset_c_;
- h5tset_order_c_;
- h5tset_pad_c_;
- h5tset_precision_c_;
- h5tset_sign_c_;
- h5tset_size_c_;
- h5tset_strpad_c_;
- h5tset_tag_c_;
- h5tvlen_create_c_;
- h5z_flags_;
- h5zfilter_avail_c_;
- h5zget_filter_info_c_;
- h5zunregister_c_;
- integer_types_;
- predefined_types_;
- H5DS_get_REFLIST_type;
- H5DS_is_reserved;
- H5DSattach_scale;
- H5DSdetach_scale;
- H5DSget_label;
- H5DSget_num_scales;
- H5DSget_scale_name;
- H5DSis_attached;
- H5DSis_scale;
- H5DSiterate_scales;
- H5DSset_label;
- H5DSset_scale;
- H5IM_find_palette;
- H5IMget_image_info;
- H5IMget_npalettes;
- H5IMget_palette;
- H5IMget_palette_info;
- H5IMis_image;
- H5IMis_palette;
- H5IMlink_palette;
- H5IMmake_image_24bit;
- H5IMmake_image_8bit;
- H5IMmake_palette;
- H5IMread_image;
- H5IMunlink_palette;
+ H5L_register;
+ H5L_register_external;
H5LT_dtype_to_text;
- H5LT_find_attribute;
- H5LT_get_attribute_disk;
- H5LT_set_attribute_numerical;
- H5LT_set_attribute_string;
H5LTdtype_to_text;
+ H5L_term_interface;
+ H5LT_find_attribute;
H5LTfind_attribute;
H5LTfind_dataset;
+ h5ltfind_dataset_c_;
H5LTget_attribute;
H5LTget_attribute_char;
+ H5LT_get_attribute_disk;
H5LTget_attribute_double;
+ h5ltget_attribute_double_c_;
H5LTget_attribute_float;
+ h5ltget_attribute_float_c_;
H5LTget_attribute_info;
+ h5ltget_attribute_info_c_;
H5LTget_attribute_int;
+ h5ltget_attribute_int_c_;
H5LTget_attribute_long;
H5LTget_attribute_long_long;
H5LTget_attribute_ndims;
+ h5ltget_attribute_ndims_c_;
H5LTget_attribute_short;
H5LTget_attribute_string;
+ h5ltget_attribute_string_c_;
H5LTget_attribute_uchar;
H5LTget_attribute_uint;
H5LTget_attribute_ulong;
H5LTget_attribute_ushort;
H5LTget_dataset_info;
- H5LTget_dataset_ndims;
- H5LTmake_dataset;
- H5LTmake_dataset_char;
- H5LTmake_dataset_double;
- H5LTmake_dataset_float;
- H5LTmake_dataset_int;
- H5LTmake_dataset_long;
- H5LTmake_dataset_short;
- H5LTmake_dataset_string;
- H5LTread_dataset;
- H5LTread_dataset_char;
- H5LTread_dataset_double;
- H5LTread_dataset_float;
- H5LTread_dataset_int;
- H5LTread_dataset_long;
- H5LTread_dataset_short;
- H5LTread_dataset_string;
- H5LTset_attribute_char;
- H5LTset_attribute_double;
- H5LTset_attribute_float;
- H5LTset_attribute_int;
- H5LTset_attribute_long;
- H5LTset_attribute_long_long;
- H5LTset_attribute_short;
- H5LTset_attribute_string;
- H5LTset_attribute_uchar;
- H5LTset_attribute_uint;
- H5LTset_attribute_ulong;
- H5LTset_attribute_ushort;
- H5LTtext_to_dtype;
- H5LTyy_create_buffer;
- H5LTyy_delete_buffer;
- H5LTyy_flush_buffer;
- H5LTyy_init_buffer;
- H5LTyy_load_buffer_state;
- H5LTyy_scan_buffer;
- H5LTyy_scan_bytes;
- H5LTyy_scan_string;
- H5LTyy_switch_to_buffer;
- H5LTyychar;
- H5LTyycheck;
- H5LTyydebug;
- H5LTyydefred;
- H5LTyydgoto;
- H5LTyyerrflag;
- H5LTyyerror;
- H5LTyygindex;
- H5LTyyin;
- H5LTyylen;
- H5LTyyleng;
- H5LTyylex;
- H5LTyylhs;
- H5LTyylval;
- H5LTyynerrs;
- H5LTyyout;
- H5LTyyparse;
- H5LTyyrestart;
- H5LTyyrindex;
- H5LTyysindex;
- H5LTyyss;
- H5LTyysslim;
- H5LTyyssp;
- H5LTyystacksize;
- H5LTyytable;
- H5LTyytext;
- H5LTyyval;
- H5LTyyvs;
- H5LTyyvsp;
- H5LTyywrap;
- H5PTappend;
- H5PTclose;
- H5PTcreate_fl;
- H5PTcreate_index;
- H5PTget_index;
- H5PTget_next;
- H5PTget_num_packets;
- H5PTis_valid;
- H5PTopen;
- H5PTread_packets;
- H5PTset_index;
- H5TBAget_fill;
- H5TBAget_title;
- H5TB_common_append_records;
- H5TB_common_read_records;
- H5TBadd_records_from;
- H5TBappend_records;
- H5TBcombine_tables;
- H5TBdelete_field;
- H5TBdelete_record;
- H5TBget_field_info;
- H5TBget_table_info;
- H5TBinsert_field;
- H5TBinsert_record;
- H5TBmake_table;
- H5TBread_fields_index;
- H5TBread_fields_name;
- H5TBread_records;
- H5TBread_table;
- H5TBwrite_fields_index;
- H5TBwrite_fields_name;
- H5TBwrite_records;
- H5IM_get_palette;
- H5IMget_palettef;
- H5IMmake_image_24bitf;
- H5IMmake_image_8bitf;
- H5IMmake_palettef;
- H5IMread_imagef;
- h5d_flags_;
- h5f_flags_;
- h5fd_flags_;
- h5fd_hid_flags_;
- h5g_flags_;
- h5generic_flags_;
- h5i_flags_;
- h5imget_image_info_c_;
- h5imget_npalettes_c_;
- h5imget_palette_c_;
- h5imget_palette_info_c_;
- h5imis_image_c_;
- h5imis_palette_c_;
- h5imlink_palette_c_;
- h5immake_image_24bit_c_;
- h5immake_image_8bit_c_;
- h5immake_palette_c_;
- h5imread_image_c_;
- h5imunlink_palette_c_;
- h5l_flags_;
- h5lib_flags_;
- h5ltfind_dataset_c_;
- h5ltget_attribute_double_c_;
- h5ltget_attribute_float_c_;
- h5ltget_attribute_info_c_;
- h5ltget_attribute_int_c_;
- h5ltget_attribute_ndims_c_;
- h5ltget_attribute_string_c_;
h5ltget_dataset_info_c_;
+ H5LTget_dataset_ndims;
h5ltget_dataset_ndims_c_;
+ H5LTmake_dataset;
h5ltmake_dataset_c_;
+ H5LTmake_dataset_char;
h5ltmake_dataset_dl1_c_;
h5ltmake_dataset_dl2_c_;
h5ltmake_dataset_dl3_c_;
@@ -2773,6 +1636,7 @@ HDF5_MPI_1.8.7 {
h5ltmake_dataset_dl5_c_;
h5ltmake_dataset_dl6_c_;
h5ltmake_dataset_dl7_c_;
+ H5LTmake_dataset_double;
h5ltmake_dataset_fl1_c_;
h5ltmake_dataset_fl2_c_;
h5ltmake_dataset_fl3_c_;
@@ -2780,6 +1644,8 @@ HDF5_MPI_1.8.7 {
h5ltmake_dataset_fl5_c_;
h5ltmake_dataset_fl6_c_;
h5ltmake_dataset_fl7_c_;
+ H5LTmake_dataset_float;
+ H5LTmake_dataset_int;
h5ltmake_dataset_int1_c_;
h5ltmake_dataset_int2_c_;
h5ltmake_dataset_int3_c_;
@@ -2787,6 +1653,7 @@ HDF5_MPI_1.8.7 {
h5ltmake_dataset_int5_c_;
h5ltmake_dataset_int6_c_;
h5ltmake_dataset_int7_c_;
+ H5LTmake_dataset_long;
h5ltmake_dataset_ndl1_c_;
h5ltmake_dataset_ndl2_c_;
h5ltmake_dataset_ndl3_c_;
@@ -2808,8 +1675,111 @@ HDF5_MPI_1.8.7 {
h5ltmake_dataset_nint5_c_;
h5ltmake_dataset_nint6_c_;
h5ltmake_dataset_nint7_c_;
+ H5LTmake_dataset_short;
+ H5LTmake_dataset_string;
h5ltmake_dataset_string_c_;
+ __h5lt_MOD_h5ltfind_dataset_f;
+ __h5lt_MOD_h5ltget_attribute_double_f;
+ __h5lt_MOD_h5ltget_attribute_float_f;
+ __h5lt_MOD_h5ltget_attribute_info_f;
+ __h5lt_MOD_h5ltget_attribute_int_f;
+ __h5lt_MOD_h5ltget_attribute_ndims_f;
+ __h5lt_MOD_h5ltget_attribute_string_f;
+ __h5lt_MOD_h5ltget_dataset_info_f;
+ __h5lt_MOD_h5ltget_dataset_ndims_f;
+ __h5lt_MOD_h5ltmake_dataset_double_f_1;
+ __h5lt_MOD_h5ltmake_dataset_double_f_2;
+ __h5lt_MOD_h5ltmake_dataset_double_f_3;
+ __h5lt_MOD_h5ltmake_dataset_double_f_4;
+ __h5lt_MOD_h5ltmake_dataset_double_f_5;
+ __h5lt_MOD_h5ltmake_dataset_double_f_6;
+ __h5lt_MOD_h5ltmake_dataset_double_f_7;
+ __h5lt_MOD_h5ltmake_dataset_f_double1;
+ __h5lt_MOD_h5ltmake_dataset_f_double2;
+ __h5lt_MOD_h5ltmake_dataset_f_double3;
+ __h5lt_MOD_h5ltmake_dataset_f_double4;
+ __h5lt_MOD_h5ltmake_dataset_f_double5;
+ __h5lt_MOD_h5ltmake_dataset_f_double6;
+ __h5lt_MOD_h5ltmake_dataset_f_double7;
+ __h5lt_MOD_h5ltmake_dataset_f_float1;
+ __h5lt_MOD_h5ltmake_dataset_f_float2;
+ __h5lt_MOD_h5ltmake_dataset_f_float3;
+ __h5lt_MOD_h5ltmake_dataset_f_float4;
+ __h5lt_MOD_h5ltmake_dataset_f_float5;
+ __h5lt_MOD_h5ltmake_dataset_f_float6;
+ __h5lt_MOD_h5ltmake_dataset_f_float7;
+ __h5lt_MOD_h5ltmake_dataset_f_int1;
+ __h5lt_MOD_h5ltmake_dataset_f_int2;
+ __h5lt_MOD_h5ltmake_dataset_f_int3;
+ __h5lt_MOD_h5ltmake_dataset_f_int4;
+ __h5lt_MOD_h5ltmake_dataset_f_int5;
+ __h5lt_MOD_h5ltmake_dataset_f_int6;
+ __h5lt_MOD_h5ltmake_dataset_f_int7;
+ __h5lt_MOD_h5ltmake_dataset_float_f_1;
+ __h5lt_MOD_h5ltmake_dataset_float_f_2;
+ __h5lt_MOD_h5ltmake_dataset_float_f_3;
+ __h5lt_MOD_h5ltmake_dataset_float_f_4;
+ __h5lt_MOD_h5ltmake_dataset_float_f_5;
+ __h5lt_MOD_h5ltmake_dataset_float_f_6;
+ __h5lt_MOD_h5ltmake_dataset_float_f_7;
+ __h5lt_MOD_h5ltmake_dataset_int_f_1;
+ __h5lt_MOD_h5ltmake_dataset_int_f_2;
+ __h5lt_MOD_h5ltmake_dataset_int_f_3;
+ __h5lt_MOD_h5ltmake_dataset_int_f_4;
+ __h5lt_MOD_h5ltmake_dataset_int_f_5;
+ __h5lt_MOD_h5ltmake_dataset_int_f_6;
+ __h5lt_MOD_h5ltmake_dataset_int_f_7;
+ __h5lt_MOD_h5ltmake_dataset_string_f;
+ __h5lt_MOD_h5ltread_dataset_double_f_1;
+ __h5lt_MOD_h5ltread_dataset_double_f_2;
+ __h5lt_MOD_h5ltread_dataset_double_f_3;
+ __h5lt_MOD_h5ltread_dataset_double_f_4;
+ __h5lt_MOD_h5ltread_dataset_double_f_5;
+ __h5lt_MOD_h5ltread_dataset_double_f_6;
+ __h5lt_MOD_h5ltread_dataset_double_f_7;
+ __h5lt_MOD_h5ltread_dataset_f_double1;
+ __h5lt_MOD_h5ltread_dataset_f_double2;
+ __h5lt_MOD_h5ltread_dataset_f_double3;
+ __h5lt_MOD_h5ltread_dataset_f_double4;
+ __h5lt_MOD_h5ltread_dataset_f_double5;
+ __h5lt_MOD_h5ltread_dataset_f_double6;
+ __h5lt_MOD_h5ltread_dataset_f_double7;
+ __h5lt_MOD_h5ltread_dataset_f_float1;
+ __h5lt_MOD_h5ltread_dataset_f_float2;
+ __h5lt_MOD_h5ltread_dataset_f_float3;
+ __h5lt_MOD_h5ltread_dataset_f_float4;
+ __h5lt_MOD_h5ltread_dataset_f_float5;
+ __h5lt_MOD_h5ltread_dataset_f_float6;
+ __h5lt_MOD_h5ltread_dataset_f_float7;
+ __h5lt_MOD_h5ltread_dataset_f_int1;
+ __h5lt_MOD_h5ltread_dataset_f_int2;
+ __h5lt_MOD_h5ltread_dataset_f_int3;
+ __h5lt_MOD_h5ltread_dataset_f_int4;
+ __h5lt_MOD_h5ltread_dataset_f_int5;
+ __h5lt_MOD_h5ltread_dataset_f_int6;
+ __h5lt_MOD_h5ltread_dataset_f_int7;
+ __h5lt_MOD_h5ltread_dataset_float_f_1;
+ __h5lt_MOD_h5ltread_dataset_float_f_2;
+ __h5lt_MOD_h5ltread_dataset_float_f_3;
+ __h5lt_MOD_h5ltread_dataset_float_f_4;
+ __h5lt_MOD_h5ltread_dataset_float_f_5;
+ __h5lt_MOD_h5ltread_dataset_float_f_6;
+ __h5lt_MOD_h5ltread_dataset_float_f_7;
+ __h5lt_MOD_h5ltread_dataset_int_f_1;
+ __h5lt_MOD_h5ltread_dataset_int_f_2;
+ __h5lt_MOD_h5ltread_dataset_int_f_3;
+ __h5lt_MOD_h5ltread_dataset_int_f_4;
+ __h5lt_MOD_h5ltread_dataset_int_f_5;
+ __h5lt_MOD_h5ltread_dataset_int_f_6;
+ __h5lt_MOD_h5ltread_dataset_int_f_7;
+ __h5lt_MOD_h5ltread_dataset_string_f;
+ __h5lt_MOD_h5ltset_attribute_double_f;
+ __h5lt_MOD_h5ltset_attribute_float_f;
+ __h5lt_MOD_h5ltset_attribute_int_f;
+ __h5lt_MOD_h5ltset_attribute_string_f;
+ H5LTread_dataset;
h5ltread_dataset_c_;
+ H5LTread_dataset_char;
h5ltread_dataset_dl1_c_;
h5ltread_dataset_dl2_c_;
h5ltread_dataset_dl3_c_;
@@ -2817,6 +1787,7 @@ HDF5_MPI_1.8.7 {
h5ltread_dataset_dl5_c_;
h5ltread_dataset_dl6_c_;
h5ltread_dataset_dl7_c_;
+ H5LTread_dataset_double;
h5ltread_dataset_fl1_c_;
h5ltread_dataset_fl2_c_;
h5ltread_dataset_fl3_c_;
@@ -2824,229 +1795,590 @@ HDF5_MPI_1.8.7 {
h5ltread_dataset_fl5_c_;
h5ltread_dataset_fl6_c_;
h5ltread_dataset_fl7_c_;
- h5ltread_dataset_int1_c_;
- h5ltread_dataset_int2_c_;
- h5ltread_dataset_int3_c_;
- h5ltread_dataset_int4_c_;
- h5ltread_dataset_int5_c_;
- h5ltread_dataset_int6_c_;
- h5ltread_dataset_int7_c_;
- h5ltread_dataset_ndl1_c_;
- h5ltread_dataset_ndl2_c_;
- h5ltread_dataset_ndl3_c_;
- h5ltread_dataset_ndl4_c_;
- h5ltread_dataset_ndl5_c_;
- h5ltread_dataset_ndl6_c_;
- h5ltread_dataset_ndl7_c_;
- h5ltread_dataset_nfl1_c_;
- h5ltread_dataset_nfl2_c_;
- h5ltread_dataset_nfl3_c_;
- h5ltread_dataset_nfl4_c_;
- h5ltread_dataset_nfl5_c_;
- h5ltread_dataset_nfl6_c_;
- h5ltread_dataset_nfl7_c_;
- h5ltread_dataset_nint1_c_;
- h5ltread_dataset_nint2_c_;
- h5ltread_dataset_nint3_c_;
- h5ltread_dataset_nint4_c_;
- h5ltread_dataset_nint5_c_;
- h5ltread_dataset_nint6_c_;
- h5ltread_dataset_nint7_c_;
- h5ltread_dataset_string_c_;
- h5ltset_attribute_double_c_;
- h5ltset_attribute_float_c_;
- h5ltset_attribute_int_c_;
- h5ltset_attribute_string_c_;
- h5o_flags_;
- h5p_flags_;
- h5p_flags_int_;
- h5r_flags_;
- h5s_flags_;
- h5t_flags_;
- h5tbdelete_field_c_;
- h5tbget_field_info_c_;
- h5tbget_table_info_c_;
- h5tbinsert_field_c_;
- h5tbinsert_field_dl_c_;
- h5tbinsert_field_fl_c_;
- h5tbinsert_field_int_c_;
- h5tbinsert_field_st_c_;
- h5tbmake_table_c_;
- h5tbread_field_index_c_;
- h5tbread_field_index_dl_c_;
- h5tbread_field_index_fl_c_;
- h5tbread_field_index_int_c_;
- h5tbread_field_index_st_c_;
- h5tbread_field_name_c_;
- h5tbread_field_name_dl_c_;
- h5tbread_field_name_fl_c_;
- h5tbread_field_name_int_c_;
- h5tbread_field_name_st_c_;
- h5tbwrite_field_index_c_;
- h5tbwrite_field_index_dl_c_;
- h5tbwrite_field_index_fl_c_;
- h5tbwrite_field_index_int_c_;
- h5tbwrite_field_index_st_c_;
- h5tbwrite_field_name_c_;
- h5tbwrite_field_name_dl_c_;
- h5tbwrite_field_name_fl_c_;
- h5tbwrite_field_name_int_c_;
- h5tbwrite_field_name_st_c_;
- h5z_flags_;
- /* local: */
- integer_types_;
- predefined_types_;
- __h5_dble_interface_MOD_h5aread_double_1;
- __h5_dble_interface_MOD_h5aread_double_2;
- __h5_dble_interface_MOD_h5aread_double_3;
- __h5_dble_interface_MOD_h5aread_double_4;
- __h5_dble_interface_MOD_h5aread_double_5;
- __h5_dble_interface_MOD_h5aread_double_6;
- __h5_dble_interface_MOD_h5aread_double_7;
- __h5_dble_interface_MOD_h5aread_double_scalar;
- __h5_dble_interface_MOD_h5awrite_double_1;
- __h5_dble_interface_MOD_h5awrite_double_2;
- __h5_dble_interface_MOD_h5awrite_double_3;
- __h5_dble_interface_MOD_h5awrite_double_4;
- __h5_dble_interface_MOD_h5awrite_double_5;
- __h5_dble_interface_MOD_h5awrite_double_6;
- __h5_dble_interface_MOD_h5awrite_double_7;
- __h5_dble_interface_MOD_h5awrite_double_scalar;
- __h5_dble_interface_MOD_h5dfill_double;
- __h5_dble_interface_MOD_h5dread_double_1;
- __h5_dble_interface_MOD_h5dread_double_2;
- __h5_dble_interface_MOD_h5dread_double_3;
- __h5_dble_interface_MOD_h5dread_double_4;
- __h5_dble_interface_MOD_h5dread_double_5;
- __h5_dble_interface_MOD_h5dread_double_6;
- __h5_dble_interface_MOD_h5dread_double_7;
- __h5_dble_interface_MOD_h5dread_double_scalar;
- __h5_dble_interface_MOD_h5dwrite_double_1;
- __h5_dble_interface_MOD_h5dwrite_double_2;
- __h5_dble_interface_MOD_h5dwrite_double_3;
- __h5_dble_interface_MOD_h5dwrite_double_4;
- __h5_dble_interface_MOD_h5dwrite_double_5;
- __h5_dble_interface_MOD_h5dwrite_double_6;
- __h5_dble_interface_MOD_h5dwrite_double_7;
- __h5_dble_interface_MOD_h5dwrite_double_scalar;
- __h5_dble_interface_MOD_h5pget_double;
- __h5_dble_interface_MOD_h5pget_fill_value_double;
- __h5_dble_interface_MOD_h5pinsert_double;
- __h5_dble_interface_MOD_h5pregister_double;
- __h5_dble_interface_MOD_h5pset_double;
- __h5_dble_interface_MOD_h5pset_fill_value_double;
- __h5a_MOD_h5aclose_f;
- __h5a_MOD_h5acreate_by_name_f;
- __h5a_MOD_h5acreate_f;
- __h5a_MOD_h5adelete_by_idx_f;
- __h5a_MOD_h5adelete_by_name_f;
- __h5a_MOD_h5adelete_f;
- __h5a_MOD_h5aexists_by_name_f;
- __h5a_MOD_h5aexists_f;
- __h5a_MOD_h5aget_create_plist_f;
- __h5a_MOD_h5aget_info_by_idx_f;
- __h5a_MOD_h5aget_info_by_name_f;
- __h5a_MOD_h5aget_info_f;
- __h5a_MOD_h5aget_name_by_idx_f;
- __h5a_MOD_h5aget_name_f;
- __h5a_MOD_h5aget_num_attrs_f;
- __h5a_MOD_h5aget_space_f;
- __h5a_MOD_h5aget_storage_size_f;
- __h5a_MOD_h5aget_type_f;
- __h5a_MOD_h5aopen_by_idx_f;
- __h5a_MOD_h5aopen_by_name_f;
- __h5a_MOD_h5aopen_f;
- __h5a_MOD_h5aopen_idx_f;
- __h5a_MOD_h5aopen_name_f;
- __h5a_MOD_h5arename_by_name_f;
- __h5a_MOD_h5arename_f;
- __h5d_MOD_h5dclose_f;
- __h5d_MOD_h5dcreate_anon_f;
- __h5d_MOD_h5dcreate_f;
- __h5d_MOD_h5dget_access_plist_f;
- __h5d_MOD_h5dget_create_plist_f;
- __h5d_MOD_h5dget_space_f;
- __h5d_MOD_h5dget_space_status_f;
- __h5d_MOD_h5dget_storage_size_f;
- __h5d_MOD_h5dget_type_f;
- __h5d_MOD_h5dopen_f;
- __h5d_MOD_h5dread_vl_integer;
- __h5d_MOD_h5dread_vl_real;
- __h5d_MOD_h5dread_vl_string;
- __h5d_MOD_h5dset_extent_f;
- __h5d_MOD_h5dvlen_get_max_len_f;
- __h5d_MOD_h5dwrite_vl_integer;
- __h5d_MOD_h5dwrite_vl_real;
- __h5d_MOD_h5dwrite_vl_string;
- __h5e_MOD_h5eclear_f;
- __h5e_MOD_h5eget_major_f;
- __h5e_MOD_h5eget_minor_f;
- __h5e_MOD_h5eprint_f;
- __h5f_MOD_h5fclose_f;
- __h5f_MOD_h5fcreate_f;
- __h5f_MOD_h5fflush_f;
- __h5f_MOD_h5fget_access_plist_f;
- __h5f_MOD_h5fget_create_plist_f;
- __h5f_MOD_h5fget_filesize_f;
- __h5f_MOD_h5fget_freespace_f;
- __h5f_MOD_h5fget_name_f;
- __h5f_MOD_h5fget_obj_count_f;
- __h5f_MOD_h5fget_obj_ids_f;
- __h5f_MOD_h5fis_hdf5_f;
- __h5f_MOD_h5fmount_f;
- __h5f_MOD_h5fopen_f;
- __h5f_MOD_h5freopen_f;
- __h5f_MOD_h5funmount_f;
- __h5fdmpio_MOD_h5pget_dxpl_mpio_f;
- __h5fdmpio_MOD_h5pget_fapl_mpio_f;
- __h5fdmpio_MOD_h5pset_dxpl_mpio_f;
- __h5fdmpio_MOD_h5pset_fapl_mpio_f;
- __h5g_MOD_h5gclose_f;
- __h5g_MOD_h5gcreate_anon_f;
- __h5g_MOD_h5gcreate_f;
- __h5g_MOD_h5gget_comment_f;
- __h5g_MOD_h5gget_create_plist_f;
- __h5g_MOD_h5gget_info_by_idx_f;
- __h5g_MOD_h5gget_info_by_name_f;
- __h5g_MOD_h5gget_info_f;
- __h5g_MOD_h5gget_linkval_f;
- __h5g_MOD_h5gget_obj_info_idx_f;
- __h5g_MOD_h5glink2_f;
- __h5g_MOD_h5glink_f;
- __h5g_MOD_h5gmove2_f;
- __h5g_MOD_h5gmove_f;
- __h5g_MOD_h5gn_members_f;
- __h5g_MOD_h5gopen_f;
- __h5g_MOD_h5gset_comment_f;
- __h5g_MOD_h5gunlink_f;
- __h5i_MOD_h5idec_ref_f;
- __h5i_MOD_h5iget_file_id_f;
- __h5i_MOD_h5iget_name_f;
- __h5i_MOD_h5iget_ref_f;
- __h5i_MOD_h5iget_type_f;
- __h5i_MOD_h5iinc_ref_f;
- __h5i_MOD_h5iis_valid_f;
- __h5l_MOD_h5lcopy_f;
- __h5l_MOD_h5lcreate_external_f;
- __h5l_MOD_h5lcreate_hard_f;
- __h5l_MOD_h5lcreate_soft_f;
- __h5l_MOD_h5ldelete_by_idx_f;
- __h5l_MOD_h5ldelete_f;
- __h5l_MOD_h5lexists_f;
- __h5l_MOD_h5lget_info_by_idx_f;
- __h5l_MOD_h5lget_info_f;
- __h5l_MOD_h5lget_name_by_idx_f;
- __h5l_MOD_h5lis_registered_f;
- __h5l_MOD_h5lmove_f;
- __h5lib_MOD_h5check_version_f;
- __h5lib_MOD_h5close_f;
- __h5lib_MOD_h5dont_atexit_f;
- __h5lib_MOD_h5garbage_collect_f;
- __h5lib_MOD_h5get_libversion_f;
- __h5lib_MOD_h5open_f;
+ H5LTread_dataset_float;
+ H5LTread_dataset_int;
+ h5ltread_dataset_int1_c_;
+ h5ltread_dataset_int2_c_;
+ h5ltread_dataset_int3_c_;
+ h5ltread_dataset_int4_c_;
+ h5ltread_dataset_int5_c_;
+ h5ltread_dataset_int6_c_;
+ h5ltread_dataset_int7_c_;
+ H5LTread_dataset_long;
+ h5ltread_dataset_ndl1_c_;
+ h5ltread_dataset_ndl2_c_;
+ h5ltread_dataset_ndl3_c_;
+ h5ltread_dataset_ndl4_c_;
+ h5ltread_dataset_ndl5_c_;
+ h5ltread_dataset_ndl6_c_;
+ h5ltread_dataset_ndl7_c_;
+ h5ltread_dataset_nfl1_c_;
+ h5ltread_dataset_nfl2_c_;
+ h5ltread_dataset_nfl3_c_;
+ h5ltread_dataset_nfl4_c_;
+ h5ltread_dataset_nfl5_c_;
+ h5ltread_dataset_nfl6_c_;
+ h5ltread_dataset_nfl7_c_;
+ h5ltread_dataset_nint1_c_;
+ h5ltread_dataset_nint2_c_;
+ h5ltread_dataset_nint3_c_;
+ h5ltread_dataset_nint4_c_;
+ h5ltread_dataset_nint5_c_;
+ h5ltread_dataset_nint6_c_;
+ h5ltread_dataset_nint7_c_;
+ H5LTread_dataset_short;
+ H5LTread_dataset_string;
+ h5ltread_dataset_string_c_;
+ H5LTset_attribute_char;
+ H5LTset_attribute_double;
+ h5ltset_attribute_double_c_;
+ H5LTset_attribute_float;
+ h5ltset_attribute_float_c_;
+ H5LTset_attribute_int;
+ h5ltset_attribute_int_c_;
+ H5LTset_attribute_long;
+ H5LTset_attribute_long_long;
+ H5LT_set_attribute_numerical;
+ H5LTset_attribute_short;
+ H5LT_set_attribute_string;
+ H5LTset_attribute_string;
+ h5ltset_attribute_string_c_;
+ H5LTset_attribute_uchar;
+ H5LTset_attribute_uint;
+ H5LTset_attribute_ulong;
+ H5LTset_attribute_ushort;
+ H5LTtext_to_dtype;
+ H5LTyyalloc;
+ H5LTyychar;
+ H5LTyy_create_buffer;
+ H5LTyy_delete_buffer;
+ H5LTyyerror;
+ H5LTyy_flex_debug;
+ H5LTyy_flush_buffer;
+ H5LTyyfree;
+ H5LTyyget_debug;
+ H5LTyyget_in;
+ H5LTyyget_leng;
+ H5LTyyget_lineno;
+ H5LTyyget_out;
+ H5LTyyget_text;
+ H5LTyyin;
+ H5LTyyleng;
+ H5LTyylex;
+ H5LTyylex_destroy;
+ H5LTyylineno;
+ H5LTyylval;
+ H5LTyynerrs;
+ H5LTyyout;
+ H5LTyyparse;
+ H5LTyypop_buffer_state;
+ H5LTyypush_buffer_state;
+ H5LTyyrealloc;
+ H5LTyyrestart;
+ H5LTyy_scan_buffer;
+ H5LTyy_scan_bytes;
+ H5LTyy_scan_string;
+ H5LTyyset_debug;
+ H5LTyyset_in;
+ H5LTyyset_lineno;
+ H5LTyyset_out;
+ H5LTyy_switch_to_buffer;
+ H5LTyytext;
+ H5LTyywrap;
+ H5Lunpack_elink_val;
+ H5Lunregister;
+ H5L_unregister;
+ H5Lvisit;
+ H5Lvisit_by_name;
+ H5MF_aggr_absorb;
+ H5MF_aggr_alloc;
+ H5MF_aggr_can_absorb;
+ H5MF_aggr_query;
+ H5MF_aggr_try_extend;
+ H5MF_aggr_vfd_alloc;
+ H5MF_alloc;
+ H5MF_alloc_open;
+ H5MF_alloc_start;
+ H5MF_alloc_tmp;
+ H5MF_close;
+ H5MF_free_aggrs;
+ H5MF_FSPACE_SECT_CLS_SIMPLE;
+ H5MF_get_freespace;
+ H5MF_init_merge_flags;
+ H5MF_sect_simple_can_shrink;
+ H5MF_sect_simple_free;
+ H5MF_sect_simple_new;
+ H5MF_sect_simple_shrink;
+ H5MF_try_extend;
+ H5MF_try_shrink;
+ H5MF_xfree;
+ H5MM_realloc;
+ H5MM_strdup;
+ H5MM_xfree;
+ H5MM_xstrdup;
+ H5MP_close;
+ H5MP_create;
+ H5MP_free;
+ H5MP_get_page_free_size;
+ H5MP_get_page_next_page;
+ H5MP_get_pool_first_page;
+ H5MP_get_pool_free_size;
+ H5MP_malloc;
+ H5MP_pool_is_free_size_correct;
+ H5_native_block_blk_free_list;
+ H5_now;
+ H5O_alloc;
+ H5O_alloc_msgs;
+ H5O_attr_bh_info;
+ H5O_attr_count;
+ H5O_attr_count_real;
+ H5O_attr_create;
+ H5O_attr_delete;
+ H5O_attr_dense_info_test;
+ H5O_attr_exists;
+ H5O_attr_iterate;
+ H5O_attr_link;
+ H5O_attr_open_by_idx;
+ H5O_attr_open_by_name;
+ H5O_attr_remove;
+ H5O_attr_remove_by_idx;
+ H5O_attr_rename;
+ H5O_attr_reset;
+ H5O_attr_update_shared;
+ H5O_attr_write;
+ H5O_check_msg_marked_test;
+ H5O_chunk_add;
+ H5O_chunk_delete;
+ H5O_chunk_protect;
+ H5O_chunk_resize;
+ H5O_chunk_unprotect;
+ H5O_chunk_update_idx;
+ H5Oclose;
+ H5O_close;
+ H5O_condense_header;
+ H5Ocopy;
+ H5O_copy_expand_ref;
+ H5O_copy_header_map;
+ H5O_create;
+ H5O_debug;
+ H5O_debug_id;
+ H5O_debug_real;
+ H5O_dec_rc;
+ H5O_dec_rc_by_loc;
+ H5Odecr_refcount;
+ H5O_delete;
+ H5O_delete_mesg;
+ H5O_efl_total_size;
+ H5Oexists_by_name;
+ H5O_expunge_chunks_test;
+ H5O_fill_convert;
+ H5O_fill_reset_dyn;
+ H5O_fill_set_latest_version;
+ h5o_flags_;
+ H5O_flush_msgs;
+ H5O_free;
+ H5Oget_comment;
+ H5Oget_comment_by_name;
+ H5O_get_create_plist;
+ H5O_get_hdr_info;
+ H5O_get_info;
+ H5Oget_info;
+ H5Oget_info_by_idx;
+ H5Oget_info_by_name;
+ H5O_get_loc;
+ H5O_get_nlinks;
+ H5O_get_oh_addr;
+ H5O_get_rc;
+ H5O_get_rc_and_type;
+ H5O_inc_rc;
+ H5Oincr_refcount;
+ H5O_is_attr_dense_test;
+ H5O_is_attr_empty_test;
+ H5Olink;
+ H5O_link;
+ h5olink_c_;
+ H5O_link_delete;
+ H5O_link_oh;
+ H5O_loc_copy;
+ H5O_loc_free;
+ H5O_loc_hold_file;
+ H5O_loc_reset;
__h5o_MOD_h5olink_f;
__h5o_MOD_h5oopen_by_addr_f;
__h5o_MOD_h5oopen_f;
+ H5O_MSG_AINFO;
+ H5O_msg_alloc;
+ H5O_msg_append_oh;
+ H5O_msg_append_real;
+ H5O_MSG_ATTR;
+ H5O_MSG_BTREEK;
+ H5O_msg_can_share;
+ H5O_msg_can_share_in_ohdr;
+ H5O_msg_class_g;
+ H5O_MSG_CONT;
+ H5O_msg_copy;
+ H5O_msg_copy_file;
+ H5O_msg_count;
+ H5O_msg_count_real;
+ H5O_msg_create;
+ H5O_msg_decode;
+ H5O_msg_delete;
+ H5O_MSG_DRVINFO;
+ H5O_MSG_DTYPE;
+ H5O_MSG_EFL;
+ H5O_msg_encode;
+ H5O_msg_exists;
+ H5O_msg_exists_oh;
+ H5O_MSG_FILL;
+ H5O_MSG_FILL_NEW;
+ H5O_msg_flush;
+ H5O_msg_free;
+ H5O_msg_free_mesg;
+ H5O_msg_free_real;
+ H5O_msg_get_chunkno;
+ H5O_msg_get_crt_index;
+ H5O_MSG_GINFO;
+ H5O_msg_is_shared;
+ H5O_msg_iterate;
+ H5O_msg_iterate_real;
+ H5O_MSG_LAYOUT;
+ H5O_MSG_LINFO;
+ H5O_MSG_LINK;
+ H5O_msg_lock;
+ H5O_MSG_MTIME;
+ H5O_MSG_MTIME_NEW;
+ H5O_MSG_NAME;
+ H5O_MSG_NULL;
+ H5O_MSG_PLINE;
+ H5O_msg_raw_size;
+ H5O_msg_read;
+ H5O_msg_read_oh;
+ H5O_MSG_REFCOUNT;
+ H5O_msg_remove;
+ H5O_msg_remove_op;
+ H5O_msg_remove_real;
+ H5O_msg_reset;
+ H5O_msg_reset_share;
+ H5O_MSG_SDSPACE;
+ H5O_msg_set_share;
+ H5O_MSG_SHMESG;
+ H5O_msg_size_f;
+ H5O_msg_size_oh;
+ H5O_MSG_STAB;
+ H5O_MSG_UNKNOWN;
+ H5O_msg_unlock;
+ H5O_msg_write;
+ H5O_msg_write_oh;
+ H5O_msg_write_real;
+ H5O_num_attrs_test;
+ H5O_obj_create;
+ H5O_OBJ_DATASET;
+ H5O_OBJ_DATATYPE;
+ H5O_OBJ_GROUP;
+ H5O_obj_type;
+ H5Oopen;
+ H5O_open;
+ H5Oopen_by_addr;
+ h5oopen_by_addr_c_;
+ H5Oopen_by_idx;
+ H5O_open_by_loc;
+ h5oopen_c_;
+ H5O_open_name;
+ H5open;
+ h5open_c_;
+ H5O_pin;
+ H5O_pline_set_latest_version;
+ H5O_protect;
+ __h5o_provisional_MOD_h5oget_info_by_idx_f;
+ __h5o_provisional_MOD_h5oget_info_by_name_f;
+ __h5o_provisional_MOD_h5oget_info_f;
+ __h5o_provisional_MOD_h5ovisit_by_name_f;
+ __h5o_provisional_MOD_h5ovisit_f;
+ H5O_release_mesg;
+ H5Oset_comment;
+ H5Oset_comment_by_name;
+ H5O_set_shared;
+ H5O_shared_copy_file;
+ H5O_shared_debug;
+ H5O_shared_decode;
+ H5O_shared_delete;
+ H5O_shared_encode;
+ H5O_shared_link;
+ H5O_shared_post_copy_file;
+ H5O_shared_size;
+ H5O_touch;
+ H5O_touch_oh;
+ H5O_unpin;
+ H5O_unprotect;
+ H5Ovisit;
+ H5Ovisit_by_name;
+ H5P_access_class;
+ H5P_add_prop;
+ H5Pall_filters_avail;
+ h5pall_filters_avail_c_;
+ H5P_class_isa;
+ H5Pclose;
+ H5P_close;
+ h5pclose_c_;
+ H5P_close_class;
+ H5Pclose_class;
+ h5pclose_class_c_;
+ H5P_CLS_ACRT;
+ H5P_CLS_ATTRIBUTE_CREATE_g;
+ H5P_CLS_ATTRIBUTE_CREATE_ID_g;
+ H5P_CLS_DACC;
+ H5P_CLS_DATASET_ACCESS_g;
+ H5P_CLS_DATASET_ACCESS_ID_g;
+ H5P_CLS_DATASET_CREATE_g;
+ H5P_CLS_DATASET_CREATE_ID_g;
+ H5P_CLS_DATASET_XFER_g;
+ H5P_CLS_DATASET_XFER_ID_g;
+ H5P_CLS_DATATYPE_ACCESS_g;
+ H5P_CLS_DATATYPE_ACCESS_ID_g;
+ H5P_CLS_DATATYPE_CREATE_g;
+ H5P_CLS_DATATYPE_CREATE_ID_g;
+ H5P_CLS_DCRT;
+ H5P_CLS_DXFR;
+ H5P_CLS_FACC;
+ H5P_CLS_FCRT;
+ H5P_CLS_FILE_ACCESS_g;
+ H5P_CLS_FILE_ACCESS_ID_g;
+ H5P_CLS_FILE_CREATE_g;
+ H5P_CLS_FILE_CREATE_ID_g;
+ H5P_CLS_FILE_MOUNT_g;
+ H5P_CLS_FILE_MOUNT_ID_g;
+ H5P_CLS_FMNT;
+ H5P_CLS_GACC;
+ H5P_CLS_GCRT;
+ H5P_CLS_GROUP_ACCESS_g;
+ H5P_CLS_GROUP_ACCESS_ID_g;
+ H5P_CLS_GROUP_CREATE_g;
+ H5P_CLS_GROUP_CREATE_ID_g;
+ H5P_CLS_LACC;
+ H5P_CLS_LCRT;
+ H5P_CLS_LINK_ACCESS_g;
+ H5P_CLS_LINK_ACCESS_ID_g;
+ H5P_CLS_LINK_CREATE_g;
+ H5P_CLS_LINK_CREATE_ID_g;
+ H5P_CLS_OBJECT_COPY_g;
+ H5P_CLS_OBJECT_COPY_ID_g;
+ H5P_CLS_OBJECT_CREATE_g;
+ H5P_CLS_OBJECT_CREATE_ID_g;
+ H5P_CLS_OCPY;
+ H5P_CLS_OCRT;
+ H5P_CLS_ROOT;
+ H5P_CLS_ROOT_g;
+ H5P_CLS_ROOT_ID_g;
+ H5P_CLS_STRCRT;
+ H5P_CLS_STRING_CREATE_g;
+ H5P_CLS_STRING_CREATE_ID_g;
+ H5P_CLS_TACC;
+ H5P_CLS_TCRT;
+ H5P_cmp_class;
+ H5P_cmp_plist;
+ H5Pcopy;
+ h5pcopy_c_;
+ H5P_copy_pclass;
+ H5P_copy_plist;
+ H5Pcopy_prop;
+ h5pcopy_prop_c_;
+ H5P_copy_prop_pclass;
+ H5P_copy_prop_plist;
+ H5Pcreate;
+ h5pcreate_c_;
+ H5P_create_class;
+ H5Pcreate_class;
+ h5pcreate_class_c_;
+ H5P_create_id;
+ H5Pequal;
+ h5pequal_c_;
+ H5Pexist;
+ h5pexist_c_;
+ H5P_exist_pclass;
+ H5P_exist_plist;
+ H5P_facc_close;
+ H5P_fill_value_cmp;
+ H5P_fill_value_defined;
+ H5Pfill_value_defined;
+ h5pfill_value_defined_c_;
+ h5p_flags_;
+ h5p_flags_int_;
+ H5Pget;
+ H5P_get;
+ H5Pget_alignment;
+ h5pget_alignment_c_;
+ H5Pget_alloc_time;
+ h5pget_alloc_time_c_;
+ H5Pget_attr_creation_order;
+ h5pget_attr_creation_order_c_;
+ H5Pget_attr_phase_change;
+ h5pget_attr_phase_change_c_;
+ H5Pget_btree_ratios;
+ h5pget_btree_ratios_c_;
+ H5Pget_buffer;
+ h5pget_buffer_c_;
+ h5pget_c_;
+ H5Pget_cache;
+ h5pget_cache_c_;
+ h5pgetc_c_;
+ H5Pget_char_encoding;
+ h5pget_char_encoding_c_;
+ H5Pget_chunk;
+ h5pget_chunk_c_;
+ H5Pget_chunk_cache;
+ h5pget_chunk_cache_c_;
+ H5P_get_class;
+ H5Pget_class;
+ h5pget_class_c_;
+ H5P_get_class_name;
+ H5Pget_class_name;
+ h5pget_class_name_c_;
+ H5P_get_class_parent;
+ H5Pget_class_parent;
+ h5pget_class_parent_c_;
+ H5P_get_class_path;
+ H5P_get_class_path_test;
+ H5Pget_copy_object;
+ h5pget_copy_object_c_;
+ h5pget_create_inter_group_c_;
+ H5Pget_create_intermediate_group;
+ H5Pget_data_transform;
+ h5pget_data_transform_c_;
+ h5pget_double_c_;
+ H5P_get_driver;
+ H5Pget_driver;
+ h5pget_driver_c_;
+ H5P_get_driver_info;
+ H5Pget_driver_info;
+ H5Pget_dxpl_mpio;
+ h5pget_dxpl_mpio_c_;
+ H5Pget_edc_check;
+ h5pget_edc_check_c_;
+ H5Pget_elink_acc_flags;
+ H5Pget_elink_cb;
+ H5Pget_elink_fapl;
+ H5Pget_elink_file_cache_size;
+ H5Pget_elink_prefix;
+ H5Pget_est_link_info;
+ h5pget_est_link_info_c_;
+ H5Pget_external;
+ h5pget_external_c_;
+ H5Pget_external_count;
+ h5pget_external_count_c_;
+ H5Pget_family_offset;
+ H5Pget_fapl_core;
+ h5pget_fapl_core_c_;
+ h5pget_fapl_direct_c_;
+ H5Pget_fapl_family;
+ h5pget_fapl_family_c_;
+ H5Pget_fapl_mpio;
+ h5pget_fapl_mpio_c_;
+ H5Pget_fapl_multi;
+ h5pget_fapl_multi_c_;
+ H5Pget_fclose_degree;
+ h5pget_fclose_degree_c_;
+ H5Pget_fill_time;
+ h5pget_fill_time_c_;
+ H5P_get_fill_value;
+ H5Pget_fill_value;
+ h5pget_fill_value_c_;
+ h5pget_fill_valuec_c_;
+ h5pget_fill_value_double_c_;
+ h5pget_fill_value_integer_c_;
+ h5pget_fill_value_real_c_;
+ H5P_get_filter;
+ H5Pget_filter1;
+ H5Pget_filter2;
+ H5P_get_filter_by_id;
+ H5Pget_filter_by_id1;
+ H5Pget_filter_by_id2;
+ h5pget_filter_by_id_c_;
+ h5pget_filter_c_;
+ H5Pget_gc_references;
+ h5pget_gc_references_c_;
+ H5Pget_hyper_vector_size;
+ h5pget_hyper_vector_size_c_;
+ h5pget_integer_c_;
+ H5Pget_istore_k;
+ h5pget_istore_k_c_;
+ H5Pget_layout;
+ h5pget_layout_c_;
+ H5Pget_libver_bounds;
+ H5Pget_link_creation_order;
+ h5pget_link_creation_order_c_;
+ H5Pget_link_phase_change;
+ h5pget_link_phase_change_c_;
+ H5Pget_local_heap_size_hint;
+ h5pget_local_heap_size_hint_c_;
+ H5Pget_mdc_config;
+ H5Pget_meta_block_size;
+ h5pget_meta_block_size_c_;
+ H5Pget_multi_type;
+ H5Pget_nfilters;
+ h5pget_nfilters_c_;
+ H5Pget_nlinks;
+ h5pget_nlinks_c_;
+ H5Pget_nprops;
+ h5pget_nprops_c_;
+ H5P_get_nprops_pclass;
+ H5P_get_nprops_plist;
+ H5Pget_obj_track_times;
+ h5pget_obj_track_times_c_;
+ H5P_get_plist_id;
+ H5Pget_preserve;
+ h5pget_preserve_c_;
+ h5pget_real_c_;
+ H5Pget_shared_mesg_index;
+ H5Pget_shared_mesg_nindexes;
+ H5Pget_shared_mesg_phase_change;
+ H5Pget_sieve_buf_size;
+ h5pget_sieve_buf_size_c_;
+ H5Pget_size;
+ h5pget_size_c_;
+ H5P_get_size_pclass;
+ H5P_get_size_plist;
+ H5Pget_sizes;
+ h5pget_sizes_c_;
+ H5Pget_small_data_block_size;
+ h5pget_small_data_block_size_c_;
+ H5Pget_sym_k;
+ h5pget_sym_k_c_;
+ H5Pget_type_conv_cb;
+ H5Pget_userblock;
+ h5pget_userblock_c_;
+ H5Pget_version;
+ h5pget_version_c_;
+ H5Pget_vlen_mem_manager;
+ H5P_init;
+ H5P_insert;
+ H5Pinsert1;
+ H5Pinsert2;
+ h5pinsert_c_;
+ h5pinsertc_c_;
+ h5pinsert_double_c_;
+ h5pinsert_integer_c_;
+ h5pinsert_real_c_;
+ H5P_isa_class;
+ H5Pisa_class;
+ h5pisa_class_c_;
+ H5P_is_fill_value_defined;
+ H5Piterate;
+ H5P_iterate_pclass;
+ H5P_iterate_plist;
+ H5P_LST_ATTRIBUTE_CREATE_ID_g;
+ H5P_LST_DATASET_ACCESS_ID_g;
+ H5P_LST_DATASET_CREATE_ID_g;
+ H5P_LST_DATASET_XFER_ID_g;
+ H5P_LST_DATATYPE_ACCESS_ID_g;
+ H5P_LST_DATATYPE_CREATE_ID_g;
+ H5P_LST_FILE_ACCESS_ID_g;
+ H5P_LST_FILE_CREATE_ID_g;
+ H5P_LST_FILE_MOUNT_ID_g;
+ H5P_LST_GROUP_ACCESS_ID_g;
+ H5P_LST_GROUP_CREATE_ID_g;
+ H5P_LST_LINK_ACCESS_ID_g;
+ H5P_LST_LINK_CREATE_ID_g;
+ H5P_LST_OBJECT_COPY_ID_g;
__h5p_MOD_h5pall_filters_avail_f;
__h5p_MOD_h5pclose_class_f;
__h5p_MOD_h5pclose_f;
@@ -3163,7 +2495,345 @@ HDF5_MPI_1.8.7 {
__h5p_MOD_h5pset_szip_f;
__h5p_MOD_h5pset_userblock_f;
__h5p_MOD_h5punregister_f;
+ H5P_modify_filter;
+ H5Pmodify_filter;
+ h5pmodify_filter_c_;
+ H5P_object_verify;
+ H5P_open_class_path;
+ H5P_open_class_path_test;
+ H5P_peek_hid_t;
+ H5P_peek_size_t;
+ H5P_peek_unsigned;
+ H5P_peek_voidp;
+ __h5p_provisional_MOD_h5pget_file_image_f;
+ __h5p_provisional_MOD_h5pget_fill_value_ptr;
+ __h5p_provisional_MOD_h5pget_ptr;
+ __h5p_provisional_MOD_h5pinsert_ptr;
+ __h5p_provisional_MOD_h5pregister_ptr;
+ __h5p_provisional_MOD_h5pset_file_image_f;
+ __h5p_provisional_MOD_h5pset_fill_value_ptr;
+ __h5p_provisional_MOD_h5pset_ptr;
+ H5P_register;
+ H5Pregister1;
+ H5Pregister2;
+ h5pregister_c_;
+ h5pregisterc_c_;
+ h5pregister_double_c_;
+ h5pregister_integer_c_;
+ H5P_register_real;
+ h5pregister_real_c_;
+ H5Premove;
+ H5P_remove;
+ h5premove_c_;
+ H5Premove_filter;
+ h5premove_filter_c_;
+ H5P_reset_external_file_test;
+ H5Pset;
+ H5P_set;
+ H5Pset_alignment;
+ h5pset_alignment_c_;
+ H5Pset_alloc_time;
+ h5pset_alloc_time_c_;
+ H5Pset_attr_creation_order;
+ h5pset_attr_creation_order_c_;
+ H5Pset_attr_phase_change;
+ h5pset_attr_phase_change_c_;
+ H5Pset_btree_ratios;
+ h5pset_btree_ratios_c_;
+ H5Pset_buffer;
+ h5pset_buffer_c_;
+ h5pset_c_;
+ H5Pset_cache;
+ h5pset_cache_c_;
+ h5psetc_c_;
+ H5Pset_char_encoding;
+ h5pset_char_encoding_c_;
+ H5Pset_chunk;
+ h5pset_chunk_c_;
+ H5Pset_chunk_cache;
+ h5pset_chunk_cache_c_;
+ H5Pset_copy_object;
+ h5pset_copy_object_c_;
+ h5pset_create_inter_group_c_;
+ H5Pset_create_intermediate_group;
+ H5Pset_data_transform;
+ h5pset_data_transform_c_;
+ H5Pset_deflate;
+ h5pset_deflate_c_;
+ h5pset_double_c_;
+ H5P_set_driver;
+ H5Pset_driver;
+ H5Pset_dxpl_mpio;
+ h5pset_dxpl_mpio_c_;
+ H5Pset_dxpl_mpio_chunk_opt;
+ H5Pset_dxpl_mpio_chunk_opt_num;
+ H5Pset_dxpl_mpio_chunk_opt_ratio;
+ H5Pset_dxpl_mpio_collective_opt;
+ H5Pset_edc_check;
+ h5pset_edc_check_c_;
+ H5Pset_elink_acc_flags;
+ H5Pset_elink_cb;
+ H5Pset_elink_fapl;
+ H5Pset_elink_file_cache_size;
+ H5Pset_elink_prefix;
+ H5Pset_est_link_info;
+ h5pset_est_link_info_c_;
+ H5Pset_external;
+ h5pset_external_c_;
+ H5Pset_family_offset;
+ h5pset_family_offset_c_;
+ H5Pset_fapl_core;
+ h5pset_fapl_core_c_;
+ h5pset_fapl_direct_c_;
+ H5Pset_fapl_family;
+ h5pset_fapl_family_c_;
+ H5Pset_fapl_log;
+ H5Pset_fapl_mpio;
+ h5pset_fapl_mpio_c_;
+ H5Pset_fapl_multi;
+ h5pset_fapl_multi_c_;
+ h5pset_fapl_multi_sc_;
+ H5Pset_fapl_sec2;
+ h5pset_fapl_sec2_c_;
+ H5Pset_fapl_split;
+ h5pset_fapl_split_c_;
+ H5Pset_fapl_stdio;
+ h5pset_fapl_stdio_c_;
+ H5Pset_fclose_degree;
+ h5pset_fclose_degree_c_;
+ H5Pset_fill_time;
+ h5pset_fill_time_c_;
+ H5Pset_fill_value;
+ h5pset_fill_value_c_;
+ h5pset_fill_valuec_c_;
+ h5pset_fill_value_double_c_;
+ h5pset_fill_value_integer_c_;
+ h5pset_fill_value_real_c_;
+ H5Pset_filter;
+ h5pset_filter_c_;
+ H5Pset_filter_callback;
+ H5Pset_fletcher32;
+ h5pset_fletcher32_c_;
+ H5Pset_gc_references;
+ h5pset_gc_references_c_;
+ H5Pset_hyper_vector_size;
+ h5pset_hyper_vector_size_c_;
+ h5pset_integer_c_;
+ H5Pset_istore_k;
+ h5pset_istore_k_c_;
+ H5Pset_layout;
+ h5pset_layout_c_;
+ H5Pset_libver_bounds;
+ h5pset_libver_bounds_c_;
+ H5Pset_link_creation_order;
+ h5pset_link_creation_order_c_;
+ H5Pset_link_phase_change;
+ h5pset_link_phase_change_c_;
+ H5Pset_local_heap_size_hint;
+ h5pset_local_heap_size_hint_c_;
+ H5Pset_mdc_config;
+ H5Pset_meta_block_size;
+ h5pset_meta_block_size_c_;
+ H5Pset_multi_type;
+ H5Pset_nbit;
+ h5pset_nbit_c_;
+ H5Pset_nlinks;
+ h5pset_nlinks_c_;
+ H5Pset_obj_track_times;
+ h5pset_obj_track_times_c_;
+ H5Pset_preserve;
+ h5pset_preserve_c_;
+ h5pset_real_c_;
+ H5Pset_scaleoffset;
+ h5pset_scaleoffset_c_;
+ H5Pset_shared_mesg_index;
+ h5pset_shared_mesg_index_c_;
+ H5Pset_shared_mesg_nindexes;
+ h5pset_shared_mesg_nindexes_c_;
+ H5Pset_shared_mesg_phase_change;
+ H5Pset_shuffle;
+ h5pset_shuffle_c_;
+ H5Pset_sieve_buf_size;
+ h5pset_sieve_buf_size_c_;
+ H5Pset_sizes;
+ h5pset_sizes_c_;
+ H5Pset_small_data_block_size;
+ h5pset_small_data_block_size_c_;
+ H5Pset_sym_k;
+ h5pset_sym_k_c_;
+ H5Pset_szip;
+ h5pset_szip_c_;
+ H5Pset_type_conv_cb;
+ H5Pset_userblock;
+ h5pset_userblock_c_;
+ H5P_set_vlen_mem_manager;
+ H5Pset_vlen_mem_manager;
+ H5PTappend;
+ H5PTclose;
+ H5PTcreate_fl;
+ H5PTcreate_index;
+ H5P_term_interface;
+ H5PTget_index;
+ H5PTget_next;
+ H5PTget_num_packets;
+ H5PTis_valid;
+ H5PTopen;
+ H5PTread_packets;
+ H5PTset_index;
+ H5Punregister;
+ H5P_unregister;
+ h5punregister_c_;
+ H5RC_create;
+ H5RC_decr;
+ H5Rcreate;
+ h5rcreate_object_c_;
+ h5rcreate_region_c_;
+ H5Rdereference;
+ h5rdereference_object_c_;
+ h5rdereference_region_c_;
+ h5r_flags_;
+ H5Rget_name;
+ h5rget_name_object_c_;
+ h5rget_name_region_c_;
+ h5rget_object_type_obj_c_;
+ H5R_get_obj_type;
+ H5Rget_obj_type1;
+ H5Rget_obj_type2;
+ H5Rget_region;
+ h5rget_region_region_c_;
+ H5R_init;
__h5r_MOD_h5rget_object_type_obj_f;
+ __h5r_provisional_MOD_h5rcreate_ptr_f;
+ __h5r_provisional_MOD_h5rdereference_ptr_f;
+ __h5r_provisional_MOD_h5rget_name_ptr_f;
+ __h5r_provisional_MOD_h5rget_obj_type_f;
+ __h5r_provisional_MOD_h5rget_region_ptr_f;
+ H5RS_cmp;
+ H5RS_create;
+ H5RS_decr;
+ H5RS_dup;
+ H5RS_dup_str;
+ H5RS_get_count;
+ H5RS_get_str;
+ H5RS_incr;
+ H5RS_len;
+ H5RS_own;
+ H5RS_wrap;
+ H5R_term_interface;
+ H5S_append;
+ H5Sclose;
+ H5S_close;
+ h5sclose_c_;
+ H5Scopy;
+ H5S_copy;
+ h5scopy_c_;
+ H5Screate;
+ H5S_create;
+ h5screate_c_;
+ H5S_create_simple;
+ H5Screate_simple;
+ h5screate_simple_c_;
+ H5S_debug;
+ H5Sdecode;
+ h5sdecode_c_;
+ H5Sencode;
+ h5sencode_c_;
+ H5set_free_list_limits;
+ H5S_extend;
+ H5S_extent_copy;
+ H5Sextent_copy;
+ h5sextent_copy_c_;
+ H5S_extent_equal;
+ H5Sextent_equal;
+ h5sextent_equal_c_;
+ H5S_extent_get_dims;
+ H5S_extent_nelem;
+ H5S_extent_release;
+ h5s_flags_;
+ H5S_get_npoints_max;
+ H5S_get_rebuild_status_test;
+ H5S_get_select_bounds;
+ H5Sget_select_bounds;
+ h5sget_select_bounds_c_;
+ H5Sget_select_elem_npoints;
+ h5sget_select_elem_npoints_c_;
+ H5Sget_select_elem_pointlist;
+ h5sget_select_elem_pointlist_c_;
+ H5Sget_select_hyper_blocklist;
+ h5sget_select_hyper_blocklist_c_;
+ H5Sget_select_hyper_nblocks;
+ h5sget_select_hyper_nblocks_c_;
+ H5S_get_select_npoints;
+ H5Sget_select_npoints;
+ h5sget_select_npoints_c_;
+ H5S_get_select_offset;
+ H5S_get_select_type;
+ H5Sget_select_type;
+ h5sget_select_type_c_;
+ H5S_get_simple_extent_dims;
+ H5Sget_simple_extent_dims;
+ h5sget_simple_extent_dims_c_;
+ H5S_get_simple_extent_ndims;
+ H5Sget_simple_extent_ndims;
+ h5sget_simple_extent_ndims_c_;
+ H5S_get_simple_extent_npoints;
+ H5Sget_simple_extent_npoints;
+ h5sget_simple_extent_npoints_c_;
+ H5S_get_simple_extent_type;
+ H5Sget_simple_extent_type;
+ h5sget_simple_extent_type_c_;
+ H5S_has_extent;
+ H5S_hyper_add_span_element;
+ H5S_hyper_adjust_s;
+ H5S_hyper_convert;
+ H5S_hyper_denormalize_offset;
+ H5S_hyper_intersect_block;
+ H5S_hyper_normalize_offset;
+ H5S_hyper_reset_scratch;
+ H5_sieve_buf_blk_free_list;
+ H5Sis_simple;
+ h5sis_simple_c_;
+ H5_size_t_seq_free_list;
+ H5SL_above;
+ H5SL_add;
+ H5SL_below;
+ H5SL_close;
+ H5SL_count;
+ H5SL_create;
+ H5SL_destroy;
+ H5SL_find;
+ H5SL_first;
+ H5SL_free;
+ H5SL_greater;
+ H5SL_insert;
+ H5SL_item;
+ H5SL_iterate;
+ H5SL_last;
+ H5SL_less;
+ H5SL_next;
+ H5SL_prev;
+ H5SL_release;
+ H5SL_remove;
+ H5SL_remove_first;
+ H5SL_search;
+ H5SL_term_interface;
+ H5SM_bt2_convert_to_list_op;
+ H5SM_can_share;
+ H5SM_delete;
+ H5SM_get_fheap_addr;
+ H5SM_get_hash_fh_cb;
+ H5SM_get_index;
+ H5SM_get_info;
+ H5SM_get_mesg_count_test;
+ H5SM_get_refcount;
+ H5SM_ih_size;
+ H5SM_INDEX;
+ H5SM_init;
+ H5SM_list_debug;
+ H5SM_list_free;
+ H5SM_message_compare;
+ H5SM_message_decode;
+ H5SM_message_encode;
__h5s_MOD_h5sclose_f;
__h5s_MOD_h5scopy_f;
__h5s_MOD_h5screate_f;
@@ -3191,180 +2861,104 @@ HDF5_MPI_1.8.7 {
__h5s_MOD_h5sselect_none_f;
__h5s_MOD_h5sselect_valid_f;
__h5s_MOD_h5sset_extent_none_f;
- __h5s_MOD_h5sset_extent_simple_f;
- __h5t_MOD_h5tarray_create_f;
- __h5t_MOD_h5tclose_f;
- __h5t_MOD_h5tcommit_anon_f;
- __h5t_MOD_h5tcommit_f;
- __h5t_MOD_h5tcommitted_f;
- __h5t_MOD_h5tcompiler_conv_f;
- __h5t_MOD_h5tcopy_f;
- __h5t_MOD_h5tcreate_f;
- __h5t_MOD_h5tdecode_f;
- __h5t_MOD_h5tencode_f;
- __h5t_MOD_h5tenum_create_f;
- __h5t_MOD_h5tenum_insert_f;
- __h5t_MOD_h5tenum_nameof_f;
- __h5t_MOD_h5tenum_valueof_f;
- __h5t_MOD_h5tequal_f;
- __h5t_MOD_h5tget_array_dims_f;
- __h5t_MOD_h5tget_array_ndims_f;
- __h5t_MOD_h5tget_class_f;
- __h5t_MOD_h5tget_create_plist_f;
- __h5t_MOD_h5tget_cset_f;
- __h5t_MOD_h5tget_ebias_f;
- __h5t_MOD_h5tget_fields_f;
- __h5t_MOD_h5tget_inpad_f;
- __h5t_MOD_h5tget_member_class_f;
- __h5t_MOD_h5tget_member_index_f;
- __h5t_MOD_h5tget_member_name_f;
- __h5t_MOD_h5tget_member_offset_f;
- __h5t_MOD_h5tget_member_type_f;
- __h5t_MOD_h5tget_member_value_f;
- __h5t_MOD_h5tget_native_type_f;
- __h5t_MOD_h5tget_nmembers_f;
- __h5t_MOD_h5tget_norm_f;
- __h5t_MOD_h5tget_offset_f;
- __h5t_MOD_h5tget_order_f;
- __h5t_MOD_h5tget_pad_f;
- __h5t_MOD_h5tget_precision_f;
- __h5t_MOD_h5tget_sign_f;
- __h5t_MOD_h5tget_size_f;
- __h5t_MOD_h5tget_strpad_f;
- __h5t_MOD_h5tget_super_f;
- __h5t_MOD_h5tget_tag_f;
- __h5t_MOD_h5tinsert_f;
- __h5t_MOD_h5tis_variable_str_f;
- __h5t_MOD_h5topen_f;
- __h5t_MOD_h5tpack_f;
- __h5t_MOD_h5tset_cset_f;
- __h5t_MOD_h5tset_ebias_f;
- __h5t_MOD_h5tset_fields_f;
- __h5t_MOD_h5tset_inpad_f;
- __h5t_MOD_h5tset_norm_f;
- __h5t_MOD_h5tset_offset_f;
- __h5t_MOD_h5tset_order_f;
- __h5t_MOD_h5tset_pad_f;
- __h5t_MOD_h5tset_precision_f;
- __h5t_MOD_h5tset_sign_f;
- __h5t_MOD_h5tset_size_f;
- __h5t_MOD_h5tset_strpad_f;
- __h5t_MOD_h5tset_tag_f;
- __h5t_MOD_h5tvlen_create_f;
- __h5z_MOD_h5zfilter_avail_f;
- __h5z_MOD_h5zget_filter_info_f;
- __h5z_MOD_h5zunregister_f;
- __h5im_MOD_h5imget_image_info_f;
- __h5im_MOD_h5imget_npalettes_f;
- __h5im_MOD_h5imget_palette_f;
- __h5im_MOD_h5imget_palette_info_f;
- __h5im_MOD_h5imis_image_f;
- __h5im_MOD_h5imis_palette_f;
- __h5im_MOD_h5imlink_palette_f;
- __h5im_MOD_h5immake_image_24bit_f;
- __h5im_MOD_h5immake_image_8bit_f;
- __h5im_MOD_h5immake_palette_f;
- __h5im_MOD_h5imread_image_f;
- __h5im_MOD_h5imunlink_palette_f;
- __h5lt_MOD_h5ltfind_dataset_f;
- __h5lt_MOD_h5ltget_attribute_double_f;
- __h5lt_MOD_h5ltget_attribute_float_f;
- __h5lt_MOD_h5ltget_attribute_info_f;
- __h5lt_MOD_h5ltget_attribute_int_f;
- __h5lt_MOD_h5ltget_attribute_ndims_f;
- __h5lt_MOD_h5ltget_attribute_string_f;
- __h5lt_MOD_h5ltget_dataset_info_f;
- __h5lt_MOD_h5ltget_dataset_ndims_f;
- __h5lt_MOD_h5ltmake_dataset_double_f_1;
- __h5lt_MOD_h5ltmake_dataset_double_f_2;
- __h5lt_MOD_h5ltmake_dataset_double_f_3;
- __h5lt_MOD_h5ltmake_dataset_double_f_4;
- __h5lt_MOD_h5ltmake_dataset_double_f_5;
- __h5lt_MOD_h5ltmake_dataset_double_f_6;
- __h5lt_MOD_h5ltmake_dataset_double_f_7;
- __h5lt_MOD_h5ltmake_dataset_f_double1;
- __h5lt_MOD_h5ltmake_dataset_f_double2;
- __h5lt_MOD_h5ltmake_dataset_f_double3;
- __h5lt_MOD_h5ltmake_dataset_f_double4;
- __h5lt_MOD_h5ltmake_dataset_f_double5;
- __h5lt_MOD_h5ltmake_dataset_f_double6;
- __h5lt_MOD_h5ltmake_dataset_f_double7;
- __h5lt_MOD_h5ltmake_dataset_f_float1;
- __h5lt_MOD_h5ltmake_dataset_f_float2;
- __h5lt_MOD_h5ltmake_dataset_f_float3;
- __h5lt_MOD_h5ltmake_dataset_f_float4;
- __h5lt_MOD_h5ltmake_dataset_f_float5;
- __h5lt_MOD_h5ltmake_dataset_f_float6;
- __h5lt_MOD_h5ltmake_dataset_f_float7;
- __h5lt_MOD_h5ltmake_dataset_f_int1;
- __h5lt_MOD_h5ltmake_dataset_f_int2;
- __h5lt_MOD_h5ltmake_dataset_f_int3;
- __h5lt_MOD_h5ltmake_dataset_f_int4;
- __h5lt_MOD_h5ltmake_dataset_f_int5;
- __h5lt_MOD_h5ltmake_dataset_f_int6;
- __h5lt_MOD_h5ltmake_dataset_f_int7;
- __h5lt_MOD_h5ltmake_dataset_float_f_1;
- __h5lt_MOD_h5ltmake_dataset_float_f_2;
- __h5lt_MOD_h5ltmake_dataset_float_f_3;
- __h5lt_MOD_h5ltmake_dataset_float_f_4;
- __h5lt_MOD_h5ltmake_dataset_float_f_5;
- __h5lt_MOD_h5ltmake_dataset_float_f_6;
- __h5lt_MOD_h5ltmake_dataset_float_f_7;
- __h5lt_MOD_h5ltmake_dataset_int_f_1;
- __h5lt_MOD_h5ltmake_dataset_int_f_2;
- __h5lt_MOD_h5ltmake_dataset_int_f_3;
- __h5lt_MOD_h5ltmake_dataset_int_f_4;
- __h5lt_MOD_h5ltmake_dataset_int_f_5;
- __h5lt_MOD_h5ltmake_dataset_int_f_6;
- __h5lt_MOD_h5ltmake_dataset_int_f_7;
- __h5lt_MOD_h5ltmake_dataset_string_f;
- __h5lt_MOD_h5ltread_dataset_double_f_1;
- __h5lt_MOD_h5ltread_dataset_double_f_2;
- __h5lt_MOD_h5ltread_dataset_double_f_3;
- __h5lt_MOD_h5ltread_dataset_double_f_4;
- __h5lt_MOD_h5ltread_dataset_double_f_5;
- __h5lt_MOD_h5ltread_dataset_double_f_6;
- __h5lt_MOD_h5ltread_dataset_double_f_7;
- __h5lt_MOD_h5ltread_dataset_f_double1;
- __h5lt_MOD_h5ltread_dataset_f_double2;
- __h5lt_MOD_h5ltread_dataset_f_double3;
- __h5lt_MOD_h5ltread_dataset_f_double4;
- __h5lt_MOD_h5ltread_dataset_f_double5;
- __h5lt_MOD_h5ltread_dataset_f_double6;
- __h5lt_MOD_h5ltread_dataset_f_double7;
- __h5lt_MOD_h5ltread_dataset_f_float1;
- __h5lt_MOD_h5ltread_dataset_f_float2;
- __h5lt_MOD_h5ltread_dataset_f_float3;
- __h5lt_MOD_h5ltread_dataset_f_float4;
- __h5lt_MOD_h5ltread_dataset_f_float5;
- __h5lt_MOD_h5ltread_dataset_f_float6;
- __h5lt_MOD_h5ltread_dataset_f_float7;
- __h5lt_MOD_h5ltread_dataset_f_int1;
- __h5lt_MOD_h5ltread_dataset_f_int2;
- __h5lt_MOD_h5ltread_dataset_f_int3;
- __h5lt_MOD_h5ltread_dataset_f_int4;
- __h5lt_MOD_h5ltread_dataset_f_int5;
- __h5lt_MOD_h5ltread_dataset_f_int6;
- __h5lt_MOD_h5ltread_dataset_f_int7;
- __h5lt_MOD_h5ltread_dataset_float_f_1;
- __h5lt_MOD_h5ltread_dataset_float_f_2;
- __h5lt_MOD_h5ltread_dataset_float_f_3;
- __h5lt_MOD_h5ltread_dataset_float_f_4;
- __h5lt_MOD_h5ltread_dataset_float_f_5;
- __h5lt_MOD_h5ltread_dataset_float_f_6;
- __h5lt_MOD_h5ltread_dataset_float_f_7;
- __h5lt_MOD_h5ltread_dataset_int_f_1;
- __h5lt_MOD_h5ltread_dataset_int_f_2;
- __h5lt_MOD_h5ltread_dataset_int_f_3;
- __h5lt_MOD_h5ltread_dataset_int_f_4;
- __h5lt_MOD_h5ltread_dataset_int_f_5;
- __h5lt_MOD_h5ltread_dataset_int_f_6;
- __h5lt_MOD_h5ltread_dataset_int_f_7;
- __h5lt_MOD_h5ltread_dataset_string_f;
- __h5lt_MOD_h5ltset_attribute_double_f;
- __h5lt_MOD_h5ltset_attribute_float_f;
- __h5lt_MOD_h5ltset_attribute_int_f;
- __h5lt_MOD_h5ltset_attribute_string_f;
+ __h5s_MOD_h5sset_extent_simple_f;
+ H5S_mpio_space_type;
+ H5SM_reconstitute;
+ H5SM_table_debug;
+ H5SM_table_free;
+ H5SM_try_share;
+ H5SM_type_shared;
+ H5Soffset_simple;
+ h5soffset_simple_c_;
+ H5S_read;
+ H5S_sel_all;
+ H5S_select_adjust_u;
+ H5S_select_all;
+ H5Sselect_all;
+ h5sselect_all_c_;
+ H5S_select_construct_projection;
+ H5S_select_copy;
+ H5S_select_deserialize;
+ H5S_select_elements;
+ H5Sselect_elements;
+ h5sselect_elements_c_;
+ H5S_select_fill;
+ H5S_select_get_seq_list;
+ H5S_select_hyperslab;
+ H5Sselect_hyperslab;
+ h5sselect_hyperslab_c_;
+ H5S_select_is_contiguous;
+ H5S_select_is_regular;
+ H5S_select_is_single;
+ H5S_select_iterate;
+ H5S_select_iter_coords;
+ H5S_select_iter_init;
+ H5S_select_iter_nelmts;
+ H5S_select_iter_next;
+ H5S_select_iter_release;
+ H5S_select_none;
+ H5Sselect_none;
+ h5sselect_none_c_;
+ H5S_select_offset;
+ H5S_select_project_scalar;
+ H5S_select_project_simple;
+ H5S_select_release;
+ H5S_select_serialize;
+ H5S_select_serial_size;
+ H5S_select_shape_same;
+ H5S_select_shape_same_test;
+ H5S_select_valid;
+ H5Sselect_valid;
+ h5sselect_valid_c_;
+ H5S_sel_hyper;
+ H5S_sel_none;
+ H5S_sel_point;
+ H5S_set_extent;
+ H5Sset_extent_none;
+ h5sset_extent_none_c_;
+ H5S_set_extent_real;
+ H5Sset_extent_simple;
+ h5sset_extent_simple_c_;
+ H5S_set_latest_version;
+ H5ST_close;
+ H5ST_create;
+ H5ST_delete;
+ H5S_term_interface;
+ H5ST_find;
+ H5ST_findfirst;
+ H5ST_findnext;
+ H5ST_insert;
+ H5ST_locate;
+ H5_str_buf_blk_free_list;
+ H5ST_remove;
+ H5ST_search;
+ H5S_write;
+ H5Tarray_create1;
+ H5Tarray_create2;
+ h5tarray_create_c_;
+ H5TBadd_records_from;
+ H5TBAget_fill;
+ H5TBAget_title;
+ H5TBappend_records;
+ H5TBcombine_tables;
+ H5TB_common_append_records;
+ H5TB_common_read_records;
+ H5TBdelete_field;
+ h5tbdelete_field_c_;
+ H5TBdelete_record;
+ H5TBget_field_info;
+ h5tbget_field_info_c_;
+ H5TBget_table_info;
+ h5tbget_table_info_c_;
+ H5TBinsert_field;
+ h5tbinsert_field_c_;
+ h5tbinsert_field_dl_c_;
+ h5tbinsert_field_fl_c_;
+ h5tbinsert_field_int_c_;
+ h5tbinsert_field_st_c_;
+ H5TBinsert_record;
+ H5TBmake_table;
+ h5tbmake_table_c_;
__h5tb_MOD_h5tbdelete_field_f;
__h5tb_MOD_h5tbget_field_info_f;
__h5tb_MOD_h5tbget_table_info_f;
@@ -3389,15 +2983,463 @@ HDF5_MPI_1.8.7 {
__h5tb_MOD_h5tbwrite_field_name_f_float;
__h5tb_MOD_h5tbwrite_field_name_f_int;
__h5tb_MOD_h5tbwrite_field_name_f_string;
- arr_stack;
- asindex;
- cmpd_stack;
- csindex;
- enum_id;
- enum_memb_symbol;
- first_quote;
+ h5tbread_field_index_c_;
+ h5tbread_field_index_dl_c_;
+ h5tbread_field_index_fl_c_;
+ h5tbread_field_index_int_c_;
+ h5tbread_field_index_st_c_;
+ h5tbread_field_name_c_;
+ h5tbread_field_name_dl_c_;
+ h5tbread_field_name_fl_c_;
+ h5tbread_field_name_int_c_;
+ h5tbread_field_name_st_c_;
+ H5TBread_fields_index;
+ H5TBread_fields_name;
+ H5TBread_records;
+ H5TBread_table;
+ h5tbwrite_field_index_c_;
+ h5tbwrite_field_index_dl_c_;
+ h5tbwrite_field_index_fl_c_;
+ h5tbwrite_field_index_int_c_;
+ h5tbwrite_field_index_st_c_;
+ h5tbwrite_field_name_c_;
+ h5tbwrite_field_name_dl_c_;
+ h5tbwrite_field_name_fl_c_;
+ h5tbwrite_field_name_int_c_;
+ h5tbwrite_field_name_st_c_;
+ H5TBwrite_fields_index;
+ H5TBwrite_fields_name;
+ H5TBwrite_records;
+ H5Tclose;
+ H5T_close;
+ h5tclose_c_;
+ H5T_cmp;
+ H5Tcommit1;
+ H5Tcommit2;
+ H5Tcommit_anon;
+ h5tcommit_anon_c_;
+ h5tcommit_c_;
+ H5Tcommitted;
+ H5T_committed;
+ h5tcommitted_c_;
+ H5Tcompiler_conv;
+ h5tcompiler_conv_c_;
+ H5Tconvert;
+ H5T_convert;
+ H5Tcopy;
+ H5T_copy;
+ h5tcopy_c_;
+ H5Tcreate;
+ h5tcreate_c_;
+ H5T_C_S1_g;
+ H5T_debug;
+ H5Tdecode;
+ h5tdecode_c_;
+ H5T_detect_class;
+ H5Tdetect_class;
+ H5Tencode;
+ h5tencode_c_;
+ H5Tenum_create;
+ h5tenum_create_c_;
+ H5Tenum_insert;
+ h5tenum_insert_c_;
+ H5Tenum_nameof;
+ h5tenum_nameof_c_;
+ H5Tenum_valueof;
+ h5tenum_valueof_c_;
+ H5Tequal;
+ h5tequal_c_;
+ H5_term_library;
+ H5Tfind;
+ h5t_flags_;
+ H5T_FORTRAN_S1_g;
+ H5Tget_array_dims1;
+ H5Tget_array_dims2;
+ h5tget_array_dims_c_;
+ H5Tget_array_ndims;
+ h5tget_array_ndims_c_;
+ H5T_get_class;
+ H5Tget_class;
+ h5tget_class_c_;
+ H5Tget_create_plist;
+ h5tget_create_plist_c_;
+ H5Tget_cset;
+ h5tget_cset_c_;
+ H5Tget_ebias;
+ h5tget_ebias_c_;
+ H5Tget_fields;
+ h5tget_fields_c_;
+ H5Tget_inpad;
+ h5tget_inpad_c_;
+ H5Tget_member_class;
+ h5tget_member_class_c_;
+ H5Tget_member_index;
+ h5tget_member_index_c_;
+ H5Tget_member_name;
+ h5tget_member_name_c_;
+ H5T_get_member_offset;
+ H5Tget_member_offset;
+ h5tget_member_offset_c_;
+ H5T_get_member_type;
+ H5Tget_member_type;
+ h5tget_member_type_c_;
+ H5Tget_member_value;
+ h5tget_member_value_c_;
+ H5Tget_native_type;
+ h5tget_native_type_c_;
+ H5T_get_nmembers;
+ H5Tget_nmembers;
+ h5tget_nmembers_c_;
+ H5Tget_norm;
+ h5tget_norm_c_;
+ H5T_get_offset;
+ H5Tget_offset;
+ h5tget_offset_c_;
+ H5T_get_order;
+ H5Tget_order;
+ h5tget_order_c_;
+ H5Tget_pad;
+ h5tget_pad_c_;
+ H5T_get_precision;
+ H5Tget_precision;
+ h5tget_precision_c_;
+ H5T_get_ref_type;
+ H5T_get_sign;
+ H5Tget_sign;
+ h5tget_sign_c_;
+ H5T_get_size;
+ H5Tget_size;
+ h5tget_size_c_;
+ H5Tget_strpad;
+ h5tget_strpad_c_;
+ H5T_get_super;
+ H5Tget_super;
+ h5tget_super_c_;
+ H5Tget_tag;
+ h5tget_tag_c_;
+ H5T_HDSETREGREF_COMP_ALIGN_g;
+ H5T_HOBJREF_COMP_ALIGN_g;
+ H5T_HVL_COMP_ALIGN_g;
+ H5T_IEEE_F32BE_g;
+ H5T_IEEE_F32LE_g;
+ H5T_IEEE_F64BE_g;
+ H5T_IEEE_F64LE_g;
+ H5_timer_begin;
+ H5_timer_end;
+ H5_timer_reset;
+ H5_time_t_reg_free_list;
+ H5T_init;
+ H5Tinsert;
+ h5tinsert_c_;
+ H5T_is_immutable;
+ H5T_is_named;
+ H5T_is_relocatable;
+ H5T_is_sensible;
+ H5T_is_variable_str;
+ H5Tis_variable_str;
+ h5tis_variable_str_c_;
+ H5T_link;
+ H5Tlock;
+ H5T_lock;
+ __h5t_MOD_h5tarray_create_f;
+ __h5t_MOD_h5tclose_f;
+ __h5t_MOD_h5tcommit_anon_f;
+ __h5t_MOD_h5tcommit_f;
+ __h5t_MOD_h5tcommitted_f;
+ __h5t_MOD_h5tcompiler_conv_f;
+ __h5t_MOD_h5tcopy_f;
+ __h5t_MOD_h5tcreate_f;
+ __h5t_MOD_h5tdecode_f;
+ __h5t_MOD_h5tencode_f;
+ __h5t_MOD_h5tenum_create_f;
+ __h5t_MOD_h5tenum_insert_f;
+ __h5t_MOD_h5tenum_nameof_f;
+ __h5t_MOD_h5tenum_valueof_f;
+ __h5t_MOD_h5tequal_f;
+ __h5t_MOD_h5tget_array_dims_f;
+ __h5t_MOD_h5tget_array_ndims_f;
+ __h5t_MOD_h5tget_class_f;
+ __h5t_MOD_h5tget_create_plist_f;
+ __h5t_MOD_h5tget_cset_f;
+ __h5t_MOD_h5tget_ebias_f;
+ __h5t_MOD_h5tget_fields_f;
+ __h5t_MOD_h5tget_inpad_f;
+ __h5t_MOD_h5tget_member_class_f;
+ __h5t_MOD_h5tget_member_index_f;
+ __h5t_MOD_h5tget_member_name_f;
+ __h5t_MOD_h5tget_member_offset_f;
+ __h5t_MOD_h5tget_member_type_f;
+ __h5t_MOD_h5tget_member_value_f;
+ __h5t_MOD_h5tget_native_type_f;
+ __h5t_MOD_h5tget_nmembers_f;
+ __h5t_MOD_h5tget_norm_f;
+ __h5t_MOD_h5tget_offset_f;
+ __h5t_MOD_h5tget_order_f;
+ __h5t_MOD_h5tget_pad_f;
+ __h5t_MOD_h5tget_precision_f;
+ __h5t_MOD_h5tget_sign_f;
+ __h5t_MOD_h5tget_size_f;
+ __h5t_MOD_h5tget_strpad_f;
+ __h5t_MOD_h5tget_super_f;
+ __h5t_MOD_h5tget_tag_f;
+ __h5t_MOD_h5tinsert_f;
+ __h5t_MOD_h5tis_variable_str_f;
+ __h5t_MOD_h5topen_f;
+ __h5t_MOD_h5tpack_f;
+ __h5t_MOD_h5tset_cset_f;
+ __h5t_MOD_h5tset_ebias_f;
+ __h5t_MOD_h5tset_fields_f;
+ __h5t_MOD_h5tset_inpad_f;
+ __h5t_MOD_h5tset_norm_f;
+ __h5t_MOD_h5tset_offset_f;
+ __h5t_MOD_h5tset_order_f;
+ __h5t_MOD_h5tset_pad_f;
+ __h5t_MOD_h5tset_precision_f;
+ __h5t_MOD_h5tset_sign_f;
+ __h5t_MOD_h5tset_size_f;
+ __h5t_MOD_h5tset_strpad_f;
+ __h5t_MOD_h5tset_tag_f;
+ __h5t_MOD_h5tvlen_create_f;
+ H5T_nameof;
+ H5T_NATIVE_B16_g;
+ H5T_NATIVE_B32_g;
+ H5T_NATIVE_B64_g;
+ H5T_NATIVE_B8_g;
+ H5T_NATIVE_DOUBLE_ALIGN_g;
+ H5T_NATIVE_DOUBLE_COMP_ALIGN_g;
+ H5T_NATIVE_DOUBLE_g;
+ H5T_NATIVE_DOUBLE_NEG_INF_g;
+ H5T_NATIVE_DOUBLE_POS_INF_g;
+ H5T_NATIVE_FLOAT_ALIGN_g;
+ H5T_NATIVE_FLOAT_COMP_ALIGN_g;
+ H5T_NATIVE_FLOAT_g;
+ H5T_NATIVE_FLOAT_NEG_INF_g;
+ H5T_NATIVE_FLOAT_POS_INF_g;
+ H5T_NATIVE_HADDR_g;
+ H5T_NATIVE_HBOOL_g;
+ H5T_NATIVE_HERR_g;
+ H5T_NATIVE_HSIZE_g;
+ H5T_NATIVE_HSSIZE_g;
+ H5T_NATIVE_INT16_ALIGN_g;
+ H5T_NATIVE_INT16_g;
+ H5T_NATIVE_INT32_ALIGN_g;
+ H5T_NATIVE_INT32_g;
+ H5T_NATIVE_INT64_ALIGN_g;
+ H5T_NATIVE_INT64_g;
+ H5T_NATIVE_INT8_ALIGN_g;
+ H5T_NATIVE_INT8_g;
+ H5T_NATIVE_INT_ALIGN_g;
+ H5T_NATIVE_INT_COMP_ALIGN_g;
+ H5T_NATIVE_INT_FAST16_ALIGN_g;
+ H5T_NATIVE_INT_FAST16_g;
+ H5T_NATIVE_INT_FAST32_ALIGN_g;
+ H5T_NATIVE_INT_FAST32_g;
+ H5T_NATIVE_INT_FAST64_ALIGN_g;
+ H5T_NATIVE_INT_FAST64_g;
+ H5T_NATIVE_INT_FAST8_ALIGN_g;
+ H5T_NATIVE_INT_FAST8_g;
+ H5T_NATIVE_INT_g;
+ H5T_NATIVE_INT_LEAST16_ALIGN_g;
+ H5T_NATIVE_INT_LEAST16_g;
+ H5T_NATIVE_INT_LEAST32_ALIGN_g;
+ H5T_NATIVE_INT_LEAST32_g;
+ H5T_NATIVE_INT_LEAST64_ALIGN_g;
+ H5T_NATIVE_INT_LEAST64_g;
+ H5T_NATIVE_INT_LEAST8_ALIGN_g;
+ H5T_NATIVE_INT_LEAST8_g;
+ H5T_NATIVE_LDOUBLE_ALIGN_g;
+ H5T_NATIVE_LDOUBLE_COMP_ALIGN_g;
+ H5T_NATIVE_LDOUBLE_g;
+ H5T_NATIVE_LLONG_ALIGN_g;
+ H5T_NATIVE_LLONG_COMP_ALIGN_g;
+ H5T_NATIVE_LLONG_g;
+ H5T_NATIVE_LONG_ALIGN_g;
+ H5T_NATIVE_LONG_COMP_ALIGN_g;
+ H5T_NATIVE_LONG_g;
+ H5T_NATIVE_OPAQUE_g;
+ H5T_native_order_g;
+ H5T_NATIVE_SCHAR_ALIGN_g;
+ H5T_NATIVE_SCHAR_COMP_ALIGN_g;
+ H5T_NATIVE_SCHAR_g;
+ H5T_NATIVE_SHORT_ALIGN_g;
+ H5T_NATIVE_SHORT_COMP_ALIGN_g;
+ H5T_NATIVE_SHORT_g;
+ H5T_NATIVE_UCHAR_ALIGN_g;
+ H5T_NATIVE_UCHAR_COMP_ALIGN_g;
+ H5T_NATIVE_UCHAR_g;
+ H5T_NATIVE_UINT16_ALIGN_g;
+ H5T_NATIVE_UINT16_g;
+ H5T_NATIVE_UINT32_ALIGN_g;
+ H5T_NATIVE_UINT32_g;
+ H5T_NATIVE_UINT64_ALIGN_g;
+ H5T_NATIVE_UINT64_g;
+ H5T_NATIVE_UINT8_ALIGN_g;
+ H5T_NATIVE_UINT8_g;
+ H5T_NATIVE_UINT_ALIGN_g;
+ H5T_NATIVE_UINT_COMP_ALIGN_g;
+ H5T_NATIVE_UINT_FAST16_ALIGN_g;
+ H5T_NATIVE_UINT_FAST16_g;
+ H5T_NATIVE_UINT_FAST32_ALIGN_g;
+ H5T_NATIVE_UINT_FAST32_g;
+ H5T_NATIVE_UINT_FAST64_ALIGN_g;
+ H5T_NATIVE_UINT_FAST64_g;
+ H5T_NATIVE_UINT_FAST8_ALIGN_g;
+ H5T_NATIVE_UINT_FAST8_g;
+ H5T_NATIVE_UINT_g;
+ H5T_NATIVE_UINT_LEAST16_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST16_g;
+ H5T_NATIVE_UINT_LEAST32_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST32_g;
+ H5T_NATIVE_UINT_LEAST64_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST64_g;
+ H5T_NATIVE_UINT_LEAST8_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST8_g;
+ H5T_NATIVE_ULLONG_ALIGN_g;
+ H5T_NATIVE_ULLONG_COMP_ALIGN_g;
+ H5T_NATIVE_ULLONG_g;
+ H5T_NATIVE_ULONG_ALIGN_g;
+ H5T_NATIVE_ULONG_COMP_ALIGN_g;
+ H5T_NATIVE_ULONG_g;
+ H5T_NATIVE_USHORT_ALIGN_g;
+ H5T_NATIVE_USHORT_COMP_ALIGN_g;
+ H5T_NATIVE_USHORT_g;
+ H5TN_init_interface;
+ H5T_oloc;
+ H5T_open;
+ H5Topen1;
+ H5Topen2;
+ h5topen_c_;
+ H5Tpack;
+ h5tpack_c_;
+ H5T_path_bkg;
+ H5T_path_compound_subset;
+ H5T_path_find;
+ H5T_path_noop;
+ H5T_POINTER_COMP_ALIGN_g;
+ __h5t_provisional_MOD_h5tconvert_f;
+ H5_trace;
+ H5Tregister;
+ H5Tset_cset;
+ h5tset_cset_c_;
+ H5Tset_ebias;
+ h5tset_ebias_c_;
+ H5Tset_fields;
+ h5tset_fields_c_;
+ H5Tset_inpad;
+ h5tset_inpad_c_;
+ H5T_set_latest_version;
+ H5T_set_loc;
+ H5Tset_norm;
+ h5tset_norm_c_;
+ H5Tset_offset;
+ h5tset_offset_c_;
+ H5Tset_order;
+ h5tset_order_c_;
+ H5Tset_pad;
+ h5tset_pad_c_;
+ H5Tset_precision;
+ h5tset_precision_c_;
+ H5Tset_sign;
+ h5tset_sign_c_;
+ H5Tset_size;
+ h5tset_size_c_;
+ H5Tset_strpad;
+ h5tset_strpad_c_;
+ H5Tset_tag;
+ h5tset_tag_c_;
+ H5T_STD_B16BE_g;
+ H5T_STD_B16LE_g;
+ H5T_STD_B32BE_g;
+ H5T_STD_B32LE_g;
+ H5T_STD_B64BE_g;
+ H5T_STD_B64LE_g;
+ H5T_STD_B8BE_g;
+ H5T_STD_B8LE_g;
+ H5T_STD_I16BE_g;
+ H5T_STD_I16LE_g;
+ H5T_STD_I32BE_g;
+ H5T_STD_I32LE_g;
+ H5T_STD_I64BE_g;
+ H5T_STD_I64LE_g;
+ H5T_STD_I8BE_g;
+ H5T_STD_I8LE_g;
+ H5T_STD_REF_DSETREG_g;
+ H5T_STD_REF_OBJ_g;
+ H5T_STD_U16BE_g;
+ H5T_STD_U16LE_g;
+ H5T_STD_U32BE_g;
+ H5T_STD_U32LE_g;
+ H5T_STD_U64BE_g;
+ H5T_STD_U64LE_g;
+ H5T_STD_U8BE_g;
+ H5T_STD_U8LE_g;
+ H5T_term_interface;
+ H5T_UNIX_D32BE_g;
+ H5T_UNIX_D32LE_g;
+ H5T_UNIX_D64BE_g;
+ H5T_UNIX_D64LE_g;
+ H5Tunregister;
+ H5T_update_shared;
+ H5T_VAX_F32_g;
+ H5T_VAX_F64_g;
+ H5Tvlen_create;
+ h5tvlen_create_c_;
+ H5T_vlen_get_alloc_info;
+ H5T_vlen_reclaim;
+ H5T_vlen_reclaim_elmt;
+ H5_type_conv_blk_free_list;
+ H5_vlen_fl_buf_blk_free_list;
+ H5_vlen_vl_buf_blk_free_list;
+ H5WB_actual;
+ H5WB_actual_clear;
+ H5WB_unwrap;
+ H5WB_wrap;
+ H5Z_all_filters_avail;
+ H5Z_append;
+ H5Z_can_apply;
+ H5Z_can_apply_direct;
+ H5Z_DEFLATE;
+ H5Z_delete;
+ H5Zfilter_avail;
+ h5zfilter_avail_c_;
+ H5Z_filter_info;
+ H5Z_find;
+ h5z_flags_;
+ H5Z_FLETCHER32;
+ H5Zget_filter_info;
+ h5zget_filter_info_c_;
+ __h5z_MOD_h5zfilter_avail_f;
+ __h5z_MOD_h5zget_filter_info_f;
+ __h5z_MOD_h5zunregister_f;
+ H5Z_modify;
+ H5Z_NBIT;
+ H5Z_pipeline;
+ H5Zregister;
+ H5Z_register;
+ H5Z_SCALEOFFSET;
+ H5Z_set_local;
+ H5Z_set_local_direct;
+ H5Z_SHUFFLE;
+ H5Z_term_interface;
+ H5Zunregister;
+ H5Z_unregister;
+ h5zunregister_c_;
+ H5Z_xform_copy;
+ H5Z_xform_create;
+ H5Z_xform_destroy;
+ H5Z_xform_eval;
+ H5Z_xform_extract_xform_str;
+ H5Z_xform_noop;
+ HD5f2cstring;
+ HD5packFstring;
+ HDF5_MPI_1.8.7;
+ HDfprintf;
+ HDrand;
+ HDsrand;
+ HDstrtoll;
indent;
input_len;
+ integer_types_;
is_enum;
is_enum_memb;
is_opq_size;
@@ -3405,81 +3447,16 @@ HDF5_MPI_1.8.7 {
is_str_pad;
is_str_size;
is_variable;
- my_yyinput;
myinput;
+ my_yyinput;
+ predefined_types_;
str_cset;
str_pad;
str_size;
- floating_types_;
- *;
};
+
HDF5_MPI_1.8.8 {
global:
- H5F_cwfs_add;
- H5F_cwfs_advance_heap;
- H5F_cwfs_find_free_heap;
- H5F_cwfs_remove_heap;
- H5F_get_file_id;
- H5F_get_nmounts;
- H5F_get_nopen_objs;
- H5F_get_nrefs;
- H5F_get_parent;
- H5F_get_shared;
- H5F_get_sohm_addr;
- H5F_get_sohm_nindexes;
- H5F_get_sohm_vers;
- H5F_same_shared;
- H5F_set_grp_btree_shared;
- H5F_set_sohm_addr;
- H5F_set_sohm_nindexes;
- H5F_set_sohm_vers;
- H5F_set_store_msg_crt_idx;
- H5F_traverse_mount;
- H5HG_extend;
- H5HG_get_addr;
- H5HG_get_free_size;
- H5HG_get_size;
- H5Pget_mpio_actual_chunk_opt_mode;
- H5Pget_mpio_actual_io_mode;
- H5T_patch_file;
- h5aread_f_c_;
- h5awrite_f_c_;
- h5dread_f_c_;
- h5dvlen_reclaim_c_;
- h5dwrite_f_c_;
- h5e_flags_;
- h5e_hid_flags_;
- h5eset_auto2_c_;
- h5literate_by_name_c_;
- h5literate_c_;
- h5oclose_c_;
- h5oget_info_by_name_c_;
- h5ovisit_c_;
- h5rcreate_ptr_c_;
- h5rdereference_ptr_c_;
- h5rget_name_ptr_c_;
- h5rget_obj_type_c_;
- h5tconvert_c_;
- h5dsattach_scale_c_;
- h5dsdetach_scale_c_;
- h5dsget_label_c_;
- h5dsget_num_scales_c_;
- h5dsget_scale_name_c_;
- h5dsis_attached_c_;
- h5dsis_scale_c_;
- h5dsset_label_c_;
- h5dsset_scale_c_;
- h5e_flags_;
- h5e_hid_flags_;
- /* local: */
- __h5ds_MOD_h5dsattach_scale_f;
- __h5ds_MOD_h5dsdetach_scale_f;
- __h5ds_MOD_h5dsget_label_f;
- __h5ds_MOD_h5dsget_num_scales_f;
- __h5ds_MOD_h5dsget_scale_name_f;
- __h5ds_MOD_h5dsis_attached_f;
- __h5ds_MOD_h5dsis_scale_f;
- __h5ds_MOD_h5dsset_label_f;
__h5a_provisional_MOD_h5aread_char_1;
__h5a_provisional_MOD_h5aread_char_2;
__h5a_provisional_MOD_h5aread_char_3;
@@ -3528,6 +3505,8 @@ HDF5_MPI_1.8.8 {
__h5a_provisional_MOD_h5awrite_real_6;
__h5a_provisional_MOD_h5awrite_real_7;
__h5a_provisional_MOD_h5awrite_real_scalar;
+ h5aread_f_c_;
+ h5awrite_f_c_;
__h5d_provisional_MOD_h5dfill_char;
__h5d_provisional_MOD_h5dfill_integer;
__h5d_provisional_MOD_h5dfill_real;
@@ -3583,9 +3562,64 @@ HDF5_MPI_1.8.8 {
__h5d_provisional_MOD_h5dwrite_real_scalar;
__h5d_provisional_MOD_h5dwrite_reference_dsetreg;
__h5d_provisional_MOD_h5dwrite_reference_obj;
+ h5dread_f_c_;
+ h5dsattach_scale_c_;
+ h5dsdetach_scale_c_;
+ h5dsget_label_c_;
+ h5dsget_num_scales_c_;
+ h5dsget_scale_name_c_;
+ h5dsis_attached_c_;
+ h5dsis_scale_c_;
+ __h5ds_MOD_h5dsattach_scale_f;
+ __h5ds_MOD_h5dsdetach_scale_f;
+ __h5ds_MOD_h5dsget_label_f;
+ __h5ds_MOD_h5dsget_num_scales_f;
+ __h5ds_MOD_h5dsget_scale_name_f;
+ __h5ds_MOD_h5dsis_attached_f;
+ __h5ds_MOD_h5dsis_scale_f;
+ __h5ds_MOD_h5dsset_label_f;
+ __h5ds_MOD_h5dsset_scale_f;
+ h5dsset_label_c_;
+ h5dsset_scale_c_;
+ h5dvlen_reclaim_c_;
+ h5dwrite_f_c_;
+ h5e_flags_;
+ h5e_hid_flags_;
__h5e_provisional_MOD_h5eset_auto_f;
+ h5eset_auto2_c_;
+ H5F_cwfs_add;
+ H5F_cwfs_advance_heap;
+ H5F_cwfs_find_free_heap;
+ H5F_cwfs_remove_heap;
+ H5F_get_file_id;
+ H5F_get_nmounts;
+ H5F_get_nopen_objs;
+ H5F_get_nrefs;
+ H5F_get_parent;
+ H5F_get_shared;
+ H5F_get_sohm_addr;
+ H5F_get_sohm_nindexes;
+ H5F_get_sohm_vers;
+ H5F_same_shared;
+ H5F_set_grp_btree_shared;
+ H5F_set_sohm_addr;
+ H5F_set_sohm_nindexes;
+ H5F_set_sohm_vers;
+ H5F_set_store_msg_crt_idx;
+ H5F_traverse_mount;
+ H5HG_extend;
+ H5HG_get_addr;
+ H5HG_get_free_size;
+ H5HG_get_size;
__h5lib_MOD_h5kind_to_type;
+ h5literate_by_name_c_;
+ h5literate_c_;
+ h5oclose_c_;
+ h5oget_info_by_name_c_;
__h5o_MOD_h5oclose_f;
+ h5ovisit_c_;
+ H5Pget_mpio_actual_chunk_opt_mode;
+ H5Pget_mpio_actual_io_mode;
__h5p_provisional_MOD_h5pcreate_class_f;
__h5p_provisional_MOD_h5pget_char;
__h5p_provisional_MOD_h5pget_fill_value_char;
@@ -3605,17 +3639,22 @@ HDF5_MPI_1.8.8 {
__h5p_provisional_MOD_h5pset_fill_value_real;
__h5p_provisional_MOD_h5pset_integer;
__h5p_provisional_MOD_h5pset_real;
+ h5rcreate_ptr_c_;
+ h5rdereference_ptr_c_;
+ h5rget_name_ptr_c_;
+ h5rget_obj_type_c_;
__h5r_provisional_MOD_h5rcreate_object_f;
__h5r_provisional_MOD_h5rcreate_region_f;
__h5r_provisional_MOD_h5rdereference_object_f;
__h5r_provisional_MOD_h5rdereference_region_f;
__h5r_provisional_MOD_h5rget_name_object_f;
__h5r_provisional_MOD_h5rget_name_region_f;
- __h5ds_MOD_h5dsset_scale_f;
+ h5tconvert_c_;
+ H5T_patch_file;
+ HDF5_MPI_1.8.8;
} HDF5_MPI_1.8.7;
-
-HDF5_MPI_1.8.9 {
+HDF5_MPI_1.8.9 {
global:
H5A_type;
H5D__create_named;
@@ -3701,15 +3740,24 @@ HDF5_MPI_1.8.9 {
H5G__stab_valid;
H5G__traverse_special;
H5G__user_path_test;
- H5G__verify_cached_stab_test;
H5G__verify_cached_stabs_test;
+ H5G__verify_cached_stab_test;
+ H5_H5O_copy_dtype_merge_list_t_reg_free_list;
+ H5_H5O_copy_search_comm_dt_key_t_reg_free_list;
+ H5_haddr_t_reg_free_list;
H5HF_hdr_print;
H5HF_iblock_print;
H5HF_space_create_root;
H5HF_space_revert_root;
H5I_iterate;
H5L_link_copy_file;
+ __h5lt_MOD_h5ltpath_valid_f;
+ H5LTopen_file_image;
+ H5LTpath_valid;
+ h5ltpath_valid_c_;
H5O_attr_iterate_real;
+ h5ocopy_c_;
+ __h5o_MOD_h5ocopy_f;
H5O_obj_class;
H5Padd_merge_committed_dtype_path;
H5Pfree_merge_committed_dtype_paths;
@@ -3720,19 +3768,10 @@ HDF5_MPI_1.8.9 {
H5Pset_file_image_callbacks;
H5Pset_mcdt_search_cb;
H5T__commit_named;
- H5_H5O_copy_dtype_merge_list_t_reg_free_list;
- H5_H5O_copy_search_comm_dt_key_t_reg_free_list;
- H5_haddr_t_reg_free_list;
- h5ocopy_c_;
- H5LTopen_file_image;
- H5LTpath_valid;
- h5ltpath_valid_c_;
- /* local: */
- __h5o_MOD_h5ocopy_f;
- __h5lt_MOD_h5ltpath_valid_f;
-} HDF5_MPI_1.8.8;
+ HDF5_MPI_1.8.9;
+} HDF5_MPI_1.8.8;
-HDF5_MPI_1.8.10 {
+HDF5_MPI_1.8.10 {
global:
H5D__alloc_storage;
H5D__check_filters;
@@ -3801,11 +3840,16 @@ HDF5_MPI_1.8.10 {
H5D__set_extent;
H5D__vlen_get_buf_size;
H5D__vlen_get_buf_size_alloc;
+ __h5fdmpio_MOD_h5pget_mpio_actual_io_mode_f;
H5FS_sect_query_last_sect;
H5FS_sect_try_shrink_eoa;
H5MF_aggrs_try_shrink_eoa;
H5P__find_prop_plist;
+ h5pget_mpio_actual_io_mode_c_;
H5Pget_mpio_no_collective_cause;
+ h5rget_region_ptr_c_;
+ __h5r_provisional_MOD_h5rget_region_region_f;
+ h5s_hsize_flags_;
H5T__alloc;
H5T__array_create;
H5T__bit_copy;
@@ -3864,19 +3908,19 @@ HDF5_MPI_1.8.10 {
H5T__conv_ldouble_double;
H5T__conv_ldouble_float;
H5T__conv_ldouble_int;
- H5T__conv_ldouble_llong; /* (arch=!powerpc !powerpcspe !ppc64) */
+ H5T__conv_ldouble_llong;
H5T__conv_ldouble_long;
H5T__conv_ldouble_schar;
H5T__conv_ldouble_short;
H5T__conv_ldouble_uchar;
H5T__conv_ldouble_uint;
- H5T__conv_ldouble_ullong; /* (arch=!powerpc !powerpcspe !ppc64) */
+ H5T__conv_ldouble_ullong;
H5T__conv_ldouble_ulong;
H5T__conv_ldouble_ushort;
H5T__conv_llong_double;
H5T__conv_llong_float;
H5T__conv_llong_int;
- H5T__conv_llong_ldouble; /* (arch=!powerpc !powerpcspe !ppc64) */
+ H5T__conv_llong_ldouble;
H5T__conv_llong_long;
H5T__conv_llong_schar;
H5T__conv_llong_short;
@@ -3900,7 +3944,6 @@ HDF5_MPI_1.8.10 {
H5T__conv_noop;
H5T__conv_order;
H5T__conv_order_opt;
- H5T__conv_s_s;
H5T__conv_schar_double;
H5T__conv_schar_float;
H5T__conv_schar_int;
@@ -3925,6 +3968,7 @@ HDF5_MPI_1.8.10 {
H5T__conv_short_ullong;
H5T__conv_short_ulong;
H5T__conv_short_ushort;
+ H5T__conv_s_s;
H5T__conv_struct;
H5T__conv_struct_opt;
H5T__conv_struct_subset;
@@ -3955,7 +3999,7 @@ HDF5_MPI_1.8.10 {
H5T__conv_ullong_double;
H5T__conv_ullong_float;
H5T__conv_ullong_int;
- H5T__conv_ullong_ldouble; /* (arch=!armel !armhf !mipsel) */
+ H5T__conv_ullong_ldouble;
H5T__conv_ullong_llong;
H5T__conv_ullong_long;
H5T__conv_ullong_schar;
@@ -4007,29 +4051,18 @@ HDF5_MPI_1.8.10 {
H5T__visit;
H5T__vlen_create;
H5T__vlen_set_loc;
- h5pget_mpio_actual_io_mode_c_;
- h5rget_region_ptr_c_;
- h5s_hsize_flags_;
- h5s_hsize_flags_;
- /* local: */
- __h5fdmpio_MOD_h5pget_mpio_actual_io_mode_f;
- __h5r_provisional_MOD_h5rget_region_region_f;
-
+ HDF5_MPI_1.8.10;
} HDF5_MPI_1.8.9;
-
-HDF5_MPI_1.8.11 {
+HDF5_MPI_1.8.11 {
global:
+ fill_h5o_info_t_f;
H5D__chunk_direct_write;
H5Dgather;
+ H5DOwrite_chunk;
H5Dscatter;
H5E_OPENERROR_g;
H5E_PLUGIN_g;
- H5PL_load;
- H5PL_no_plugin;
- H5PL_term_interface;
- H5T__conv_enum_numeric;
- H5Z_filter_avail;
h5fget_file_image_c_;
h5odecr_refcount_c_;
h5oexists_by_name_c_;
@@ -4038,13 +4071,6 @@ HDF5_MPI_1.8.11 {
h5oget_info_by_idx_c_;
h5oget_info_c_;
h5oincr_refcount_c_;
- h5oopen_by_idx_c_;
- h5oset_comment_by_name_c_;
- h5oset_comment_c_;
- h5ovisit_by_name_c_;
- H5DOwrite_chunk;
- /* local: */
- fill_h5o_info_t_f;
__h5o_MOD_h5odecr_refcount_f;
__h5o_MOD_h5oexists_by_name_f;
__h5o_MOD_h5oget_comment_by_name_f;
@@ -4053,64 +4079,46 @@ HDF5_MPI_1.8.11 {
__h5o_MOD_h5oopen_by_idx_f;
__h5o_MOD_h5oset_comment_by_name_f;
__h5o_MOD_h5oset_comment_f;
+ h5oopen_by_idx_c_;
+ h5oset_comment_by_name_c_;
+ h5oset_comment_c_;
+ h5ovisit_by_name_c_;
+ H5PL_load;
+ H5PL_no_plugin;
+ H5PL_term_interface;
+ H5T__conv_enum_numeric;
+ H5Z_filter_avail;
+ HDF5_MPI_1.8.11;
} HDF5_MPI_1.8.10;
-
-HDF5_MPI_1.8.12 {
+HDF5_MPI_1.8.12 {
global:
- H5D__read;
H5D_get_create_plist;
+ H5D__read;
H5G_get_create_plist;
H5P_filter_in_pline;
H5Z_filter_in_pline;
H5Z_get_filter_info;
+ HDF5_MPI_1.8.12;
} HDF5_MPI_1.8.11;
-
-HDF5_MPI_1.8.13 {
-/*
-#MISSING: 1.8.13# H5FD_mpiposix_init 1.8.7
-#MISSING: 1.8.13# H5FD_mpiposix_term 1.8.7
-#MISSING: 1.8.13# H5I_destroy_type 1.8.7
-#MISSING: 1.8.13# H5I_get_type_ref 1.8.7
-#MISSING: 1.8.13# H5I_inc_type_ref 1.8.7
-#MISSING: 1.8.13# H5I_remove_verify 1.8.7
-#MISSING: 1.8.13# H5Pget_fapl_mpiposix 1.8.7
-#MISSING: 1.8.13# H5Pset_fapl_mpiposix 1.8.7
-#MISSING: 1.8.13# H5S_mpi_opt_types_g 1.8.7
-#MISSING: 1.8.13# H5V_array_calc 1.8.7
-#MISSING: 1.8.13# H5V_array_down 1.8.7
-#MISSING: 1.8.13# H5V_array_fill 1.8.7
-#MISSING: 1.8.13# H5V_array_offset 1.8.7
-#MISSING: 1.8.13# H5V_array_offset_pre 1.8.7
-#MISSING: 1.8.13# H5V_chunk_index 1.8.7
-#MISSING: 1.8.13# H5V_hyper_copy 1.8.7
-#MISSING: 1.8.13# H5V_hyper_disjointp 1.8.7
-#MISSING: 1.8.13# H5V_hyper_eq 1.8.7
-#MISSING: 1.8.13# H5V_hyper_fill 1.8.7
-#MISSING: 1.8.13# H5V_hyper_stride 1.8.7
-#MISSING: 1.8.13# H5V_memcpyvv 1.8.7
-#MISSING: 1.8.13# H5V_opvv 1.8.7
-#MISSING: 1.8.13# H5V_stride_copy 1.8.7
-#MISSING: 1.8.13# H5V_stride_copy_s 1.8.7
-#MISSING: 1.8.13# H5V_stride_fill 1.8.7
-#MISSING: 1.8.13# __h5fdmpio_MOD_h5pget_fapl_mpiposix_f 1.8.7
-#MISSING: 1.8.13# __h5fdmpio_MOD_h5pset_fapl_mpiposix_f 1.8.7
-#MISSING: 1.8.13# h5pget_fapl_mpiposix_c_ 1.8.7
-#MISSING: 1.8.13# h5pset_fapl_mpiposix_c_ 1.8.7
-#MISSING: 1.8.13# H5DO_write_chunk 1.8.11
- */
+HDF5_MPI_1.8.13 {
global:
H5A__term_deprec_interface;
+ h5d_size_flags_;
H5D__term_deprec_interface;
H5D__term_pub_interface;
H5E__term_deprec_interface;
H5FD_mpi_opt_types_g;
+ H5free_memory;
H5G__term_deprec_interface;
- H5P__term_deprec_interface;
- H5P__term_pub_interface;
+ H5_H5FD_core_region_t_reg_free_list;
H5Pget_core_write_tracking;
+ h5pget_file_image_c_;
H5Pset_core_write_tracking;
+ h5pset_file_image_c_;
+ H5P__term_deprec_interface;
+ H5P__term_pub_interface;
H5R__term_deprec_interface;
H5T__term_deprec_interface;
H5VM_array_calc;
@@ -4129,11 +4137,6 @@ HDF5_MPI_1.8.13 {
H5VM_stride_copy;
H5VM_stride_copy_s;
H5VM_stride_fill;
- H5_H5FD_core_region_t_reg_free_list;
- H5free_memory;
- h5d_size_flags_;
- h5pget_file_image_c_;
- h5pset_file_image_c_;
- h5d_size_flags_;
+ HDF5_MPI_1.8.13;
} HDF5_MPI_1.8.12;
diff --git a/debian/map_serial.ver b/debian/map_serial.ver
index d5cbcf9..9733522 100644
--- a/debian/map_serial.ver
+++ b/debian/map_serial.ver
@@ -1,91 +1,84 @@
-/* Symbols file for Serial version of HDF5.
- * Created by: Alastair McKinstry, <mckinstry at debian.org>
- * Last updated: 2014-06-02
- *
- * TODO: Check for local symbols
- */
-
-/*
-#MISSING: 1.8.13# H5I_destroy_type;
-#MISSING: 1.8.13# H5I_get_type_ref;
-#MISSING: 1.8.13# H5I_inc_type_ref;
-#MISSING: 1.8.13# H5I_remove_verify;
-#MISSING: 1.8.13# H5V_array_calc;
-#MISSING: 1.8.13# H5V_array_down;
-#MISSING: 1.8.13# H5V_array_fill;
-#MISSING: 1.8.13# H5V_array_offset;
-#MISSING: 1.8.13# H5V_array_offset_pre;
-#MISSING: 1.8.13# H5V_chunk_index;
-#MISSING: 1.8.13# H5V_hyper_copy;
-#MISSING: 1.8.13# H5V_hyper_disjointp;
-#MISSING: 1.8.13# H5V_hyper_eq;
-#MISSING: 1.8.13# H5V_hyper_fill;
-#MISSING: 1.8.13# H5V_hyper_stride;
-#MISSING: 1.8.13# H5V_memcpyvv;
-#MISSING: 1.8.13# H5V_opvv;
-#MISSING: 1.8.13# H5V_stride_copy;
-#MISSING: 1.8.13# H5V_stride_copy_s;
-#MISSING: 1.8.13# H5V_stride_fill;
-#MISSING: 1.8.13# H5DO_write_chunk at Base 1.8.11
-*/
+/* Generated from script make-version-scripts */
HDF5_SERIAL_1.8.7 {
global:
+ arr_stack;
+ asindex;
+ cmpd_stack;
+ csindex;
+ enum_id;
+ enum_memb_symbol;
+ epoch_marker_class;
+ first_quote;
+ floating_types_;
+ H5A_attr_copy_file;
+ H5A_attr_iterate_table;
+ H5A_attr_post_copy_file;
+ H5A_attr_release_table;
+ H5A_BT2_CORDER;
+ H5A_BT2_NAME;
+ H5AC_BT;
H5AC_BT2_HDR;
H5AC_BT2_INT;
H5AC_BT2_LEAF;
- H5AC_BT;
- H5AC_FHEAP_DBLOCK;
- H5AC_FHEAP_HDR;
- H5AC_FHEAP_IBLOCK;
- H5AC_FSPACE_HDR;
- H5AC_FSPACE_SINFO;
- H5AC_GHEAP;
- H5AC_LHEAP_DBLK;
- H5AC_LHEAP_PRFX;
- H5AC_OHDR;
- H5AC_OHDR_CHK;
- H5AC_SNODE;
- H5AC_SOHM_LIST;
- H5AC_SOHM_TABLE;
- H5AC_SUPERBLOCK;
H5AC_close_trace_file;
H5AC_create;
H5AC_dest;
H5AC_dump_cache;
H5AC_dxpl_id;
H5AC_expunge_entry;
+ H5AC_FHEAP_DBLOCK;
+ H5AC_FHEAP_HDR;
+ H5AC_FHEAP_IBLOCK;
H5AC_flush;
+ H5AC_FSPACE_HDR;
+ H5AC_FSPACE_SINFO;
H5AC_get_cache_auto_resize_config;
H5AC_get_cache_hit_rate;
H5AC_get_cache_size;
H5AC_get_entry_status;
+ H5AC_GHEAP;
H5AC_ind_dxpl_id;
H5AC_init;
H5AC_insert_entry;
+ H5AC_LHEAP_DBLK;
+ H5AC_LHEAP_PRFX;
+ H5Aclose;
+ H5A_close;
+ h5aclose_c_;
H5AC_mark_entry_dirty;
H5AC_move_entry;
+ H5AC_OHDR;
+ H5AC_OHDR_CHK;
+ H5A_compact_build_table;
H5AC_open_trace_file;
+ H5A_copy;
H5AC_pin_protected_entry;
H5AC_protect;
+ H5A_create;
+ H5Acreate1;
+ H5Acreate2;
+ H5Acreate_by_name;
+ h5acreate_by_name_c_;
+ h5acreate_c_;
H5AC_reset_cache_hit_rate_stats;
H5AC_resize_entry;
H5AC_set_cache_auto_resize_config;
+ H5AC_SNODE;
+ H5AC_SOHM_LIST;
+ H5AC_SOHM_TABLE;
H5AC_stats;
+ H5AC_SUPERBLOCK;
H5AC_term_interface;
H5AC_unpin_entry;
H5AC_unprotect;
H5AC_validate_config;
- H5A_BT2_CORDER;
- H5A_BT2_NAME;
- H5A_attr_copy_file;
- H5A_attr_iterate_table;
- H5A_attr_post_copy_file;
- H5A_attr_release_table;
- H5A_close;
- H5A_compact_build_table;
- H5A_copy;
- H5A_create;
+ H5Adelete;
+ H5Adelete_by_idx;
+ h5adelete_by_idx_c_;
+ H5Adelete_by_name;
+ h5adelete_by_name_c_;
+ h5adelete_c_;
H5A_dense_build_table;
H5A_dense_create;
H5A_dense_delete;
@@ -98,52 +91,157 @@ HDF5_SERIAL_1.8.7 {
H5A_dense_remove_by_idx;
H5A_dense_rename;
H5A_dense_write;
- H5A_free;
- H5A_get_ainfo;
- H5A_get_info;
- H5A_get_name;
- H5A_get_shared_rc_test;
- H5A_init;
- H5A_is_shared_test;
- H5A_nameof;
- H5A_oloc;
- H5A_open_by_idx;
- H5A_open_by_name;
- H5A_set_version;
- H5A_term_interface;
- H5A_type;
- H5Aclose;
- H5Acreate1;
- H5Acreate2;
- H5Acreate_by_name;
- H5Adelete;
- H5Adelete_by_idx;
- H5Adelete_by_name;
H5Aexists;
H5Aexists_by_name;
+ h5aexists_by_name_c_;
+ h5aexists_c_;
+ H5A_free;
+ H5A_get_ainfo;
H5Aget_create_plist;
+ h5aget_create_plist_c_;
+ H5A_get_info;
H5Aget_info;
H5Aget_info_by_idx;
+ h5aget_info_by_idx_c_;
H5Aget_info_by_name;
+ h5aget_info_by_name_c_;
+ h5aget_info_c_;
+ H5A_get_name;
H5Aget_name;
H5Aget_name_by_idx;
+ h5aget_name_by_idx_c_;
+ h5aget_name_c_;
H5Aget_num_attrs;
+ h5aget_num_attrs_c_;
+ H5A_get_shared_rc_test;
H5Aget_space;
+ h5aget_space_c_;
H5Aget_storage_size;
+ h5aget_storage_size_c_;
H5Aget_type;
+ h5aget_type_c_;
+ H5A_init;
+ H5A_is_shared_test;
H5Aiterate1;
H5Aiterate2;
H5Aiterate_by_name;
+ __h5a_MOD_h5aclose_f;
+ __h5a_MOD_h5acreate_by_name_f;
+ __h5a_MOD_h5acreate_f;
+ __h5a_MOD_h5adelete_by_idx_f;
+ __h5a_MOD_h5adelete_by_name_f;
+ __h5a_MOD_h5adelete_f;
+ __h5a_MOD_h5aexists_by_name_f;
+ __h5a_MOD_h5aexists_f;
+ __h5a_MOD_h5aget_create_plist_f;
+ __h5a_MOD_h5aget_info_by_idx_f;
+ __h5a_MOD_h5aget_info_by_name_f;
+ __h5a_MOD_h5aget_info_f;
+ __h5a_MOD_h5aget_name_by_idx_f;
+ __h5a_MOD_h5aget_name_f;
+ __h5a_MOD_h5aget_num_attrs_f;
+ __h5a_MOD_h5aget_space_f;
+ __h5a_MOD_h5aget_storage_size_f;
+ __h5a_MOD_h5aget_type_f;
+ __h5a_MOD_h5aopen_by_idx_f;
+ __h5a_MOD_h5aopen_by_name_f;
+ __h5a_MOD_h5aopen_f;
+ __h5a_MOD_h5aopen_idx_f;
+ __h5a_MOD_h5aopen_name_f;
+ __h5a_MOD_h5arename_by_name_f;
+ __h5a_MOD_h5arename_f;
+ H5A_nameof;
+ H5A_oloc;
H5Aopen;
+ H5A_open_by_idx;
H5Aopen_by_idx;
+ h5aopen_by_idx_c_;
+ H5A_open_by_name;
H5Aopen_by_name;
+ h5aopen_by_name_c_;
+ h5aopen_c_;
H5Aopen_idx;
+ h5aopen_idx_c_;
H5Aopen_name;
+ h5aopen_name_c_;
H5Aread;
+ h5aread_c_;
+ h5areadc_1_c_;
+ h5areadc_2_c_;
+ h5areadc_3_c_;
+ h5areadc_4_c_;
+ h5areadc_5_c_;
+ h5areadc_6_c_;
+ h5areadc_7_c_;
+ h5areadc_c_;
+ h5areadc_s_c_;
+ h5aread_double_1_c_;
+ h5aread_double_2_c_;
+ h5aread_double_3_c_;
+ h5aread_double_4_c_;
+ h5aread_double_5_c_;
+ h5aread_double_6_c_;
+ h5aread_double_7_c_;
+ h5aread_double_s_c_;
+ h5aread_integer_1_c_;
+ h5aread_integer_2_c_;
+ h5aread_integer_3_c_;
+ h5aread_integer_4_c_;
+ h5aread_integer_5_c_;
+ h5aread_integer_6_c_;
+ h5aread_integer_7_c_;
+ h5aread_integer_s_c_;
+ h5aread_real_1_c_;
+ h5aread_real_2_c_;
+ h5aread_real_3_c_;
+ h5aread_real_4_c_;
+ h5aread_real_5_c_;
+ h5aread_real_6_c_;
+ h5aread_real_7_c_;
+ h5aread_real_s_c_;
H5Arename;
H5Arename_by_name;
+ h5arename_by_name_c_;
+ h5arename_c_;
+ H5A_set_version;
+ H5A_term_interface;
+ H5_attr_buf_blk_free_list;
+ H5A_type;
H5Awrite;
- H5B2_TEST;
+ h5awrite_c_;
+ h5awritec_1_c_;
+ h5awritec_2_c_;
+ h5awritec_3_c_;
+ h5awritec_4_c_;
+ h5awritec_5_c_;
+ h5awritec_6_c_;
+ h5awritec_7_c_;
+ h5awritec_c_;
+ h5awritec_s_c_;
+ h5awrite_double_1_c_;
+ h5awrite_double_2_c_;
+ h5awrite_double_3_c_;
+ h5awrite_double_4_c_;
+ h5awrite_double_5_c_;
+ h5awrite_double_6_c_;
+ h5awrite_double_7_c_;
+ h5awrite_double_s_c_;
+ h5awrite_integer_1_c_;
+ h5awrite_integer_2_c_;
+ h5awrite_integer_3_c_;
+ h5awrite_integer_4_c_;
+ h5awrite_integer_5_c_;
+ h5awrite_integer_6_c_;
+ h5awrite_integer_7_c_;
+ h5awrite_integer_s_c_;
+ h5awrite_real_1_c_;
+ h5awrite_real_2_c_;
+ h5awrite_real_3_c_;
+ h5awrite_real_4_c_;
+ h5awrite_real_5_c_;
+ h5awrite_real_6_c_;
+ h5awrite_real_7_c_;
+ h5awrite_real_s_c_;
H5B2_client_class_g;
H5B2_close;
H5B2_create;
@@ -195,8 +293,9 @@ HDF5_SERIAL_1.8.7 {
H5B2_size;
H5B2_split_root;
H5B2_stat_info;
+ H5B2_TEST;
+ H5_bandwidth;
H5B_BTREE;
- H5B_SNODE;
H5B_create;
H5B_debug;
H5B_delete;
@@ -208,6 +307,9 @@ HDF5_SERIAL_1.8.7 {
H5B_remove;
H5B_shared_free;
H5B_shared_new;
+ H5B_SNODE;
+ H5_buffer_dump;
+ H5_build_extpath;
H5B_valid;
H5C_create;
H5C_def_auto_resize_rpt_fcn;
@@ -223,7 +325,17 @@ HDF5_SERIAL_1.8.7 {
H5C_get_evictions_enabled;
H5C_get_trace_file_ptr;
H5C_get_trace_file_ptr_from_entry;
+ H5_checksum_crc;
+ H5_checksum_fletcher32;
+ H5_checksum_lookup3;
+ H5_checksum_metadata;
+ H5check_version;
+ h5check_version_c_;
+ H5_chunk_image_blk_free_list;
H5C_insert_entry;
+ H5close;
+ h5close_c_;
+ h5close_types_c_;
H5C_mark_entry_dirty;
H5C_move_entry;
H5C_pin_protected_entry;
@@ -239,31 +351,69 @@ HDF5_SERIAL_1.8.7 {
H5C_unpin_entry;
H5C_unprotect;
H5C_validate_resize_config;
- H5D_COPS_BTREE;
- H5D_LOPS_CHUNK;
- H5D_LOPS_COMPACT;
- H5D_LOPS_CONTIG;
- H5D_LOPS_EFL;
- H5D_LOPS_NONEXISTENT;
H5D__alloc_storage;
- H5D__check_filters;
- H5D__chunk_allocate;
- H5D__chunk_allocated;
- H5D__chunk_bh_info;
- H5D__chunk_cacheable;
- H5D__chunk_copy;
- H5D__chunk_create;
- H5D__chunk_delete;
- H5D__chunk_dest;
- H5D__chunk_dump_index;
- H5D__chunk_init;
- H5D__chunk_is_space_alloc;
+ __h5_dble_interface_MOD_h5aread_double_1;
+ __h5_dble_interface_MOD_h5aread_double_2;
+ __h5_dble_interface_MOD_h5aread_double_3;
+ __h5_dble_interface_MOD_h5aread_double_4;
+ __h5_dble_interface_MOD_h5aread_double_5;
+ __h5_dble_interface_MOD_h5aread_double_6;
+ __h5_dble_interface_MOD_h5aread_double_7;
+ __h5_dble_interface_MOD_h5aread_double_scalar;
+ __h5_dble_interface_MOD_h5awrite_double_1;
+ __h5_dble_interface_MOD_h5awrite_double_2;
+ __h5_dble_interface_MOD_h5awrite_double_3;
+ __h5_dble_interface_MOD_h5awrite_double_4;
+ __h5_dble_interface_MOD_h5awrite_double_5;
+ __h5_dble_interface_MOD_h5awrite_double_6;
+ __h5_dble_interface_MOD_h5awrite_double_7;
+ __h5_dble_interface_MOD_h5awrite_double_scalar;
+ __h5_dble_interface_MOD_h5dfill_double;
+ __h5_dble_interface_MOD_h5dread_double_1;
+ __h5_dble_interface_MOD_h5dread_double_2;
+ __h5_dble_interface_MOD_h5dread_double_3;
+ __h5_dble_interface_MOD_h5dread_double_4;
+ __h5_dble_interface_MOD_h5dread_double_5;
+ __h5_dble_interface_MOD_h5dread_double_6;
+ __h5_dble_interface_MOD_h5dread_double_7;
+ __h5_dble_interface_MOD_h5dread_double_scalar;
+ __h5_dble_interface_MOD_h5dwrite_double_1;
+ __h5_dble_interface_MOD_h5dwrite_double_2;
+ __h5_dble_interface_MOD_h5dwrite_double_3;
+ __h5_dble_interface_MOD_h5dwrite_double_4;
+ __h5_dble_interface_MOD_h5dwrite_double_5;
+ __h5_dble_interface_MOD_h5dwrite_double_6;
+ __h5_dble_interface_MOD_h5dwrite_double_7;
+ __h5_dble_interface_MOD_h5dwrite_double_scalar;
+ __h5_dble_interface_MOD_h5pget_double;
+ __h5_dble_interface_MOD_h5pget_fill_value_double;
+ __h5_dble_interface_MOD_h5pinsert_double;
+ __h5_dble_interface_MOD_h5pregister_double;
+ __h5_dble_interface_MOD_h5pset_double;
+ __h5_dble_interface_MOD_h5pset_fill_value_double;
+ H5D_btree_debug;
+ H5D__check_filters;
+ H5D__chunk_allocate;
+ H5D__chunk_allocated;
+ H5D__chunk_bh_info;
+ H5D__chunk_cacheable;
+ H5D__chunk_copy;
+ H5D__chunk_create;
+ H5D__chunk_delete;
+ H5D__chunk_dest;
+ H5D__chunk_dump_index;
+ H5D_chunk_idx_reset;
+ H5D__chunk_init;
+ H5D__chunk_is_space_alloc;
H5D__chunk_lock;
H5D__chunk_lookup;
H5D__chunk_prune_by_extent;
H5D__chunk_set_info;
H5D__chunk_unlock;
H5D__chunk_update_cache;
+ H5Dclose;
+ H5D_close;
+ h5dclose_c_;
H5D__compact_copy;
H5D__compact_fill;
H5D__contig_alloc;
@@ -273,21 +423,55 @@ HDF5_SERIAL_1.8.7 {
H5D__contig_is_space_alloc;
H5D__contig_read;
H5D__contig_write;
+ H5D_COPS_BTREE;
H5D__create;
+ H5Dcreate1;
+ H5Dcreate2;
+ H5Dcreate_anon;
+ h5dcreate_anon_c_;
+ h5dcreate_c_;
H5D__create_named;
H5D__current_cache_size_test;
+ H5Ddebug;
+ H5D_def_dxpl_cache;
+ H5_debug_g;
H5D__efl_bh_info;
H5D__efl_is_space_alloc;
+ H5Dextend;
+ H5Dfill;
H5D__fill;
+ h5dfill_c_;
+ h5dfillc_c_;
+ h5dfill_double_c_;
H5D__fill_init;
+ h5dfill_integer_c_;
+ h5dfill_real_c_;
H5D__fill_refill_vl;
H5D__fill_term;
+ h5d_flags_;
+ H5D_flush;
H5D__flush_real;
H5D__flush_sieve_buf;
+ H5Dget_access_plist;
+ h5dget_access_plist_c_;
+ H5Dget_create_plist;
+ h5dget_create_plist_c_;
H5D__get_dxpl_cache;
H5D__get_offset;
+ H5Dget_offset;
+ H5Dget_space;
+ h5dget_space_c_;
H5D__get_space_status;
+ H5Dget_space_status;
+ h5dget_space_status_c_;
H5D__get_storage_size;
+ H5Dget_storage_size;
+ h5dget_storage_size_c_;
+ H5Dget_type;
+ h5dget_type_c_;
+ H5D_init;
+ H5_direct_block_blk_free_list;
+ H5Diterate;
H5D__iterate;
H5D__layout_contig_size_test;
H5D__layout_meta_size;
@@ -296,55 +480,151 @@ HDF5_SERIAL_1.8.7 {
H5D__layout_oh_write;
H5D__layout_set_io_ops;
H5D__layout_version_test;
+ H5D_LOPS_CHUNK;
+ H5D_LOPS_COMPACT;
+ H5D_LOPS_CONTIG;
+ H5D_LOPS_EFL;
+ H5D_LOPS_NONEXISTENT;
H5D__mark;
+ __h5d_MOD_h5dclose_f;
+ __h5d_MOD_h5dcreate_anon_f;
+ __h5d_MOD_h5dcreate_f;
+ __h5d_MOD_h5dget_access_plist_f;
+ __h5d_MOD_h5dget_create_plist_f;
+ __h5d_MOD_h5dget_space_f;
+ __h5d_MOD_h5dget_space_status_f;
+ __h5d_MOD_h5dget_storage_size_f;
+ __h5d_MOD_h5dget_type_f;
+ __h5d_MOD_h5dopen_f;
+ __h5d_MOD_h5dread_vl_integer;
+ __h5d_MOD_h5dread_vl_real;
+ __h5d_MOD_h5dread_vl_string;
+ __h5d_MOD_h5dset_extent_f;
+ __h5d_MOD_h5dvlen_get_max_len_f;
+ __h5d_MOD_h5dwrite_vl_integer;
+ __h5d_MOD_h5dwrite_vl_real;
+ __h5d_MOD_h5dwrite_vl_string;
+ H5D_nameof;
+ H5D_oloc;
+ H5dont_atexit;
+ h5dont_atexit_c_;
+ H5D_open;
+ H5Dopen1;
+ H5Dopen2;
+ h5dopen_c_;
+ H5Dread;
+ h5dread_c_;
+ h5dreadc_1_c_;
+ h5dreadc_2_c_;
+ h5dreadc_3_c_;
+ h5dreadc_4_c_;
+ h5dreadc_5_c_;
+ h5dreadc_6_c_;
+ h5dreadc_7_c_;
+ h5dreadc_c_;
+ h5dreadc_s_c_;
+ h5dread_double_1_c_;
+ h5dread_double_2_c_;
+ h5dread_double_3_c_;
+ h5dread_double_4_c_;
+ h5dread_double_5_c_;
+ h5dread_double_6_c_;
+ h5dread_double_7_c_;
+ h5dread_double_s_c_;
+ h5dread_integer_1_c_;
+ h5dread_integer_2_c_;
+ h5dread_integer_3_c_;
+ h5dread_integer_4_c_;
+ h5dread_integer_5_c_;
+ h5dread_integer_6_c_;
+ h5dread_integer_7_c_;
+ h5dread_integer_s_c_;
+ h5dread_real_1_c_;
+ h5dread_real_2_c_;
+ h5dread_real_3_c_;
+ h5dread_real_4_c_;
+ h5dread_real_5_c_;
+ h5dread_real_6_c_;
+ h5dread_real_7_c_;
+ h5dread_real_s_c_;
+ h5dread_ref_obj_c_;
+ h5dread_ref_reg_c_;
+ h5dread_vl_integer_c_;
+ h5dread_vl_real_c_;
+ h5dread_vl_string_c_;
+ H5DSattach_scale;
H5D__scatgath_read;
H5D__scatgath_write;
H5D__scatter_mem;
+ H5DSdetach_scale;
H5D__select_read;
H5D__select_write;
H5D__set_extent;
- H5D__vlen_get_buf_size;
- H5D__vlen_get_buf_size_alloc;
- H5D_btree_debug;
- H5D_chunk_idx_reset;
- H5D_close;
- H5D_def_dxpl_cache;
- H5D_flush;
- H5D_init;
- H5D_nameof;
- H5D_oloc;
- H5D_open;
+ H5Dset_extent;
+ h5dset_extent_c_;
+ H5DSget_label;
+ H5DSget_num_scales;
+ H5DSget_scale_name;
+ H5DSis_attached;
+ H5DSis_scale;
+ H5DSiterate_scales;
+ H5DSset_label;
+ H5DSset_scale;
H5D_term_interface;
H5D_typeof;
- H5D_vlen_reclaim;
- H5Dclose;
- H5Dcreate1;
- H5Dcreate2;
- H5Dcreate_anon;
- H5Ddebug;
- H5Dextend;
- H5Dfill;
- H5Dget_access_plist;
- H5Dget_create_plist;
- H5Dget_offset;
- H5Dget_space;
- H5Dget_space_status;
- H5Dget_storage_size;
- H5Dget_type;
- H5Diterate;
- H5Dopen1;
- H5Dopen2;
- H5Dread;
- H5Dset_extent;
+ H5D__vlen_get_buf_size;
H5Dvlen_get_buf_size;
+ H5D__vlen_get_buf_size_alloc;
+ h5dvlen_get_max_len_c_;
+ H5D_vlen_reclaim;
H5Dvlen_reclaim;
H5Dwrite;
+ h5dwrite_c_;
+ h5dwritec_1_c_;
+ h5dwritec_2_c_;
+ h5dwritec_3_c_;
+ h5dwritec_4_c_;
+ h5dwritec_5_c_;
+ h5dwritec_6_c_;
+ h5dwritec_7_c_;
+ h5dwritec_c_;
+ h5dwritec_s_c_;
+ h5dwrite_double_1_c_;
+ h5dwrite_double_2_c_;
+ h5dwrite_double_3_c_;
+ h5dwrite_double_4_c_;
+ h5dwrite_double_5_c_;
+ h5dwrite_double_6_c_;
+ h5dwrite_double_7_c_;
+ h5dwrite_double_s_c_;
+ h5dwrite_integer_1_c_;
+ h5dwrite_integer_2_c_;
+ h5dwrite_integer_3_c_;
+ h5dwrite_integer_4_c_;
+ h5dwrite_integer_5_c_;
+ h5dwrite_integer_6_c_;
+ h5dwrite_integer_7_c_;
+ h5dwrite_integer_s_c_;
+ h5dwrite_real_1_c_;
+ h5dwrite_real_2_c_;
+ h5dwrite_real_3_c_;
+ h5dwrite_real_4_c_;
+ h5dwrite_real_5_c_;
+ h5dwrite_real_6_c_;
+ h5dwrite_real_7_c_;
+ h5dwrite_real_s_c_;
+ h5dwrite_ref_obj_c_;
+ h5dwrite_ref_reg_c_;
+ h5dwrite_vl_integer_c_;
+ h5dwrite_vl_real_c_;
+ h5dwrite_vl_string_c_;
H5E_ALIGNMENT_g;
H5E_ALREADYEXISTS_g;
H5E_ALREADYINIT_g;
H5E_ARGS_g;
H5E_ATOM_g;
H5E_ATTR_g;
+ H5Eauto_is_v2;
H5E_BADATOM_g;
H5E_BADFILE_g;
H5E_BADGROUP_g;
@@ -370,8 +650,8 @@ HDF5_SERIAL_1.8.7 {
H5E_CANTCOPY_g;
H5E_CANTCOUNT_g;
H5E_CANTCREATE_g;
- H5E_CANTDECODE_g;
H5E_CANTDEC_g;
+ H5E_CANTDECODE_g;
H5E_CANTDELETE_g;
H5E_CANTDIRTY_g;
H5E_CANTENCODE_g;
@@ -381,8 +661,8 @@ HDF5_SERIAL_1.8.7 {
H5E_CANTFLUSH_g;
H5E_CANTFREE_g;
H5E_CANTGC_g;
- H5E_CANTGETSIZE_g;
H5E_CANTGET_g;
+ H5E_CANTGETSIZE_g;
H5E_CANTINC_g;
H5E_CANTINIT_g;
H5E_CANTINSERT_g;
@@ -422,27 +702,54 @@ HDF5_SERIAL_1.8.7 {
H5E_CANTUNPIN_g;
H5E_CANTUNPROTECT_g;
H5E_CANTUPDATE_g;
+ H5Eclear1;
+ H5Eclear2;
+ h5eclear_c_;
+ H5E_clear_stack;
H5E_CLOSEERROR_g;
+ H5Eclose_msg;
+ H5Eclose_stack;
H5E_COMPLEN_g;
+ H5Ecreate_msg;
+ H5Ecreate_stack;
H5E_DATASET_g;
H5E_DATASPACE_g;
H5E_DATATYPE_g;
+ H5E_dump_api_stack;
H5E_DUPCLASS_g;
H5E_EFL_g;
- H5E_ERROR_g;
H5E_ERR_CLS_g;
+ H5E_ERROR_g;
H5E_EXISTS_g;
H5E_FCNTL_g;
H5E_FILEEXISTS_g;
- H5E_FILEOPEN_g;
H5E_FILE_g;
+ H5E_FILEOPEN_g;
H5E_FSPACE_g;
H5E_FUNC_g;
+ H5E_get_auto;
+ H5Eget_auto1;
+ H5Eget_auto2;
+ H5Eget_class_name;
+ H5Eget_current_stack;
+ H5Eget_major;
+ h5eget_major_c_;
+ H5Eget_minor;
+ h5eget_minor_c_;
+ H5E_get_msg;
+ H5Eget_msg;
+ H5Eget_num;
+ H5E_get_stack;
H5E_HEAP_g;
+ H5E_init;
H5E_INTERNAL_g;
H5E_IO_g;
H5E_LINKCOUNT_g;
H5E_LINK_g;
+ __h5e_MOD_h5eclear_f;
+ __h5e_MOD_h5eget_major_f;
+ __h5e_MOD_h5eget_minor_f;
+ __h5e_MOD_h5eprint_f;
H5E_MOUNT_g;
H5E_MPIERRSTR_g;
H5E_MPI_g;
@@ -463,12 +770,29 @@ HDF5_SERIAL_1.8.7 {
H5E_PATH_g;
H5E_PLINE_g;
H5E_PLIST_g;
+ H5Epop;
+ H5E_pop;
+ H5E_print;
+ H5Eprint1;
+ H5Eprint2;
+ h5eprint_c1_;
+ h5eprint_c2_;
+ H5E_printf_stack;
H5E_PROTECT_g;
+ H5Epush1;
+ H5Epush2;
+ H5E_push_stack;
H5E_READERROR_g;
H5E_REFERENCE_g;
+ H5Eregister_class;
H5E_RESOURCE_g;
H5E_RS_g;
H5E_SEEKERROR_g;
+ H5E_set_auto;
+ H5Eset_auto1;
+ H5Eset_auto2;
+ h5eset_auto_c_;
+ H5Eset_current_stack;
H5E_SETDISALLOWED_g;
H5E_SETLOCAL_g;
H5E_SLIST_g;
@@ -477,84 +801,82 @@ HDF5_SERIAL_1.8.7 {
H5E_SYM_g;
H5E_SYSERRSTR_g;
H5E_SYSTEM_g;
+ H5E_term_interface;
H5E_TRAVERSE_g;
H5E_TRUNCATED_g;
H5E_TST_g;
H5E_UNINITIALIZED_g;
+ H5Eunregister_class;
H5E_UNSUPPORTED_g;
H5E_VERSION_g;
H5E_VFL_g;
- H5E_WRITEERROR_g;
- H5E_clear_stack;
- H5E_dump_api_stack;
- H5E_get_auto;
- H5E_get_msg;
- H5E_get_stack;
- H5E_init;
- H5E_pop;
- H5E_print;
- H5E_printf_stack;
- H5E_push_stack;
- H5E_set_auto;
- H5E_term_interface;
H5E_walk;
- H5Eauto_is_v2;
- H5Eclear1;
- H5Eclear2;
- H5Eclose_msg;
- H5Eclose_stack;
- H5Ecreate_msg;
- H5Ecreate_stack;
- H5Eget_auto1;
- H5Eget_auto2;
- H5Eget_class_name;
- H5Eget_current_stack;
- H5Eget_major;
- H5Eget_minor;
- H5Eget_msg;
- H5Eget_num;
- H5Epop;
- H5Eprint1;
- H5Eprint2;
- H5Epush1;
- H5Epush2;
- H5Eregister_class;
- H5Eset_auto1;
- H5Eset_auto2;
- H5Eset_current_stack;
- H5Eunregister_class;
H5Ewalk1;
H5Ewalk2;
+ H5E_WRITEERROR_g;
+ H5F_addr_decode;
+ H5F_addr_decode_len;
+ H5F_addr_encode;
+ H5F_addr_encode_len;
+ H5F_block_read;
+ H5F_block_write;
+ H5F_check_cached_stab_test;
+ H5Fclear_elink_file_cache;
+ H5Fclose;
+ h5fclose_c_;
+ H5F_close_mounts;
+ H5Fcreate;
+ h5fcreate_c_;
+ H5F_cwfs_add;
+ H5F_cwfs_advance_heap;
+ H5F_cwfs_find_free_heap;
+ H5F_cwfs_remove_heap;
+ H5FDalloc;
H5FD_alloc;
H5FD_alloc_real;
+ H5FDclose;
H5FD_close;
+ H5FDcmp;
H5FD_cmp;
H5FD_core_init;
H5FD_core_term;
+ H5F_debug;
+ H5F_decr_nopen_objs;
H5FD_family_init;
H5FD_family_term;
H5FD_fapl_close;
H5FD_fapl_get;
H5FD_fapl_open;
+ h5fd_flags_;
+ H5FDflush;
H5FD_flush;
+ H5FDfree;
H5FD_free;
H5FD_free_real;
H5FD_get_base_addr;
H5FD_get_class;
H5FD_get_eoa;
+ H5FDget_eoa;
H5FD_get_eof;
+ H5FDget_eof;
H5FD_get_feature_flags;
H5FD_get_fileno;
H5FD_get_fs_type_map;
H5FD_get_maxaddr;
H5FD_get_vfd_handle;
+ H5FDget_vfd_handle;
+ h5fd_hid_flags_;
H5FD_init;
H5FD_log_init;
H5FD_log_term;
H5FD_multi_init;
H5FD_multi_term;
+ H5FDopen;
H5FD_open;
+ H5FDquery;
+ H5FDread;
H5FD_read;
+ H5FDregister;
H5FD_register;
H5FD_sb_decode;
H5FD_sb_encode;
@@ -563,28 +885,87 @@ HDF5_SERIAL_1.8.7 {
H5FD_sec2_term;
H5FD_set_base_addr;
H5FD_set_eoa;
+ H5FDset_eoa;
H5FD_stdio_init;
H5FD_stdio_term;
H5FD_term_interface;
+ H5FDtruncate;
H5FD_truncate;
H5FD_try_extend;
- H5FD_write;
- H5FDalloc;
- H5FDclose;
- H5FDcmp;
- H5FDflush;
- H5FDfree;
- H5FDget_eoa;
- H5FDget_eof;
- H5FDget_vfd_handle;
- H5FDopen;
- H5FDquery;
- H5FDread;
- H5FDregister;
- H5FDset_eoa;
- H5FDtruncate;
H5FDunregister;
H5FDwrite;
+ H5FD_write;
+ H5F_efc_close;
+ H5F_efc_create;
+ H5F_efc_destroy;
+ H5F_efc_max_nfiles;
+ H5F_efc_open;
+ H5F_efc_release;
+ H5F_efc_try_close;
+ H5F_fake_alloc;
+ H5F_fake_free;
+ h5f_flags_;
+ H5Fflush;
+ H5F_flush;
+ h5fflush_c_;
+ H5F_flush_mounts;
+ H5F_gc_ref;
+ H5F_get_access_plist;
+ H5Fget_access_plist;
+ h5fget_access_plist_c_;
+ H5F_get_actual_name;
+ H5F_get_base_addr;
+ H5Fget_create_plist;
+ h5fget_create_plist_c_;
+ H5F_get_driver_id;
+ H5F_get_eoa;
+ H5F_get_extpath;
+ H5F_get_fc_degree;
+ H5F_get_fcpl;
+ H5F_get_file_id;
+ H5Fget_file_image;
+ H5F_get_fileno;
+ H5Fget_filesize;
+ h5fget_filesize_c_;
+ H5Fget_freespace;
+ h5fget_freespace_c_;
+ H5F_get_id;
+ H5Fget_info;
+ H5F_get_intent;
+ H5Fget_intent;
+ H5F_get_maxaddr_test;
+ H5Fget_mdc_config;
+ H5Fget_mdc_hit_rate;
+ H5Fget_mdc_size;
+ H5Fget_name;
+ h5fget_name_c_;
+ H5F_get_nmounts;
+ H5F_get_nopen_objs;
+ H5F_get_nrefs;
+ H5F_get_obj_count;
+ H5Fget_obj_count;
+ h5fget_obj_count_c_;
+ H5F_get_obj_ids;
+ H5Fget_obj_ids;
+ h5fget_obj_ids_c_;
+ H5F_get_open_name;
+ H5F_get_parent;
+ H5F_get_shared;
+ H5F_get_sohm_addr;
+ H5F_get_sohm_mesg_count_test;
+ H5F_get_sohm_nindexes;
+ H5F_get_sohm_vers;
+ H5F_get_vfd_handle;
+ H5Fget_vfd_handle;
+ H5F_grp_btree_shared;
+ H5F_has_feature;
+ H5F_incr_nopen_objs;
+ H5F_init;
+ H5Fis_hdf5;
+ h5fis_hdf5_c_;
+ H5F_is_mount;
+ H5F_is_tmp_addr;
+ H5F_Kvalue;
H5FL_arr_calloc;
H5FL_arr_free;
H5FL_arr_malloc;
@@ -609,6 +990,24 @@ HDF5_SERIAL_1.8.7 {
H5FL_seq_realloc;
H5FL_set_free_list_limits;
H5FL_term_interface;
+ __h5f_MOD_h5fclose_f;
+ __h5f_MOD_h5fcreate_f;
+ __h5f_MOD_h5fflush_f;
+ __h5f_MOD_h5fget_access_plist_f;
+ __h5f_MOD_h5fget_create_plist_f;
+ __h5f_MOD_h5fget_filesize_f;
+ __h5f_MOD_h5fget_freespace_f;
+ __h5f_MOD_h5fget_name_f;
+ __h5f_MOD_h5fget_obj_count_f;
+ __h5f_MOD_h5fget_obj_ids_f;
+ __h5f_MOD_h5fis_hdf5_f;
+ __h5f_MOD_h5fmount_f;
+ __h5f_MOD_h5fopen_f;
+ __h5f_MOD_h5freopen_f;
+ __h5f_MOD_h5funmount_f;
+ H5Fmount;
+ h5fmount_c_;
+ H5F_mount_count_ids;
H5FO_create;
H5FO_delete;
H5FO_dest;
@@ -616,11 +1015,21 @@ HDF5_SERIAL_1.8.7 {
H5FO_mark;
H5FO_marked;
H5FO_opened;
+ H5Fopen;
+ H5F_open;
+ h5fopen_c_;
H5FO_top_count;
H5FO_top_create;
H5FO_top_decr;
H5FO_top_dest;
H5FO_top_incr;
+ H5F_rdcc_nbytes;
+ H5F_rdcc_nslots;
+ H5F_rdcc_w0;
+ H5Freopen;
+ h5freopen_c_;
+ H5Freset_mdc_hit_rate_stats;
+ H5F_same_shared;
H5FS_close;
H5FS_cmp_cparam_test;
H5FS_create;
@@ -628,9 +1037,23 @@ HDF5_SERIAL_1.8.7 {
H5FS_decr;
H5FS_delete;
H5FS_dirty;
+ H5F_set_grp_btree_shared;
+ H5Fset_mdc_config;
+ H5F_set_sohm_addr;
+ H5F_set_sohm_nindexes;
+ H5F_set_sohm_vers;
+ H5F_set_store_msg_crt_idx;
+ H5F_sfile_add;
+ H5F_sfile_assert_num;
+ H5F_sfile_head_g;
+ H5F_sfile_remove;
+ H5F_sfile_search;
H5FS_get_cparam_test;
H5FS_hdr_dest;
+ H5F_sieve_buf_size;
H5FS_incr;
+ H5F_sizeof_addr;
+ H5F_sizeof_size;
H5FS_new;
H5FS_open;
H5FS_sect_add;
@@ -640,98 +1063,14 @@ HDF5_SERIAL_1.8.7 {
H5FS_sect_iterate;
H5FS_sect_query_last_sect;
H5FS_sect_remove;
+ H5FS_sects_debug;
H5FS_sect_stats;
H5FS_sect_try_extend;
H5FS_sect_try_shrink_eoa;
- H5FS_sects_debug;
H5FS_sinfo_dest;
H5FS_sinfo_new;
H5FS_size;
H5FS_stat_info;
- H5F_Kvalue;
- H5F_accum_flush;
- H5F_accum_free;
- H5F_accum_read;
- H5F_accum_reset;
- H5F_accum_write;
- H5F_addr_decode;
- H5F_addr_decode_len;
- H5F_addr_encode;
- H5F_addr_encode_len;
- H5F_block_read;
- H5F_block_write;
- H5F_check_cached_stab_test;
- H5F_close_mounts;
- H5F_cwfs_add;
- H5F_cwfs_advance_heap;
- H5F_cwfs_find_free_heap;
- H5F_cwfs_remove_heap;
- H5F_debug;
- H5F_decr_nopen_objs;
- H5F_efc_close;
- H5F_efc_create;
- H5F_efc_destroy;
- H5F_efc_max_nfiles;
- H5F_efc_open;
- H5F_efc_release;
- H5F_efc_try_close;
- H5F_fake_alloc;
- H5F_fake_free;
- H5F_flush;
- H5F_flush_mounts;
- H5F_gc_ref;
- H5F_get_access_plist;
- H5F_get_actual_name;
- H5F_get_base_addr;
- H5F_get_driver_id;
- H5F_get_eoa;
- H5F_get_extpath;
- H5F_get_fc_degree;
- H5F_get_fcpl;
- H5F_get_file_id;
- H5F_get_fileno;
- H5F_get_id;
- H5F_get_intent;
- H5F_get_maxaddr_test;
- H5F_get_nmounts;
- H5F_get_nopen_objs;
- H5F_get_nrefs;
- H5F_get_obj_count;
- H5F_get_obj_ids;
- H5F_get_open_name;
- H5F_get_parent;
- H5F_get_shared;
- H5F_get_sohm_addr;
- H5F_get_sohm_mesg_count_test;
- H5F_get_sohm_nindexes;
- H5F_get_sohm_vers;
- H5F_get_vfd_handle;
- H5F_grp_btree_shared;
- H5F_has_feature;
- H5F_incr_nopen_objs;
- H5F_init;
- H5F_is_mount;
- H5F_is_tmp_addr;
- H5F_locate_signature;
- H5F_mount_count_ids;
- H5F_open;
- H5F_rdcc_nbytes;
- H5F_rdcc_nslots;
- H5F_rdcc_w0;
- H5F_same_shared;
- H5F_set_grp_btree_shared;
- H5F_set_sohm_addr;
- H5F_set_sohm_nindexes;
- H5F_set_sohm_vers;
- H5F_set_store_msg_crt_idx;
- H5F_sfile_add;
- H5F_sfile_assert_num;
- H5F_sfile_head_g;
- H5F_sfile_remove;
- H5F_sfile_search;
- H5F_sieve_buf_size;
- H5F_sizeof_addr;
- H5F_sizeof_size;
H5F_store_msg_crt_idx;
H5F_super_dirty;
H5F_super_ext_close;
@@ -745,35 +1084,19 @@ HDF5_SERIAL_1.8.7 {
H5F_term_interface;
H5F_traverse_mount;
H5F_try_close;
+ H5Funmount;
+ h5funmount_c_;
H5F_use_latest_format;
H5F_use_tmp_space;
- H5Fclear_elink_file_cache;
- H5Fclose;
- H5Fcreate;
- H5Fflush;
- H5Fget_access_plist;
- H5Fget_create_plist;
- H5Fget_file_image;
- H5Fget_filesize;
- H5Fget_freespace;
- H5Fget_info;
- H5Fget_intent;
- H5Fget_mdc_config;
- H5Fget_mdc_hit_rate;
- H5Fget_mdc_size;
- H5Fget_name;
- H5Fget_obj_count;
- H5Fget_obj_ids;
- H5Fget_vfd_handle;
- H5Fis_hdf5;
- H5Fmount;
- H5Fopen;
- H5Freopen;
- H5Freset_mdc_hit_rate_stats;
- H5Fset_mdc_config;
- H5Funmount;
+ H5_g;
+ H5garbage_collect;
+ h5garbage_collect_c_;
H5G_BT2_CORDER;
H5G_BT2_NAME;
+ H5G_build_fullpath_refstr_str;
+ H5Gclose;
+ H5G_close;
+ h5gclose_c_;
H5G__compact_get_name_by_idx;
H5G__compact_get_type_by_idx;
H5G__compact_insert;
@@ -784,6 +1107,11 @@ HDF5_SERIAL_1.8.7 {
H5G__compact_remove_by_idx;
H5G__component;
H5G__create;
+ H5Gcreate1;
+ H5Gcreate2;
+ H5Gcreate_anon;
+ h5gcreate_anon_c_;
+ h5gcreate_c_;
H5G__create_named;
H5G__dense_build_table;
H5G__dense_create;
@@ -796,43 +1124,138 @@ HDF5_SERIAL_1.8.7 {
H5G__dense_lookup_by_idx;
H5G__dense_remove;
H5G__dense_remove_by_idx;
+ h5generic_flags_;
H5G__ent_convert;
H5G__ent_copy;
H5G__ent_debug;
+ H5G_ent_decode;
H5G__ent_decode_vec;
+ H5G_ent_encode;
H5G__ent_encode_vec;
H5G__ent_reset;
H5G__ent_to_link;
+ H5get_libversion;
+ h5get_libversion_c_;
+ H5G_fileof;
+ h5g_flags_;
+ H5Gget_comment;
+ h5gget_comment_c_;
+ H5Gget_create_plist;
+ h5gget_create_plist_c_;
+ H5Gget_info;
+ H5Gget_info_by_idx;
+ h5gget_info_by_idx_c_;
+ H5Gget_info_by_name;
+ h5gget_info_by_name_c_;
+ h5gget_info_c_;
+ H5Gget_linkval;
+ h5gget_linkval_c_;
+ H5G_get_name;
+ H5G_get_name_by_addr;
+ H5Gget_num_objs;
+ H5Gget_objinfo;
+ h5gget_obj_info_idx_c_;
+ H5Gget_objname_by_idx;
+ H5Gget_objtype_by_idx;
+ H5G_get_shared_count;
H5G__has_links_test;
H5G__has_stab_test;
+ H5_gheap_chunk_blk_free_list;
H5G__init;
H5G__is_empty_test;
H5G__is_new_dense_test;
+ H5Giterate;
+ H5G_iterate;
H5G__lheap_size_test;
+ H5Glink;
+ H5Glink2;
+ h5glink2_c_;
+ h5glink_c_;
H5G__link_iterate_table;
H5G__link_name_replace;
H5G__link_release_table;
H5G__link_sort_table;
+ H5G_link_to_info;
H5G__link_to_loc;
+ H5G_loc;
H5G__loc_copy;
+ H5G_loc_exists;
+ H5G_loc_find;
+ H5G_loc_find_by_idx;
+ H5G_loc_free;
+ H5G_loc_get_comment;
+ H5G_loc_info;
H5G__loc_insert;
+ H5G_loc_reset;
+ H5G_loc_set_comment;
+ H5G_map_obj_type;
+ H5G_mkroot;
+ __h5g_MOD_h5gclose_f;
+ __h5g_MOD_h5gcreate_anon_f;
+ __h5g_MOD_h5gcreate_f;
+ __h5g_MOD_h5gget_comment_f;
+ __h5g_MOD_h5gget_create_plist_f;
+ __h5g_MOD_h5gget_info_by_idx_f;
+ __h5g_MOD_h5gget_info_by_name_f;
+ __h5g_MOD_h5gget_info_f;
+ __h5g_MOD_h5gget_linkval_f;
+ __h5g_MOD_h5gget_obj_info_idx_f;
+ __h5g_MOD_h5glink2_f;
+ __h5g_MOD_h5glink_f;
+ __h5g_MOD_h5gmove2_f;
+ __h5g_MOD_h5gmove_f;
+ __h5g_MOD_h5gn_members_f;
+ __h5g_MOD_h5gopen_f;
+ __h5g_MOD_h5gset_comment_f;
+ __h5g_MOD_h5gunlink_f;
+ H5G_mount;
+ H5G_mounted;
+ H5Gmove;
+ H5Gmove2;
+ h5gmove2_c_;
+ h5gmove_c_;
+ H5G_name_copy;
+ H5G_name_free;
H5G__name_init;
+ H5G_nameof;
+ H5G_name_replace;
+ H5G_name_reset;
+ H5G_name_set;
H5G__new_dense_info_test;
+ h5gn_members_c_;
H5G__node_build_table;
H5G__node_by_idx;
+ H5G_node_close;
H5G__node_copy;
+ H5G_node_debug;
H5G__node_free;
H5G__node_init;
H5G__node_iterate;
H5G__node_iterate_size;
H5G__node_sumup;
+ H5G_normalize;
H5G__obj_create;
H5G__obj_create_real;
H5G__obj_get_linfo;
+ H5G_obj_get_name_by_idx;
H5G__obj_info;
+ H5G_obj_insert;
H5G__obj_iterate;
H5G__obj_lookup;
+ H5G_obj_lookup_by_idx;
+ H5G_obj_remove;
+ H5G_obj_remove_by_idx;
+ H5G_oloc;
+ H5G_open;
+ H5Gopen1;
+ H5Gopen2;
+ h5gopen_c_;
H5G__open_name;
+ H5G_root_free;
+ H5G_root_loc;
+ H5G_rootof;
+ H5Gset_comment;
+ h5gset_comment_c_;
H5G__stab_bh_size;
H5G__stab_count;
H5G__stab_create;
@@ -848,87 +1271,79 @@ HDF5_SERIAL_1.8.7 {
H5G__stab_remove;
H5G__stab_remove_by_idx;
H5G__stab_valid;
- H5G__traverse_special;
- H5G__user_path_test;
- H5G__verify_cached_stab_test;
- H5G__verify_cached_stabs_test;
- H5G_build_fullpath_refstr_str;
- H5G_close;
- H5G_ent_decode;
- H5G_ent_encode;
- H5G_fileof;
- H5G_get_name;
- H5G_get_name_by_addr;
- H5G_get_shared_count;
- H5G_iterate;
- H5G_link_to_info;
- H5G_loc;
- H5G_loc_exists;
- H5G_loc_find;
- H5G_loc_find_by_idx;
- H5G_loc_free;
- H5G_loc_get_comment;
- H5G_loc_info;
- H5G_loc_reset;
- H5G_loc_set_comment;
- H5G_map_obj_type;
- H5G_mkroot;
- H5G_mount;
- H5G_mounted;
- H5G_name_copy;
- H5G_name_free;
- H5G_name_replace;
- H5G_name_reset;
- H5G_name_set;
- H5G_nameof;
- H5G_node_close;
- H5G_node_debug;
- H5G_normalize;
- H5G_obj_get_name_by_idx;
- H5G_obj_insert;
- H5G_obj_lookup_by_idx;
- H5G_obj_remove;
- H5G_obj_remove_by_idx;
- H5G_oloc;
- H5G_open;
- H5G_root_free;
- H5G_root_loc;
- H5G_rootof;
H5G_term_interface;
H5G_traverse;
+ H5G__traverse_special;
+ H5Gunlink;
+ h5gunlink_c_;
H5G_unmount;
+ H5G__user_path_test;
+ H5G__verify_cached_stabs_test;
+ H5G__verify_cached_stab_test;
H5G_visit;
- H5Gclose;
- H5Gcreate1;
- H5Gcreate2;
- H5Gcreate_anon;
- H5Gget_comment;
- H5Gget_create_plist;
- H5Gget_info;
- H5Gget_info_by_idx;
- H5Gget_info_by_name;
- H5Gget_linkval;
- H5Gget_num_objs;
- H5Gget_objinfo;
- H5Gget_objname_by_idx;
- H5Gget_objtype_by_idx;
- H5Giterate;
- H5Glink2;
- H5Glink;
- H5Gmove2;
- H5Gmove;
- H5Gopen1;
- H5Gopen2;
- H5Gset_comment;
- H5Gunlink;
- H5HF_FSPACE_SECT_CLS_FIRST_ROW;
- H5HF_FSPACE_SECT_CLS_INDIRECT;
- H5HF_FSPACE_SECT_CLS_NORMAL_ROW;
- H5HF_FSPACE_SECT_CLS_SINGLE;
- H5HF_HUGE_BT2_DIR;
- H5HF_HUGE_BT2_FILT_DIR;
- H5HF_HUGE_BT2_FILT_INDIR;
- H5HF_HUGE_BT2_INDIR;
+ H5_H5A_shared_t_reg_free_list;
+ H5_H5A_t_ptr_seq_free_list;
+ H5_H5A_t_reg_free_list;
+ H5_H5B2_internal_t_reg_free_list;
+ H5_H5B2_leaf_t_reg_free_list;
+ H5_H5B2_node_info_t_seq_free_list;
+ H5_H5B_t_reg_free_list;
+ H5_H5D_chunk_info_t_reg_free_list;
+ H5_H5D_copy_file_ud_t_reg_free_list;
+ H5_H5FD_free_t_reg_free_list;
+ H5_H5F_file_t_reg_free_list;
+ H5_H5FL_blk_node_t_reg_free_list;
+ H5_H5FL_fac_gc_node_t_reg_free_list;
+ H5_H5FL_fac_head_t_reg_free_list;
+ H5_H5FS_bin_t_seq_free_list;
+ H5_H5FS_node_t_reg_free_list;
+ H5_H5FS_section_class_t_seq_free_list;
+ H5_H5FS_sinfo_t_reg_free_list;
+ H5_H5FS_t_reg_free_list;
+ H5_H5F_super_t_reg_free_list;
+ H5_H5F_t_reg_free_list;
+ H5_H5G_copy_file_ud_t_reg_free_list;
+ H5_H5G_entry_t_seq_free_list;
+ H5_H5G_node_t_reg_free_list;
+ H5_H5G_shared_t_reg_free_list;
+ H5_H5G_t_reg_free_list;
+ H5_H5HF_block_loc_t_reg_free_list;
+ H5_H5HF_direct_t_reg_free_list;
+ H5_H5HF_free_section_t_reg_free_list;
+ H5_H5HF_indirect_ent_t_seq_free_list;
+ H5_H5HF_indirect_filt_ent_t_seq_free_list;
+ H5_H5HF_indirect_ptr_t_seq_free_list;
+ H5_H5HF_indirect_t_reg_free_list;
+ H5_H5HG_heap_t_reg_free_list;
+ H5_H5HG_obj_t_seq_free_list;
+ H5_H5HL_free_t_reg_free_list;
+ H5_H5MF_free_section_t_reg_free_list;
+ H5_H5MP_pool_t_reg_free_list;
+ H5_H5O_addr_map_t_reg_free_list;
+ H5_H5_obj_t_reg_free_list;
+ H5_H5O_chunk_proxy_t_reg_free_list;
+ H5_H5O_chunk_t_seq_free_list;
+ H5_H5O_cont_t_reg_free_list;
+ H5_H5O_cont_t_seq_free_list;
+ H5_H5O_copy_dtype_merge_list_t_reg_free_list;
+ H5_H5O_copy_search_comm_dt_key_t_reg_free_list;
+ H5_H5O_fill_t_reg_free_list;
+ H5_H5O_layout_t_reg_free_list;
+ H5_H5O_mesg_t_seq_free_list;
+ H5_H5O_pline_t_reg_free_list;
+ H5_H5O_t_reg_free_list;
+ H5_H5O_unknown_t_reg_free_list;
+ H5_H5S_extent_t_reg_free_list;
+ H5_H5SM_index_header_t_arr_free_list;
+ H5_H5SM_list_t_reg_free_list;
+ H5_H5SM_master_table_t_reg_free_list;
+ H5_H5SM_sohm_t_arr_free_list;
+ H5_H5S_t_reg_free_list;
+ H5_H5T_shared_t_reg_free_list;
+ H5_H5T_t_reg_free_list;
+ H5_haddr_t_reg_free_list;
+ H5_haddr_t_seq_free_list;
+ H5_hash_string;
H5HF_close;
H5HF_cmp_cparam_test;
H5HF_create;
@@ -940,6 +1355,10 @@ HDF5_SERIAL_1.8.7 {
H5HF_dtable_size_to_row;
H5HF_dtable_size_to_rows;
H5HF_dtable_span_size;
+ H5HF_FSPACE_SECT_CLS_FIRST_ROW;
+ H5HF_FSPACE_SECT_CLS_INDIRECT;
+ H5HF_FSPACE_SECT_CLS_NORMAL_ROW;
+ H5HF_FSPACE_SECT_CLS_SINGLE;
H5HF_get_cparam_test;
H5HF_get_dblock_free_test;
H5HF_get_dblock_size_test;
@@ -979,11 +1398,15 @@ HDF5_SERIAL_1.8.7 {
H5HF_hdr_skip_blocks;
H5HF_hdr_start_iter;
H5HF_hdr_update_iter;
+ H5HF_HUGE_BT2_DIR;
H5HF_huge_bt2_dir_remove;
+ H5HF_HUGE_BT2_FILT_DIR;
H5HF_huge_bt2_filt_dir_found;
H5HF_huge_bt2_filt_dir_remove;
+ H5HF_HUGE_BT2_FILT_INDIR;
H5HF_huge_bt2_filt_indir_found;
H5HF_huge_bt2_filt_indir_remove;
+ H5HF_HUGE_BT2_INDIR;
H5HF_huge_bt2_indir_found;
H5HF_huge_bt2_indir_remove;
H5HF_huge_delete;
@@ -1037,21 +1460,21 @@ HDF5_SERIAL_1.8.7 {
H5HF_man_remove;
H5HF_man_write;
H5HF_op;
+ H5HF_open;
H5HF_op_read;
H5HF_op_write;
- H5HF_open;
H5HF_read;
H5HF_remove;
H5HF_sect_indirect_add;
H5HF_sect_row_get_iblock;
H5HF_sect_row_reduce;
H5HF_sect_row_revive;
+ H5HF_sects_debug;
H5HF_sect_single_dblock_info;
H5HF_sect_single_free;
H5HF_sect_single_new;
H5HF_sect_single_reduce;
H5HF_sect_single_revive;
- H5HF_sects_debug;
H5HF_size;
H5HF_space_add;
H5HF_space_close;
@@ -1107,2348 +1530,913 @@ HDF5_SERIAL_1.8.7 {
H5HP_insert;
H5HP_remove;
H5HP_top;
+ H5_hsize_t_arr_free_list;
+ H5_hsize_t_seq_free_list;
H5I_clear_type;
+ H5Iclear_type;
H5I_dec_app_ref;
H5I_dec_app_ref_always_close;
H5I_dec_ref;
- H5I_dec_type_ref;
- H5I_get_file_id;
- H5I_get_name_test;
- H5I_get_ref;
- H5I_get_type;
- H5I_inc_ref;
- H5I_iterate;
- H5I_nmembers;
- H5I_object;
- H5I_object_verify;
- H5I_register;
- H5I_register_type;
- H5I_remove;
- H5I_subst;
- H5I_term_interface;
- H5Iclear_type;
H5Idec_ref;
+ h5idec_ref_c_;
+ H5I_dec_type_ref;
H5Idec_type_ref;
H5Idestroy_type;
+ h5i_flags_;
+ H5I_get_file_id;
H5Iget_file_id;
+ h5iget_file_id_c_;
H5Iget_name;
+ h5iget_name_c_;
+ H5I_get_name_test;
+ H5I_get_ref;
H5Iget_ref;
+ h5iget_ref_c_;
+ H5I_get_type;
H5Iget_type;
+ h5iget_type_c_;
H5Iget_type_ref;
+ H5I_inc_ref;
H5Iinc_ref;
+ h5iinc_ref_c_;
H5Iinc_type_ref;
H5Iis_valid;
+ h5iis_valid_c_;
+ H5I_iterate;
+ H5IM_find_palette;
+ H5IMget_image_info;
+ h5imget_image_info_c_;
+ H5IMget_npalettes;
+ h5imget_npalettes_c_;
+ H5IM_get_palette;
+ H5IMget_palette;
+ h5imget_palette_c_;
+ H5IMget_palettef;
+ H5IMget_palette_info;
+ h5imget_palette_info_c_;
+ H5IMis_image;
+ h5imis_image_c_;
+ H5IMis_palette;
+ h5imis_palette_c_;
+ H5IMlink_palette;
+ h5imlink_palette_c_;
+ H5IMmake_image_24bit;
+ h5immake_image_24bit_c_;
+ H5IMmake_image_24bitf;
+ H5IMmake_image_8bit;
+ h5immake_image_8bit_c_;
+ H5IMmake_image_8bitf;
+ H5IMmake_palette;
+ h5immake_palette_c_;
+ H5IMmake_palettef;
+ __h5im_MOD_h5imget_image_info_f;
+ __h5im_MOD_h5imget_npalettes_f;
+ __h5im_MOD_h5imget_palette_f;
+ __h5im_MOD_h5imget_palette_info_f;
+ __h5im_MOD_h5imis_image_f;
+ __h5im_MOD_h5imis_palette_f;
+ __h5im_MOD_h5imlink_palette_f;
+ __h5im_MOD_h5immake_image_24bit_f;
+ __h5im_MOD_h5immake_image_8bit_f;
+ __h5im_MOD_h5immake_palette_f;
+ __h5im_MOD_h5imread_image_f;
+ __h5im_MOD_h5imunlink_palette_f;
+ __h5i_MOD_h5idec_ref_f;
+ __h5i_MOD_h5iget_file_id_f;
+ __h5i_MOD_h5iget_name_f;
+ __h5i_MOD_h5iget_ref_f;
+ __h5i_MOD_h5iget_type_f;
+ __h5i_MOD_h5iinc_ref_f;
+ __h5i_MOD_h5iis_valid_f;
+ H5IMread_image;
+ h5imread_image_c_;
+ H5IMread_imagef;
+ H5IMunlink_palette;
+ h5imunlink_palette_c_;
+ h5init1_flags_c_;
+ h5init_flags_c_;
+ H5_init_library;
+ h5init_types_c_;
H5Inmembers;
+ H5I_nmembers;
+ H5I_object;
+ H5I_object_verify;
H5Iobject_verify;
H5Iregister;
+ H5I_register;
+ H5I_register_type;
H5Iregister_type;
+ H5I_remove;
H5Iremove_verify;
H5Isearch;
+ H5I_subst;
+ H5I_term_interface;
H5Itype_exists;
- H5L_EXTERN_LINK_CLASS;
- H5L_create_hard;
- H5L_create_soft;
- H5L_create_ud;
- H5L_delete;
- H5L_find_class;
- H5L_get_default_lcpl;
- H5L_get_info;
- H5L_get_val;
- H5L_init;
- H5L_link;
- H5L_link_copy_file;
- H5L_link_object;
- H5L_move;
- H5L_register;
- H5L_register_external;
- H5L_term_interface;
- H5L_unregister;
H5Lcopy;
+ h5lcopy_c_;
H5Lcreate_external;
+ h5lcreate_external_c_;
+ H5L_create_hard;
H5Lcreate_hard;
+ h5lcreate_hard_c_;
+ H5L_create_soft;
H5Lcreate_soft;
+ h5lcreate_soft_c_;
+ H5L_create_ud;
H5Lcreate_ud;
H5Ldelete;
+ H5L_delete;
H5Ldelete_by_idx;
+ h5ldelete_by_idx_c_;
+ h5ldelete_c_;
H5Lexists;
+ h5lexists_c_;
+ H5L_EXTERN_LINK_CLASS;
+ H5L_find_class;
+ h5l_flags_;
+ H5L_get_default_lcpl;
+ H5L_get_info;
H5Lget_info;
H5Lget_info_by_idx;
+ h5lget_info_by_idx_c_;
+ h5lget_info_c_;
H5Lget_name_by_idx;
+ h5lget_name_by_idx_c_;
+ H5L_get_val;
H5Lget_val;
H5Lget_val_by_idx;
+ h5lget_val_c_;
+ H5_lheap_chunk_blk_free_list;
+ h5lib_flags_;
+ H5libhdf5_settings;
+ __h5lib_MOD_h5check_version_f;
+ __h5lib_MOD_h5close_f;
+ __h5lib_MOD_h5dont_atexit_f;
+ __h5lib_MOD_h5garbage_collect_f;
+ __h5lib_MOD_h5get_libversion_f;
+ __h5lib_MOD_h5open_f;
+ H5_lib_vers_info_g;
+ H5L_init;
H5Lis_registered;
+ h5lis_registered_c_;
H5Literate;
H5Literate_by_name;
+ H5L_link;
+ H5L_link_copy_file;
+ H5L_link_object;
+ __h5l_MOD_h5lcopy_f;
+ __h5l_MOD_h5lcreate_external_f;
+ __h5l_MOD_h5lcreate_hard_f;
+ __h5l_MOD_h5lcreate_soft_f;
+ __h5l_MOD_h5ldelete_by_idx_f;
+ __h5l_MOD_h5ldelete_f;
+ __h5l_MOD_h5lexists_f;
+ __h5l_MOD_h5lget_info_by_idx_f;
+ __h5l_MOD_h5lget_info_f;
+ __h5l_MOD_h5lget_name_by_idx_f;
+ __h5l_MOD_h5lis_registered_f;
+ __h5l_MOD_h5lmove_f;
H5Lmove;
+ H5L_move;
+ h5lmove_c_;
H5Lregister;
- H5Lunpack_elink_val;
- H5Lunregister;
- H5Lvisit;
- H5Lvisit_by_name;
- H5MF_FSPACE_SECT_CLS_SIMPLE;
- H5MF_aggr_absorb;
- H5MF_aggr_alloc;
- H5MF_aggr_can_absorb;
- H5MF_aggr_query;
- H5MF_aggr_try_extend;
- H5MF_aggr_vfd_alloc;
- H5MF_aggrs_try_shrink_eoa;
- H5MF_alloc;
- H5MF_alloc_open;
- H5MF_alloc_start;
- H5MF_alloc_tmp;
- H5MF_close;
- H5MF_free_aggrs;
- H5MF_get_freespace;
- H5MF_init_merge_flags;
- H5MF_sect_simple_can_shrink;
- H5MF_sect_simple_free;
- H5MF_sect_simple_new;
- H5MF_sect_simple_shrink;
- H5MF_try_extend;
- H5MF_try_shrink;
- H5MF_xfree;
- H5MM_realloc;
- H5MM_strdup;
- H5MM_xfree;
- H5MM_xstrdup;
- H5MP_close;
- H5MP_create;
- H5MP_free;
- H5MP_get_page_free_size;
- H5MP_get_page_next_page;
- H5MP_get_pool_first_page;
- H5MP_get_pool_free_size;
- H5MP_malloc;
- H5MP_pool_is_free_size_correct;
- H5O_MSG_AINFO;
- H5O_MSG_ATTR;
- H5O_MSG_BTREEK;
- H5O_MSG_CONT;
- H5O_MSG_DRVINFO;
- H5O_MSG_DTYPE;
- H5O_MSG_EFL;
- H5O_MSG_FILL;
- H5O_MSG_FILL_NEW;
- H5O_MSG_GINFO;
- H5O_MSG_LAYOUT;
- H5O_MSG_LINFO;
- H5O_MSG_LINK;
- H5O_MSG_MTIME;
- H5O_MSG_MTIME_NEW;
- H5O_MSG_NAME;
- H5O_MSG_NULL;
- H5O_MSG_PLINE;
- H5O_MSG_REFCOUNT;
- H5O_MSG_SDSPACE;
- H5O_MSG_SHMESG;
- H5O_MSG_STAB;
- H5O_MSG_UNKNOWN;
- H5O_OBJ_DATASET;
- H5O_OBJ_DATATYPE;
- H5O_OBJ_GROUP;
- H5O_alloc;
- H5O_alloc_msgs;
- H5O_attr_bh_info;
- H5O_attr_count;
- H5O_attr_count_real;
- H5O_attr_create;
- H5O_attr_delete;
- H5O_attr_dense_info_test;
- H5O_attr_exists;
- H5O_attr_iterate;
- H5O_attr_iterate_real;
- H5O_attr_link;
- H5O_attr_open_by_idx;
- H5O_attr_open_by_name;
- H5O_attr_remove;
- H5O_attr_remove_by_idx;
- H5O_attr_rename;
- H5O_attr_reset;
- H5O_attr_update_shared;
- H5O_attr_write;
- H5O_check_msg_marked_test;
- H5O_chunk_add;
- H5O_chunk_delete;
- H5O_chunk_protect;
- H5O_chunk_resize;
- H5O_chunk_unprotect;
- H5O_chunk_update_idx;
- H5O_close;
- H5O_condense_header;
- H5O_copy_expand_ref;
- H5O_copy_header_map;
- H5O_create;
- H5O_debug;
- H5O_debug_id;
- H5O_debug_real;
- H5O_dec_rc;
- H5O_dec_rc_by_loc;
- H5O_delete;
- H5O_delete_mesg;
- H5O_efl_total_size;
- H5O_expunge_chunks_test;
- H5O_fill_convert;
- H5O_fill_reset_dyn;
- H5O_fill_set_latest_version;
- H5O_flush_msgs;
- H5O_free;
- H5O_get_create_plist;
- H5O_get_hdr_info;
- H5O_get_info;
- H5O_get_loc;
- H5O_get_nlinks;
- H5O_get_oh_addr;
- H5O_get_rc;
- H5O_get_rc_and_type;
- H5O_inc_rc;
- H5O_is_attr_dense_test;
- H5O_is_attr_empty_test;
- H5O_link;
- H5O_link_delete;
- H5O_link_oh;
- H5O_loc_copy;
- H5O_loc_free;
- H5O_loc_hold_file;
- H5O_loc_reset;
- H5O_msg_alloc;
- H5O_msg_append_oh;
- H5O_msg_append_real;
- H5O_msg_can_share;
- H5O_msg_can_share_in_ohdr;
- H5O_msg_class_g;
- H5O_msg_copy;
- H5O_msg_copy_file;
- H5O_msg_count;
- H5O_msg_count_real;
- H5O_msg_create;
- H5O_msg_decode;
- H5O_msg_delete;
- H5O_msg_encode;
- H5O_msg_exists;
- H5O_msg_exists_oh;
- H5O_msg_flush;
- H5O_msg_free;
- H5O_msg_free_mesg;
- H5O_msg_free_real;
- H5O_msg_get_chunkno;
- H5O_msg_get_crt_index;
- H5O_msg_is_shared;
- H5O_msg_iterate;
- H5O_msg_iterate_real;
- H5O_msg_lock;
- H5O_msg_raw_size;
- H5O_msg_read;
- H5O_msg_read_oh;
- H5O_msg_remove;
- H5O_msg_remove_op;
- H5O_msg_remove_real;
- H5O_msg_reset;
- H5O_msg_reset_share;
- H5O_msg_set_share;
- H5O_msg_size_f;
- H5O_msg_size_oh;
- H5O_msg_unlock;
- H5O_msg_write;
- H5O_msg_write_oh;
- H5O_msg_write_real;
- H5O_num_attrs_test;
- H5O_obj_class;
- H5O_obj_create;
- H5O_obj_type;
- H5O_open;
- H5O_open_by_loc;
- H5O_open_name;
- H5O_pin;
- H5O_pline_set_latest_version;
- H5O_protect;
- H5O_release_mesg;
- H5O_set_shared;
- H5O_shared_copy_file;
- H5O_shared_debug;
- H5O_shared_decode;
- H5O_shared_delete;
- H5O_shared_encode;
- H5O_shared_link;
- H5O_shared_post_copy_file;
- H5O_shared_size;
- H5O_touch;
- H5O_touch_oh;
- H5O_unpin;
- H5O_unprotect;
- H5Oclose;
- H5Ocopy;
- H5Odecr_refcount;
- H5Oexists_by_name;
- H5Oget_comment;
- H5Oget_comment_by_name;
- H5Oget_info;
- H5Oget_info_by_idx;
- H5Oget_info_by_name;
- H5Oincr_refcount;
- H5Olink;
- H5Oopen;
- H5Oopen_by_addr;
- H5Oopen_by_idx;
- H5Oset_comment;
- H5Oset_comment_by_name;
- H5Ovisit;
- H5Ovisit_by_name;
- H5P_CLS_ACRT;
- H5P_CLS_ATTRIBUTE_CREATE_g;
- H5P_CLS_DACC;
- H5P_CLS_DATASET_ACCESS_g;
- H5P_CLS_DATASET_CREATE_g;
- H5P_CLS_DATASET_XFER_g;
- H5P_CLS_DATATYPE_ACCESS_g;
- H5P_CLS_DATATYPE_CREATE_g;
- H5P_CLS_DCRT;
- H5P_CLS_DXFR;
- H5P_CLS_FACC;
- H5P_CLS_FCRT;
- H5P_CLS_FILE_ACCESS_g;
- H5P_CLS_FILE_CREATE_g;
- H5P_CLS_FILE_MOUNT_g;
- H5P_CLS_FMNT;
- H5P_CLS_GACC;
- H5P_CLS_GCRT;
- H5P_CLS_GROUP_ACCESS_g;
- H5P_CLS_GROUP_CREATE_g;
- H5P_CLS_LACC;
- H5P_CLS_LCRT;
- H5P_CLS_LINK_ACCESS_g;
- H5P_CLS_LINK_CREATE_g;
- H5P_CLS_OBJECT_COPY_g;
- H5P_CLS_OBJECT_CREATE_g;
- H5P_CLS_OCPY;
- H5P_CLS_OCRT;
- H5P_CLS_ROOT;
- H5P_CLS_ROOT_g;
- H5P_CLS_STRCRT;
- H5P_CLS_STRING_CREATE_g;
- H5P_CLS_TACC;
- H5P_CLS_TCRT;
- H5P_LST_ATTRIBUTE_CREATE_g;
- H5P_LST_DATASET_ACCESS_g;
- H5P_LST_DATASET_CREATE_g;
- H5P_LST_DATASET_XFER_g;
- H5P_LST_DATATYPE_ACCESS_g;
- H5P_LST_DATATYPE_CREATE_g;
- H5P_LST_FILE_ACCESS_g;
- H5P_LST_FILE_CREATE_g;
- H5P_LST_FILE_MOUNT_g;
- H5P_LST_GROUP_ACCESS_g;
- H5P_LST_GROUP_CREATE_g;
- H5P_LST_LINK_ACCESS_g;
- H5P_LST_LINK_CREATE_g;
- H5P_LST_OBJECT_COPY_g;
- H5P__find_prop_plist;
- H5P_access_class;
- H5P_add_prop;
- H5P_close;
- H5P_close_class;
- H5P_cmp_class;
- H5P_cmp_plist;
- H5P_copy_pclass;
- H5P_copy_plist;
- H5P_copy_prop_pclass;
- H5P_copy_prop_plist;
- H5P_create_class;
- H5P_create_id;
- H5P_exist_pclass;
- H5P_exist_plist;
- H5P_facc_close;
- H5P_fill_value_cmp;
- H5P_fill_value_defined;
- H5P_get;
- H5P_get_class;
- H5P_get_class_name;
- H5P_get_class_parent;
- H5P_get_class_path;
- H5P_get_class_path_test;
- H5P_get_driver;
- H5P_get_driver_info;
- H5P_get_fill_value;
- H5P_get_filter;
- H5P_get_filter_by_id;
- H5P_get_nprops_pclass;
- H5P_get_nprops_plist;
- H5P_get_size_pclass;
- H5P_get_size_plist;
- H5P_init;
- H5P_insert;
- H5P_is_fill_value_defined;
- H5P_isa_class;
- H5P_iterate_pclass;
- H5P_iterate_plist;
- H5P_modify_filter;
- H5P_object_verify;
- H5P_open_class_path;
- H5P_open_class_path_test;
- H5P_peek_hid_t;
- H5P_peek_size_t;
- H5P_peek_unsigned;
- H5P_peek_voidp;
- H5P_register;
- H5P_register_real;
- H5P_remove;
- H5P_reset_external_file_test;
- H5P_set;
- H5P_set_driver;
- H5P_set_vlen_mem_manager;
- H5P_term_interface;
- H5P_unregister;
- H5Padd_merge_committed_dtype_path;
- H5Pall_filters_avail;
- H5Pclose;
- H5Pclose_class;
- H5Pcopy;
- H5Pcopy_prop;
- H5Pcreate;
- H5Pcreate_class;
- H5Pequal;
- H5Pexist;
- H5Pfill_value_defined;
- H5Pfree_merge_committed_dtype_paths;
- H5Pget;
- H5Pget_alignment;
- H5Pget_alloc_time;
- H5Pget_attr_creation_order;
- H5Pget_attr_phase_change;
- H5Pget_btree_ratios;
- H5Pget_buffer;
- H5Pget_cache;
- H5Pget_char_encoding;
- H5Pget_chunk;
- H5Pget_chunk_cache;
- H5Pget_class;
- H5Pget_class_name;
- H5Pget_class_parent;
- H5Pget_copy_object;
- H5Pget_create_intermediate_group;
- H5Pget_data_transform;
- H5Pget_driver;
- H5Pget_driver_info;
- H5Pget_edc_check;
- H5Pget_elink_acc_flags;
- H5Pget_elink_cb;
- H5Pget_elink_fapl;
- H5Pget_elink_file_cache_size;
- H5Pget_elink_prefix;
- H5Pget_est_link_info;
- H5Pget_external;
- H5Pget_external_count;
- H5Pget_family_offset;
- H5Pget_fapl_core;
- H5Pget_fapl_family;
- H5Pget_fapl_multi;
- H5Pget_fclose_degree;
- H5Pget_file_image;
- H5Pget_file_image_callbacks;
- H5Pget_fill_time;
- H5Pget_fill_value;
- H5Pget_filter1;
- H5Pget_filter2;
- H5Pget_filter_by_id1;
- H5Pget_filter_by_id2;
- H5Pget_gc_references;
- H5Pget_hyper_vector_size;
- H5Pget_istore_k;
- H5Pget_layout;
- H5Pget_libver_bounds;
- H5Pget_link_creation_order;
- H5Pget_link_phase_change;
- H5Pget_local_heap_size_hint;
- H5Pget_mcdt_search_cb;
- H5Pget_mdc_config;
- H5Pget_meta_block_size;
- H5Pget_multi_type;
- H5Pget_nfilters;
- H5Pget_nlinks;
- H5Pget_nprops;
- H5Pget_obj_track_times;
- H5Pget_preserve;
- H5Pget_shared_mesg_index;
- H5Pget_shared_mesg_nindexes;
- H5Pget_shared_mesg_phase_change;
- H5Pget_sieve_buf_size;
- H5Pget_size;
- H5Pget_sizes;
- H5Pget_small_data_block_size;
- H5Pget_sym_k;
- H5Pget_type_conv_cb;
- H5Pget_userblock;
- H5Pget_version;
- H5Pget_vlen_mem_manager;
- H5Pinsert1;
- H5Pinsert2;
- H5Pisa_class;
- H5Piterate;
- H5Pmodify_filter;
- H5Pregister1;
- H5Pregister2;
- H5Premove;
- H5Premove_filter;
- H5Pset;
- H5Pset_alignment;
- H5Pset_alloc_time;
- H5Pset_attr_creation_order;
- H5Pset_attr_phase_change;
- H5Pset_btree_ratios;
- H5Pset_buffer;
- H5Pset_cache;
- H5Pset_char_encoding;
- H5Pset_chunk;
- H5Pset_chunk_cache;
- H5Pset_copy_object;
- H5Pset_create_intermediate_group;
- H5Pset_data_transform;
- H5Pset_deflate;
- H5Pset_driver;
- H5Pset_edc_check;
- H5Pset_elink_acc_flags;
- H5Pset_elink_cb;
- H5Pset_elink_fapl;
- H5Pset_elink_file_cache_size;
- H5Pset_elink_prefix;
- H5Pset_est_link_info;
- H5Pset_external;
- H5Pset_family_offset;
- H5Pset_fapl_core;
- H5Pset_fapl_family;
- H5Pset_fapl_log;
- H5Pset_fapl_multi;
- H5Pset_fapl_sec2;
- H5Pset_fapl_split;
- H5Pset_fapl_stdio;
- H5Pset_fclose_degree;
- H5Pset_file_image;
- H5Pset_file_image_callbacks;
- H5Pset_fill_time;
- H5Pset_fill_value;
- H5Pset_filter;
- H5Pset_filter_callback;
- H5Pset_fletcher32;
- H5Pset_gc_references;
- H5Pset_hyper_vector_size;
- H5Pset_istore_k;
- H5Pset_layout;
- H5Pset_libver_bounds;
- H5Pset_link_creation_order;
- H5Pset_link_phase_change;
- H5Pset_local_heap_size_hint;
- H5Pset_mcdt_search_cb;
- H5Pset_mdc_config;
- H5Pset_meta_block_size;
- H5Pset_multi_type;
- H5Pset_nbit;
- H5Pset_nlinks;
- H5Pset_obj_track_times;
- H5Pset_preserve;
- H5Pset_scaleoffset;
- H5Pset_shared_mesg_index;
- H5Pset_shared_mesg_nindexes;
- H5Pset_shared_mesg_phase_change;
- H5Pset_shuffle;
- H5Pset_sieve_buf_size;
- H5Pset_sizes;
- H5Pset_small_data_block_size;
- H5Pset_sym_k;
- H5Pset_szip;
- H5Pset_type_conv_cb;
- H5Pset_userblock;
- H5Pset_vlen_mem_manager;
- H5Punregister;
- H5RC_create;
- H5RC_decr;
- H5RS_cmp;
- H5RS_create;
- H5RS_decr;
- H5RS_dup;
- H5RS_dup_str;
- H5RS_get_count;
- H5RS_get_str;
- H5RS_incr;
- H5RS_len;
- H5RS_own;
- H5RS_wrap;
- H5R_get_obj_type;
- H5R_init;
- H5R_term_interface;
- H5Rcreate;
- H5Rdereference;
- H5Rget_name;
- H5Rget_obj_type1;
- H5Rget_obj_type2;
- H5Rget_region;
- H5SL_above;
- H5SL_add;
- H5SL_below;
- H5SL_close;
- H5SL_count;
- H5SL_create;
- H5SL_destroy;
- H5SL_find;
- H5SL_first;
- H5SL_free;
- H5SL_greater;
- H5SL_insert;
- H5SL_item;
- H5SL_iterate;
- H5SL_last;
- H5SL_less;
- H5SL_next;
- H5SL_prev;
- H5SL_release;
- H5SL_remove;
- H5SL_remove_first;
- H5SL_search;
- H5SL_term_interface;
- H5SM_INDEX;
- H5SM_bt2_convert_to_list_op;
- H5SM_can_share;
- H5SM_delete;
- H5SM_get_fheap_addr;
- H5SM_get_hash_fh_cb;
- H5SM_get_index;
- H5SM_get_info;
- H5SM_get_mesg_count_test;
- H5SM_get_refcount;
- H5SM_ih_size;
- H5SM_init;
- H5SM_list_debug;
- H5SM_list_free;
- H5SM_message_compare;
- H5SM_message_decode;
- H5SM_message_encode;
- H5SM_reconstitute;
- H5SM_table_debug;
- H5SM_table_free;
- H5SM_try_share;
- H5SM_type_shared;
- H5ST_close;
- H5ST_create;
- H5ST_delete;
- H5ST_find;
- H5ST_findfirst;
- H5ST_findnext;
- H5ST_insert;
- H5ST_locate;
- H5ST_remove;
- H5ST_search;
- H5S_append;
- H5S_close;
- H5S_copy;
- H5S_create;
- H5S_create_simple;
- H5S_debug;
- H5S_extend;
- H5S_extent_copy;
- H5S_extent_equal;
- H5S_extent_get_dims;
- H5S_extent_nelem;
- H5S_extent_release;
- H5S_get_npoints_max;
- H5S_get_rebuild_status_test;
- H5S_get_select_bounds;
- H5S_get_select_npoints;
- H5S_get_select_offset;
- H5S_get_select_type;
- H5S_get_simple_extent_dims;
- H5S_get_simple_extent_ndims;
- H5S_get_simple_extent_npoints;
- H5S_get_simple_extent_type;
- H5S_has_extent;
- H5S_hyper_add_span_element;
- H5S_hyper_adjust_s;
- H5S_hyper_convert;
- H5S_hyper_denormalize_offset;
- H5S_hyper_intersect_block;
- H5S_hyper_normalize_offset;
- H5S_hyper_reset_scratch;
- H5S_read;
- H5S_sel_all;
- H5S_sel_hyper;
- H5S_sel_none;
- H5S_sel_point;
- H5S_select_adjust_u;
- H5S_select_all;
- H5S_select_construct_projection;
- H5S_select_copy;
- H5S_select_deserialize;
- H5S_select_elements;
- H5S_select_fill;
- H5S_select_get_seq_list;
- H5S_select_hyperslab;
- H5S_select_is_contiguous;
- H5S_select_is_regular;
- H5S_select_is_single;
- H5S_select_iter_coords;
- H5S_select_iter_init;
- H5S_select_iter_nelmts;
- H5S_select_iter_next;
- H5S_select_iter_release;
- H5S_select_iterate;
- H5S_select_none;
- H5S_select_offset;
- H5S_select_project_scalar;
- H5S_select_project_simple;
- H5S_select_release;
- H5S_select_serial_size;
- H5S_select_serialize;
- H5S_select_shape_same;
- H5S_select_shape_same_test;
- H5S_select_valid;
- H5S_set_extent;
- H5S_set_extent_real;
- H5S_set_latest_version;
- H5S_term_interface;
- H5S_write;
- H5Sclose;
- H5Scopy;
- H5Screate;
- H5Screate_simple;
- H5Sdecode;
- H5Sencode;
- H5Sextent_copy;
- H5Sextent_equal;
- H5Sget_select_bounds;
- H5Sget_select_elem_npoints;
- H5Sget_select_elem_pointlist;
- H5Sget_select_hyper_blocklist;
- H5Sget_select_hyper_nblocks;
- H5Sget_select_npoints;
- H5Sget_select_type;
- H5Sget_simple_extent_dims;
- H5Sget_simple_extent_ndims;
- H5Sget_simple_extent_npoints;
- H5Sget_simple_extent_type;
- H5Sis_simple;
- H5Soffset_simple;
- H5Sselect_all;
- H5Sselect_elements;
- H5Sselect_hyperslab;
- H5Sselect_none;
- H5Sselect_valid;
- H5Sset_extent_none;
- H5Sset_extent_simple;
- H5TN_init_interface;
- H5TS_cancel_count_dec;
- H5TS_cancel_count_inc;
- H5TS_cancel_key_g;
- H5TS_create_thread;
- H5TS_errstk_key_g;
- H5TS_first_init_g;
- H5TS_funcstk_key_g;
- H5TS_mutex_lock;
- H5TS_mutex_unlock;
- H5TS_pthread_first_thread_init;
- H5T_C_S1_g;
- H5T_FORTRAN_S1_g;
- H5T_HDSETREGREF_COMP_ALIGN_g;
- H5T_HOBJREF_COMP_ALIGN_g;
- H5T_HVL_COMP_ALIGN_g;
- H5T_IEEE_F32BE_g;
- H5T_IEEE_F32LE_g;
- H5T_IEEE_F64BE_g;
- H5T_IEEE_F64LE_g;
- H5T_NATIVE_B16_g;
- H5T_NATIVE_B32_g;
- H5T_NATIVE_B64_g;
- H5T_NATIVE_B8_g;
- H5T_NATIVE_DOUBLE_ALIGN_g;
- H5T_NATIVE_DOUBLE_COMP_ALIGN_g;
- H5T_NATIVE_DOUBLE_NEG_INF_g;
- H5T_NATIVE_DOUBLE_POS_INF_g;
- H5T_NATIVE_DOUBLE_g;
- H5T_NATIVE_FLOAT_ALIGN_g;
- H5T_NATIVE_FLOAT_COMP_ALIGN_g;
- H5T_NATIVE_FLOAT_NEG_INF_g;
- H5T_NATIVE_FLOAT_POS_INF_g;
- H5T_NATIVE_FLOAT_g;
- H5T_NATIVE_HADDR_g;
- H5T_NATIVE_HBOOL_g;
- H5T_NATIVE_HERR_g;
- H5T_NATIVE_HSIZE_g;
- H5T_NATIVE_HSSIZE_g;
- H5T_NATIVE_INT16_ALIGN_g;
- H5T_NATIVE_INT16_g;
- H5T_NATIVE_INT32_ALIGN_g;
- H5T_NATIVE_INT32_g;
- H5T_NATIVE_INT64_ALIGN_g;
- H5T_NATIVE_INT64_g;
- H5T_NATIVE_INT8_ALIGN_g;
- H5T_NATIVE_INT8_g;
- H5T_NATIVE_INT_ALIGN_g;
- H5T_NATIVE_INT_COMP_ALIGN_g;
- H5T_NATIVE_INT_FAST16_ALIGN_g;
- H5T_NATIVE_INT_FAST16_g;
- H5T_NATIVE_INT_FAST32_ALIGN_g;
- H5T_NATIVE_INT_FAST32_g;
- H5T_NATIVE_INT_FAST64_ALIGN_g;
- H5T_NATIVE_INT_FAST64_g;
- H5T_NATIVE_INT_FAST8_ALIGN_g;
- H5T_NATIVE_INT_FAST8_g;
- H5T_NATIVE_INT_LEAST16_ALIGN_g;
- H5T_NATIVE_INT_LEAST16_g;
- H5T_NATIVE_INT_LEAST32_ALIGN_g;
- H5T_NATIVE_INT_LEAST32_g;
- H5T_NATIVE_INT_LEAST64_ALIGN_g;
- H5T_NATIVE_INT_LEAST64_g;
- H5T_NATIVE_INT_LEAST8_ALIGN_g;
- H5T_NATIVE_INT_LEAST8_g;
- H5T_NATIVE_INT_g;
- H5T_NATIVE_LDOUBLE_ALIGN_g;
- H5T_NATIVE_LDOUBLE_COMP_ALIGN_g;
- H5T_NATIVE_LDOUBLE_g;
- H5T_NATIVE_LLONG_ALIGN_g;
- H5T_NATIVE_LLONG_COMP_ALIGN_g;
- H5T_NATIVE_LLONG_g;
- H5T_NATIVE_LONG_ALIGN_g;
- H5T_NATIVE_LONG_COMP_ALIGN_g;
- H5T_NATIVE_LONG_g;
- H5T_NATIVE_OPAQUE_g;
- H5T_NATIVE_SCHAR_ALIGN_g;
- H5T_NATIVE_SCHAR_COMP_ALIGN_g;
- H5T_NATIVE_SCHAR_g;
- H5T_NATIVE_SHORT_ALIGN_g;
- H5T_NATIVE_SHORT_COMP_ALIGN_g;
- H5T_NATIVE_SHORT_g;
- H5T_NATIVE_UCHAR_ALIGN_g;
- H5T_NATIVE_UCHAR_COMP_ALIGN_g;
- H5T_NATIVE_UCHAR_g;
- H5T_NATIVE_UINT16_ALIGN_g;
- H5T_NATIVE_UINT16_g;
- H5T_NATIVE_UINT32_ALIGN_g;
- H5T_NATIVE_UINT32_g;
- H5T_NATIVE_UINT64_ALIGN_g;
- H5T_NATIVE_UINT64_g;
- H5T_NATIVE_UINT8_ALIGN_g;
- H5T_NATIVE_UINT8_g;
- H5T_NATIVE_UINT_ALIGN_g;
- H5T_NATIVE_UINT_COMP_ALIGN_g;
- H5T_NATIVE_UINT_FAST16_ALIGN_g;
- H5T_NATIVE_UINT_FAST16_g;
- H5T_NATIVE_UINT_FAST32_ALIGN_g;
- H5T_NATIVE_UINT_FAST32_g;
- H5T_NATIVE_UINT_FAST64_ALIGN_g;
- H5T_NATIVE_UINT_FAST64_g;
- H5T_NATIVE_UINT_FAST8_ALIGN_g;
- H5T_NATIVE_UINT_FAST8_g;
- H5T_NATIVE_UINT_LEAST16_ALIGN_g;
- H5T_NATIVE_UINT_LEAST16_g;
- H5T_NATIVE_UINT_LEAST32_ALIGN_g;
- H5T_NATIVE_UINT_LEAST32_g;
- H5T_NATIVE_UINT_LEAST64_ALIGN_g;
- H5T_NATIVE_UINT_LEAST64_g;
- H5T_NATIVE_UINT_LEAST8_ALIGN_g;
- H5T_NATIVE_UINT_LEAST8_g;
- H5T_NATIVE_UINT_g;
- H5T_NATIVE_ULLONG_ALIGN_g;
- H5T_NATIVE_ULLONG_COMP_ALIGN_g;
- H5T_NATIVE_ULLONG_g;
- H5T_NATIVE_ULONG_ALIGN_g;
- H5T_NATIVE_ULONG_COMP_ALIGN_g;
- H5T_NATIVE_ULONG_g;
- H5T_NATIVE_USHORT_ALIGN_g;
- H5T_NATIVE_USHORT_COMP_ALIGN_g;
- H5T_NATIVE_USHORT_g;
- H5T_POINTER_COMP_ALIGN_g;
- H5T_STD_B16BE_g;
- H5T_STD_B16LE_g;
- H5T_STD_B32BE_g;
- H5T_STD_B32LE_g;
- H5T_STD_B64BE_g;
- H5T_STD_B64LE_g;
- H5T_STD_B8BE_g;
- H5T_STD_B8LE_g;
- H5T_STD_I16BE_g;
- H5T_STD_I16LE_g;
- H5T_STD_I32BE_g;
- H5T_STD_I32LE_g;
- H5T_STD_I64BE_g;
- H5T_STD_I64LE_g;
- H5T_STD_I8BE_g;
- H5T_STD_I8LE_g;
- H5T_STD_REF_DSETREG_g;
- H5T_STD_REF_OBJ_g;
- H5T_STD_U16BE_g;
- H5T_STD_U16LE_g;
- H5T_STD_U32BE_g;
- H5T_STD_U32LE_g;
- H5T_STD_U64BE_g;
- H5T_STD_U64LE_g;
- H5T_STD_U8BE_g;
- H5T_STD_U8LE_g;
- H5T_UNIX_D32BE_g;
- H5T_UNIX_D32LE_g;
- H5T_UNIX_D64BE_g;
- H5T_UNIX_D64LE_g;
- H5T_VAX_F32_g;
- H5T_VAX_F64_g;
- H5T__alloc;
- H5T__array_create;
- H5T__bit_copy;
- H5T__bit_dec;
- H5T__bit_find;
- H5T__bit_get_d;
- H5T__bit_inc;
- H5T__bit_neg;
- H5T__bit_set;
- H5T__bit_set_d;
- H5T__bit_shift;
- H5T__commit;
- H5T__commit_named;
- H5T__conv_array;
- H5T__conv_b_b;
- H5T__conv_double_float;
- H5T__conv_double_int;
- H5T__conv_double_ldouble;
- H5T__conv_double_llong;
- H5T__conv_double_long;
- H5T__conv_double_schar;
- H5T__conv_double_short;
- H5T__conv_double_uchar;
- H5T__conv_double_uint;
- H5T__conv_double_ullong;
- H5T__conv_double_ulong;
- H5T__conv_double_ushort;
- H5T__conv_enum;
- H5T__conv_f_f;
- H5T__conv_f_i;
- H5T__conv_float_double;
- H5T__conv_float_int;
- H5T__conv_float_ldouble;
- H5T__conv_float_llong;
- H5T__conv_float_long;
- H5T__conv_float_schar;
- H5T__conv_float_short;
- H5T__conv_float_uchar;
- H5T__conv_float_uint;
- H5T__conv_float_ullong;
- H5T__conv_float_ulong;
- H5T__conv_float_ushort;
- H5T__conv_i_f;
- H5T__conv_i_i;
- H5T__conv_int_double;
- H5T__conv_int_float;
- H5T__conv_int_ldouble;
- H5T__conv_int_llong;
- H5T__conv_int_long;
- H5T__conv_int_schar;
- H5T__conv_int_short;
- H5T__conv_int_uchar;
- H5T__conv_int_uint;
- H5T__conv_int_ullong;
- H5T__conv_int_ulong;
- H5T__conv_int_ushort;
- H5T__conv_ldouble_double;
- H5T__conv_ldouble_float;
- H5T__conv_ldouble_int;
- H5T__conv_ldouble_llong; /*arch=!powerpc !powerpcspe !ppc64 */
- H5T__conv_ldouble_long;
- H5T__conv_ldouble_schar;
- H5T__conv_ldouble_short;
- H5T__conv_ldouble_uchar;
- H5T__conv_ldouble_uint;
- H5T__conv_ldouble_ullong; /* arch=!powerpc !powerpcspe !ppc64 */
- H5T__conv_ldouble_ulong; /* optional */
- H5T__conv_ldouble_ushort;
- H5T__conv_llong_double;
- H5T__conv_llong_float;
- H5T__conv_llong_int;
- H5T__conv_llong_ldouble; /* arch=!powerpc !powerpcspe !ppc64 */
- H5T__conv_llong_long;
- H5T__conv_llong_schar;
- H5T__conv_llong_short;
- H5T__conv_llong_uchar;
- H5T__conv_llong_uint;
- H5T__conv_llong_ullong;
- H5T__conv_llong_ulong;
- H5T__conv_llong_ushort;
- H5T__conv_long_double;
- H5T__conv_long_float;
- H5T__conv_long_int;
- H5T__conv_long_ldouble;
- H5T__conv_long_llong;
- H5T__conv_long_schar;
- H5T__conv_long_short;
- H5T__conv_long_uchar;
- H5T__conv_long_uint;
- H5T__conv_long_ullong;
- H5T__conv_long_ulong;
- H5T__conv_long_ushort;
- H5T__conv_noop;
- H5T__conv_order;
- H5T__conv_order_opt;
- H5T__conv_s_s;
- H5T__conv_schar_double;
- H5T__conv_schar_float;
- H5T__conv_schar_int;
- H5T__conv_schar_ldouble;
- H5T__conv_schar_llong;
- H5T__conv_schar_long;
- H5T__conv_schar_short;
- H5T__conv_schar_uchar;
- H5T__conv_schar_uint;
- H5T__conv_schar_ullong;
- H5T__conv_schar_ulong;
- H5T__conv_schar_ushort;
- H5T__conv_short_double;
- H5T__conv_short_float;
- H5T__conv_short_int;
- H5T__conv_short_ldouble;
- H5T__conv_short_llong;
- H5T__conv_short_long;
- H5T__conv_short_schar;
- H5T__conv_short_uchar;
- H5T__conv_short_uint;
- H5T__conv_short_ullong;
- H5T__conv_short_ulong;
- H5T__conv_short_ushort;
- H5T__conv_struct;
- H5T__conv_struct_opt;
- H5T__conv_struct_subset;
- H5T__conv_uchar_double;
- H5T__conv_uchar_float;
- H5T__conv_uchar_int;
- H5T__conv_uchar_ldouble;
- H5T__conv_uchar_llong;
- H5T__conv_uchar_long;
- H5T__conv_uchar_schar;
- H5T__conv_uchar_short;
- H5T__conv_uchar_uint;
- H5T__conv_uchar_ullong;
- H5T__conv_uchar_ulong;
- H5T__conv_uchar_ushort;
- H5T__conv_uint_double;
- H5T__conv_uint_float;
- H5T__conv_uint_int;
- H5T__conv_uint_ldouble;
- H5T__conv_uint_llong;
- H5T__conv_uint_long;
- H5T__conv_uint_schar;
- H5T__conv_uint_short;
- H5T__conv_uint_uchar;
- H5T__conv_uint_ullong;
- H5T__conv_uint_ulong;
- H5T__conv_uint_ushort;
- H5T__conv_ullong_double;
- H5T__conv_ullong_float;
- H5T__conv_ullong_int;
- H5T__conv_ullong_ldouble; /* arch=!armel !armhf !mipsel*/
- H5T__conv_ullong_llong;
- H5T__conv_ullong_long;
- H5T__conv_ullong_schar;
- H5T__conv_ullong_short;
- H5T__conv_ullong_uchar;
- H5T__conv_ullong_uint;
- H5T__conv_ullong_ulong;
- H5T__conv_ullong_ushort;
- H5T__conv_ulong_double;
- H5T__conv_ulong_float;
- H5T__conv_ulong_int;
- H5T__conv_ulong_ldouble;
- H5T__conv_ulong_llong;
- H5T__conv_ulong_long;
- H5T__conv_ulong_schar;
- H5T__conv_ulong_short;
- H5T__conv_ulong_uchar;
- H5T__conv_ulong_uint;
- H5T__conv_ulong_ullong;
- H5T__conv_ulong_ushort;
- H5T__conv_ushort_double;
- H5T__conv_ushort_float;
- H5T__conv_ushort_int;
- H5T__conv_ushort_ldouble;
- H5T__conv_ushort_llong;
- H5T__conv_ushort_long;
- H5T__conv_ushort_schar;
- H5T__conv_ushort_short;
- H5T__conv_ushort_uchar;
- H5T__conv_ushort_uint;
- H5T__conv_ushort_ullong;
- H5T__conv_ushort_ulong;
- H5T__conv_vlen;
- H5T__create;
- H5T__enum_create;
- H5T__enum_insert;
- H5T__free;
- H5T__get_array_dims;
- H5T__get_array_ndims;
- H5T__get_member_name;
- H5T__get_member_size;
- H5T__get_member_value;
- H5T__insert;
- H5T__print_stats;
- H5T__sort_name;
- H5T__sort_value;
- H5T__update_packed;
- H5T__upgrade_version;
- H5T__visit;
- H5T__vlen_create;
- H5T__vlen_set_loc;
- H5T_close;
- H5T_cmp;
- H5T_committed;
- H5T_convert;
- H5T_copy;
- H5T_debug;
- H5T_detect_class;
- H5T_get_class;
- H5T_get_member_offset;
- H5T_get_member_type;
- H5T_get_nmembers;
- H5T_get_offset;
- H5T_get_order;
- H5T_get_precision;
- H5T_get_ref_type;
- H5T_get_sign;
- H5T_get_size;
- H5T_get_super;
- H5T_init;
- H5T_is_immutable;
- H5T_is_named;
- H5T_is_relocatable;
- H5T_is_sensible;
- H5T_is_variable_str;
- H5T_link;
- H5T_lock;
- H5T_nameof;
- H5T_native_order_g;
- H5T_oloc;
- H5T_open;
- H5T_patch_file;
- H5T_path_bkg;
- H5T_path_compound_subset;
- H5T_path_find;
- H5T_path_noop;
- H5T_set_latest_version;
- H5T_set_loc;
- H5T_term_interface;
- H5T_update_shared;
- H5T_vlen_get_alloc_info;
- H5T_vlen_reclaim;
- H5T_vlen_reclaim_elmt;
- H5Tarray_create1;
- H5Tarray_create2;
- H5Tclose;
- H5Tcommit1;
- H5Tcommit2;
- H5Tcommit_anon;
- H5Tcommitted;
- H5Tcompiler_conv;
- H5Tconvert;
- H5Tcopy;
- H5Tcreate;
- H5Tdecode;
- H5Tdetect_class;
- H5Tencode;
- H5Tenum_create;
- H5Tenum_insert;
- H5Tenum_nameof;
- H5Tenum_valueof;
- H5Tequal;
- H5Tfind;
- H5Tget_array_dims1;
- H5Tget_array_dims2;
- H5Tget_array_ndims;
- H5Tget_class;
- H5Tget_create_plist;
- H5Tget_cset;
- H5Tget_ebias;
- H5Tget_fields;
- H5Tget_inpad;
- H5Tget_member_class;
- H5Tget_member_index;
- H5Tget_member_name;
- H5Tget_member_offset;
- H5Tget_member_type;
- H5Tget_member_value;
- H5Tget_native_type;
- H5Tget_nmembers;
- H5Tget_norm;
- H5Tget_offset;
- H5Tget_order;
- H5Tget_pad;
- H5Tget_precision;
- H5Tget_sign;
- H5Tget_size;
- H5Tget_strpad;
- H5Tget_super;
- H5Tget_tag;
- H5Tinsert;
- H5Tis_variable_str;
- H5Tlock;
- H5Topen1;
- H5Topen2;
- H5Tpack;
- H5Tregister;
- H5Tset_cset;
- H5Tset_ebias;
- H5Tset_fields;
- H5Tset_inpad;
- H5Tset_norm;
- H5Tset_offset;
- H5Tset_order;
- H5Tset_pad;
- H5Tset_precision;
- H5Tset_sign;
- H5Tset_size;
- H5Tset_strpad;
- H5Tset_tag;
- H5Tunregister;
- H5Tvlen_create;
- H5WB_actual;
- H5WB_actual_clear;
- H5WB_unwrap;
- H5WB_wrap;
- H5Z_DEFLATE;
- H5Z_FLETCHER32;
- H5Z_NBIT;
- H5Z_SCALEOFFSET;
- H5Z_SHUFFLE;
- H5Z_all_filters_avail;
- H5Z_append;
- H5Z_can_apply;
- H5Z_can_apply_direct;
- H5Z_delete;
- H5Z_filter_info;
- H5Z_find;
- H5Z_modify;
- H5Z_pipeline;
- H5Z_register;
- H5Z_set_local;
- H5Z_set_local_direct;
- H5Z_term_interface;
- H5Z_unregister;
- H5Z_xform_copy;
- H5Z_xform_create;
- H5Z_xform_destroy;
- H5Z_xform_eval;
- H5Z_xform_extract_xform_str;
- H5Z_xform_noop;
- H5Zfilter_avail;
- H5Zget_filter_info;
- H5Zregister;
- H5Zunregister;
- H5_H5A_shared_t_reg_free_list;
- H5_H5A_t_ptr_seq_free_list;
- H5_H5A_t_reg_free_list;
- H5_H5B2_internal_t_reg_free_list;
- H5_H5B2_leaf_t_reg_free_list;
- H5_H5B2_node_info_t_seq_free_list;
- H5_H5B_t_reg_free_list;
- H5_H5D_chunk_info_t_reg_free_list;
- H5_H5D_copy_file_ud_t_reg_free_list;
- H5_H5FD_free_t_reg_free_list;
- H5_H5FL_blk_node_t_reg_free_list;
- H5_H5FL_fac_gc_node_t_reg_free_list;
- H5_H5FL_fac_head_t_reg_free_list;
- H5_H5FS_bin_t_seq_free_list;
- H5_H5FS_node_t_reg_free_list;
- H5_H5FS_section_class_t_seq_free_list;
- H5_H5FS_sinfo_t_reg_free_list;
- H5_H5FS_t_reg_free_list;
- H5_H5F_file_t_reg_free_list;
- H5_H5F_super_t_reg_free_list;
- H5_H5F_t_reg_free_list;
- H5_H5G_copy_file_ud_t_reg_free_list;
- H5_H5G_entry_t_seq_free_list;
- H5_H5G_node_t_reg_free_list;
- H5_H5G_shared_t_reg_free_list;
- H5_H5G_t_reg_free_list;
- H5_H5HF_block_loc_t_reg_free_list;
- H5_H5HF_direct_t_reg_free_list;
- H5_H5HF_free_section_t_reg_free_list;
- H5_H5HF_indirect_ent_t_seq_free_list;
- H5_H5HF_indirect_filt_ent_t_seq_free_list;
- H5_H5HF_indirect_ptr_t_seq_free_list;
- H5_H5HF_indirect_t_reg_free_list;
- H5_H5HG_heap_t_reg_free_list;
- H5_H5HG_obj_t_seq_free_list;
- H5_H5HL_free_t_reg_free_list;
- H5_H5MF_free_section_t_reg_free_list;
- H5_H5MP_pool_t_reg_free_list;
- H5_H5O_addr_map_t_reg_free_list;
- H5_H5O_chunk_proxy_t_reg_free_list;
- H5_H5O_chunk_t_seq_free_list;
- H5_H5O_cont_t_reg_free_list;
- H5_H5O_cont_t_seq_free_list;
- H5_H5O_copy_dtype_merge_list_t_reg_free_list;
- H5_H5O_copy_search_comm_dt_key_t_reg_free_list;
- H5_H5O_fill_t_reg_free_list;
- H5_H5O_layout_t_reg_free_list;
- H5_H5O_mesg_t_seq_free_list;
- H5_H5O_pline_t_reg_free_list;
- H5_H5O_t_reg_free_list;
- H5_H5O_unknown_t_reg_free_list;
- H5_H5SM_index_header_t_arr_free_list;
- H5_H5SM_list_t_reg_free_list;
- H5_H5SM_master_table_t_reg_free_list;
- H5_H5SM_sohm_t_arr_free_list;
- H5_H5S_extent_t_reg_free_list;
- H5_H5S_t_reg_free_list;
- H5_H5T_shared_t_reg_free_list;
- H5_H5T_t_reg_free_list;
- H5_H5_obj_t_reg_free_list;
- H5_attr_buf_blk_free_list;
- H5_bandwidth;
- H5_buffer_dump;
- H5_build_extpath;
- H5_checksum_crc;
- H5_checksum_fletcher32;
- H5_checksum_lookup3;
- H5_checksum_metadata;
- H5_chunk_image_blk_free_list;
- H5_debug_g;
- H5_direct_block_blk_free_list;
- H5_g;
- H5_gheap_chunk_blk_free_list;
- H5_haddr_t_reg_free_list;
- H5_haddr_t_seq_free_list;
- H5_hash_string;
- H5_hsize_t_arr_free_list;
- H5_hsize_t_seq_free_list;
- H5_init_library;
- H5_lheap_chunk_blk_free_list;
- H5_lib_vers_info_g;
- H5_native_block_blk_free_list;
- H5_now;
- H5_sieve_buf_blk_free_list;
- H5_size_t_seq_free_list;
- H5_str_buf_blk_free_list;
- H5_term_library;
- H5_time_t_reg_free_list;
- H5_timer_begin;
- H5_timer_end;
- H5_timer_reset;
- H5_trace;
- H5_type_conv_blk_free_list;
- H5_vlen_fl_buf_blk_free_list;
- H5_vlen_vl_buf_blk_free_list;
- H5check_version;
- H5close;
- H5dont_atexit;
- H5garbage_collect;
- H5get_libversion;
- H5libhdf5_settings;
- H5open;
- H5set_free_list_limits;
- HDfprintf;
- HDrand;
- HDsrand;
- HDstrtoll;
- epoch_marker_class;
- HD5f2cstring;
- HD5packFstring;
- h5d_flags_;
- h5f_flags_;
- h5fd_flags_;
- h5fd_hid_flags_;
- h5g_flags_;
- h5generic_flags_;
- h5i_flags_;
- h5imget_image_info_c_;
- h5imget_npalettes_c_;
- h5imget_palette_c_;
- h5imget_palette_info_c_;
- h5imis_image_c_;
- h5imis_palette_c_;
- h5imlink_palette_c_;
- h5immake_image_24bit_c_;
- h5immake_image_8bit_c_;
- h5immake_palette_c_;
- h5imread_image_c_;
- h5imunlink_palette_c_;
- h5l_flags_;
- h5lib_flags_;
- h5ltfind_dataset_c_;
- h5ltget_attribute_double_c_;
- h5ltget_attribute_float_c_;
- h5ltget_attribute_info_c_;
- h5ltget_attribute_int_c_;
- h5ltget_attribute_ndims_c_;
- h5ltget_attribute_string_c_;
- h5ltget_dataset_info_c_;
- h5ltget_dataset_ndims_c_;
- h5ltmake_dataset_c_;
- h5ltmake_dataset_dl1_c_;
- h5ltmake_dataset_dl2_c_;
- h5ltmake_dataset_dl3_c_;
- h5ltmake_dataset_dl4_c_;
- h5ltmake_dataset_dl5_c_;
- h5ltmake_dataset_dl6_c_;
- h5ltmake_dataset_dl7_c_;
- h5ltmake_dataset_fl1_c_;
- h5ltmake_dataset_fl2_c_;
- h5ltmake_dataset_fl3_c_;
- h5ltmake_dataset_fl4_c_;
- h5ltmake_dataset_fl5_c_;
- h5ltmake_dataset_fl6_c_;
- h5ltmake_dataset_fl7_c_;
- h5ltmake_dataset_int1_c_;
- h5ltmake_dataset_int2_c_;
- h5ltmake_dataset_int3_c_;
- h5ltmake_dataset_int4_c_;
- h5ltmake_dataset_int5_c_;
- h5ltmake_dataset_int6_c_;
- h5ltmake_dataset_int7_c_;
- h5ltmake_dataset_ndl1_c_;
- h5ltmake_dataset_ndl2_c_;
- h5ltmake_dataset_ndl3_c_;
- h5ltmake_dataset_ndl4_c_;
- h5ltmake_dataset_ndl5_c_;
- h5ltmake_dataset_ndl6_c_;
- h5ltmake_dataset_ndl7_c_;
- h5ltmake_dataset_nfl1_c_;
- h5ltmake_dataset_nfl2_c_;
- h5ltmake_dataset_nfl3_c_;
- h5ltmake_dataset_nfl4_c_;
- h5ltmake_dataset_nfl5_c_;
- h5ltmake_dataset_nfl6_c_;
- h5ltmake_dataset_nfl7_c_;
- h5ltmake_dataset_nint1_c_;
- h5ltmake_dataset_nint2_c_;
- h5ltmake_dataset_nint3_c_;
- h5ltmake_dataset_nint4_c_;
- h5ltmake_dataset_nint5_c_;
- h5ltmake_dataset_nint6_c_;
- h5ltmake_dataset_nint7_c_;
- h5ltmake_dataset_string_c_;
- h5ltread_dataset_c_;
- h5ltread_dataset_dl1_c_;
- h5ltread_dataset_dl2_c_;
- h5ltread_dataset_dl3_c_;
- h5ltread_dataset_dl4_c_;
- h5ltread_dataset_dl5_c_;
- h5ltread_dataset_dl6_c_;
- h5ltread_dataset_dl7_c_;
- h5ltread_dataset_fl1_c_;
- h5ltread_dataset_fl2_c_;
- h5ltread_dataset_fl3_c_;
- h5ltread_dataset_fl4_c_;
- h5ltread_dataset_fl5_c_;
- h5ltread_dataset_fl6_c_;
- h5ltread_dataset_fl7_c_;
- h5ltread_dataset_int1_c_;
- h5ltread_dataset_int2_c_;
- h5ltread_dataset_int3_c_;
- h5ltread_dataset_int4_c_;
- h5ltread_dataset_int5_c_;
- h5ltread_dataset_int6_c_;
- h5ltread_dataset_int7_c_;
- h5ltread_dataset_ndl1_c_;
- h5ltread_dataset_ndl2_c_;
- h5ltread_dataset_ndl3_c_;
- h5ltread_dataset_ndl4_c_;
- h5ltread_dataset_ndl5_c_;
- h5ltread_dataset_ndl6_c_;
- h5ltread_dataset_ndl7_c_;
- h5ltread_dataset_nfl1_c_;
- h5ltread_dataset_nfl2_c_;
- h5ltread_dataset_nfl3_c_;
- h5ltread_dataset_nfl4_c_;
- h5ltread_dataset_nfl5_c_;
- h5ltread_dataset_nfl6_c_;
- h5ltread_dataset_nfl7_c_;
- h5ltread_dataset_nint1_c_;
- h5ltread_dataset_nint2_c_;
- h5ltread_dataset_nint3_c_;
- h5ltread_dataset_nint4_c_;
- h5ltread_dataset_nint5_c_;
- h5ltread_dataset_nint6_c_;
- h5ltread_dataset_nint7_c_;
- h5ltread_dataset_string_c_;
- h5ltset_attribute_double_c_;
- h5ltset_attribute_float_c_;
- h5ltset_attribute_int_c_;
- h5ltset_attribute_string_c_;
- h5o_flags_;
- h5p_flags_;
- h5p_flags_int_;
- h5r_flags_;
- h5s_flags_;
- h5t_flags_;
- h5tbdelete_field_c_;
- h5tbget_field_info_c_;
- h5tbget_table_info_c_;
- h5tbinsert_field_c_;
- h5tbinsert_field_dl_c_;
- h5tbinsert_field_fl_c_;
- h5tbinsert_field_int_c_;
- h5tbinsert_field_st_c_;
- h5tbmake_table_c_;
- h5tbread_field_index_c_;
- h5tbread_field_index_dl_c_;
- h5tbread_field_index_fl_c_;
- h5tbread_field_index_int_c_;
- h5tbread_field_index_st_c_;
- h5tbread_field_name_c_;
- h5tbread_field_name_dl_c_;
- h5tbread_field_name_fl_c_;
- h5tbread_field_name_int_c_;
- h5tbread_field_name_st_c_;
- h5tbwrite_field_index_c_;
- h5tbwrite_field_index_dl_c_;
- h5tbwrite_field_index_fl_c_;
- h5tbwrite_field_index_int_c_;
- h5tbwrite_field_index_st_c_;
- h5tbwrite_field_name_c_;
- h5tbwrite_field_name_dl_c_;
- h5tbwrite_field_name_fl_c_;
- h5tbwrite_field_name_int_c_;
- h5tbwrite_field_name_st_c_;
- h5z_flags_;
- h5aclose_c_;
- h5acreate_by_name_c_;
- h5acreate_c_;
- h5adelete_by_idx_c_;
- h5adelete_by_name_c_;
- h5adelete_c_;
- h5aexists_by_name_c_;
- h5aexists_c_;
- h5aget_create_plist_c_;
- h5aget_info_by_idx_c_;
- h5aget_info_by_name_c_;
- h5aget_info_c_;
- h5aget_name_by_idx_c_;
- h5aget_name_c_;
- h5aget_num_attrs_c_;
- h5aget_space_c_;
- h5aget_storage_size_c_;
- h5aget_type_c_;
- h5aopen_by_idx_c_;
- h5aopen_by_name_c_;
- h5aopen_c_;
- h5aopen_idx_c_;
- h5aopen_name_c_;
- h5aread_c_;
- h5aread_double_1_c_;
- h5aread_double_2_c_;
- h5aread_double_3_c_;
- h5aread_double_4_c_;
- h5aread_double_5_c_;
- h5aread_double_6_c_;
- h5aread_double_7_c_;
- h5aread_double_s_c_;
- h5aread_integer_1_c_;
- h5aread_integer_2_c_;
- h5aread_integer_3_c_;
- h5aread_integer_4_c_;
- h5aread_integer_5_c_;
- h5aread_integer_6_c_;
- h5aread_integer_7_c_;
- h5aread_integer_s_c_;
- h5aread_real_1_c_;
- h5aread_real_2_c_;
- h5aread_real_3_c_;
- h5aread_real_4_c_;
- h5aread_real_5_c_;
- h5aread_real_6_c_;
- h5aread_real_7_c_;
- h5aread_real_s_c_;
- h5areadc_1_c_;
- h5areadc_2_c_;
- h5areadc_3_c_;
- h5areadc_4_c_;
- h5areadc_5_c_;
- h5areadc_6_c_;
- h5areadc_7_c_;
- h5areadc_c_;
- h5areadc_s_c_;
- h5arename_by_name_c_;
- h5arename_c_;
- h5awrite_c_;
- h5awrite_double_1_c_;
- h5awrite_double_2_c_;
- h5awrite_double_3_c_;
- h5awrite_double_4_c_;
- h5awrite_double_5_c_;
- h5awrite_double_6_c_;
- h5awrite_double_7_c_;
- h5awrite_double_s_c_;
- h5awrite_integer_1_c_;
- h5awrite_integer_2_c_;
- h5awrite_integer_3_c_;
- h5awrite_integer_4_c_;
- h5awrite_integer_5_c_;
- h5awrite_integer_6_c_;
- h5awrite_integer_7_c_;
- h5awrite_integer_s_c_;
- h5awrite_real_1_c_;
- h5awrite_real_2_c_;
- h5awrite_real_3_c_;
- h5awrite_real_4_c_;
- h5awrite_real_5_c_;
- h5awrite_real_6_c_;
- h5awrite_real_7_c_;
- h5awrite_real_s_c_;
- h5awritec_1_c_;
- h5awritec_2_c_;
- h5awritec_3_c_;
- h5awritec_4_c_;
- h5awritec_5_c_;
- h5awritec_6_c_;
- h5awritec_7_c_;
- h5awritec_c_;
- h5awritec_s_c_;
- h5check_version_c_;
- h5close_c_;
- h5close_types_c_;
- h5d_flags_;
- h5dclose_c_;
- h5dcreate_anon_c_;
- h5dcreate_c_;
- h5dfill_c_;
- h5dfill_double_c_;
- h5dfill_integer_c_;
- h5dfill_real_c_;
- h5dfillc_c_;
- h5dget_access_plist_c_;
- h5dget_create_plist_c_;
- h5dget_space_c_;
- h5dget_space_status_c_;
- h5dget_storage_size_c_;
- h5dget_type_c_;
- h5dont_atexit_c_;
- h5dopen_c_;
- h5dread_c_;
- h5dread_double_1_c_;
- h5dread_double_2_c_;
- h5dread_double_3_c_;
- h5dread_double_4_c_;
- h5dread_double_5_c_;
- h5dread_double_6_c_;
- h5dread_double_7_c_;
- h5dread_double_s_c_;
- h5dread_integer_1_c_;
- h5dread_integer_2_c_;
- h5dread_integer_3_c_;
- h5dread_integer_4_c_;
- h5dread_integer_5_c_;
- h5dread_integer_6_c_;
- h5dread_integer_7_c_;
- h5dread_integer_s_c_;
- h5dread_real_1_c_;
- h5dread_real_2_c_;
- h5dread_real_3_c_;
- h5dread_real_4_c_;
- h5dread_real_5_c_;
- h5dread_real_6_c_;
- h5dread_real_7_c_;
- h5dread_real_s_c_;
- h5dread_ref_obj_c_;
- h5dread_ref_reg_c_;
- h5dread_vl_integer_c_;
- h5dread_vl_real_c_;
- h5dread_vl_string_c_;
- h5dreadc_1_c_;
- h5dreadc_2_c_;
- h5dreadc_3_c_;
- h5dreadc_4_c_;
- h5dreadc_5_c_;
- h5dreadc_6_c_;
- h5dreadc_7_c_;
- h5dreadc_c_;
- h5dreadc_s_c_;
- h5dset_extent_c_;
- h5dvlen_get_max_len_c_;
- h5dwrite_c_;
- h5dwrite_double_1_c_;
- h5dwrite_double_2_c_;
- h5dwrite_double_3_c_;
- h5dwrite_double_4_c_;
- h5dwrite_double_5_c_;
- h5dwrite_double_6_c_;
- h5dwrite_double_7_c_;
- h5dwrite_double_s_c_;
- h5dwrite_integer_1_c_;
- h5dwrite_integer_2_c_;
- h5dwrite_integer_3_c_;
- h5dwrite_integer_4_c_;
- h5dwrite_integer_5_c_;
- h5dwrite_integer_6_c_;
- h5dwrite_integer_7_c_;
- h5dwrite_integer_s_c_;
- h5dwrite_real_1_c_;
- h5dwrite_real_2_c_;
- h5dwrite_real_3_c_;
- h5dwrite_real_4_c_;
- h5dwrite_real_5_c_;
- h5dwrite_real_6_c_;
- h5dwrite_real_7_c_;
- h5dwrite_real_s_c_;
- h5dwrite_ref_obj_c_;
- h5dwrite_ref_reg_c_;
- h5dwrite_vl_integer_c_;
- h5dwrite_vl_real_c_;
- h5dwrite_vl_string_c_;
- h5dwritec_1_c_;
- h5dwritec_2_c_;
- h5dwritec_3_c_;
- h5dwritec_4_c_;
- h5dwritec_5_c_;
- h5dwritec_6_c_;
- h5dwritec_7_c_;
- h5dwritec_c_;
- h5dwritec_s_c_;
- h5eclear_c_;
- h5eget_major_c_;
- h5eget_minor_c_;
- h5eprint_c1_;
- h5eprint_c2_;
- h5eset_auto_c_;
- h5f_flags_;
- h5fclose_c_;
- h5fcreate_c_;
- h5fd_flags_;
- h5fd_hid_flags_;
- h5fflush_c_;
- h5fget_access_plist_c_;
- h5fget_create_plist_c_;
- h5fget_filesize_c_;
- h5fget_freespace_c_;
- h5fget_name_c_;
- h5fget_obj_count_c_;
- h5fget_obj_ids_c_;
- h5fis_hdf5_c_;
- h5fmount_c_;
- h5fopen_c_;
- h5freopen_c_;
- h5funmount_c_;
- h5g_flags_;
- h5garbage_collect_c_;
- h5gclose_c_;
- h5gcreate_anon_c_;
- h5gcreate_c_;
- h5generic_flags_;
- h5get_libversion_c_;
- h5gget_comment_c_;
- h5gget_create_plist_c_;
- h5gget_info_by_idx_c_;
- h5gget_info_by_name_c_;
- h5gget_info_c_;
- h5gget_linkval_c_;
- h5gget_obj_info_idx_c_;
- h5glink2_c_;
- h5glink_c_;
- h5gmove2_c_;
- h5gmove_c_;
- h5gn_members_c_;
- h5gopen_c_;
- h5gset_comment_c_;
- h5gunlink_c_;
- h5i_flags_;
- h5idec_ref_c_;
- h5iget_file_id_c_;
- h5iget_name_c_;
- h5iget_ref_c_;
- h5iget_type_c_;
- h5iinc_ref_c_;
- h5iis_valid_c_;
- h5init1_flags_c_;
- h5init_flags_c_;
- h5init_types_c_;
- h5l_flags_;
- h5lcopy_c_;
- h5lcreate_external_c_;
- h5lcreate_hard_c_;
- h5lcreate_soft_c_;
- h5ldelete_by_idx_c_;
- h5ldelete_c_;
- h5lexists_c_;
- h5lget_info_by_idx_c_;
- h5lget_info_c_;
- h5lget_name_by_idx_c_;
- h5lget_val_c_;
- h5lib_flags_;
- h5lis_registered_c_;
- h5lmove_c_;
- h5o_flags_;
- h5olink_c_;
- h5oopen_by_addr_c_;
- h5oopen_c_;
- h5open_c_;
- h5p_flags_;
- h5p_flags_int_;
- h5pall_filters_avail_c_;
- h5pclose_c_;
- h5pclose_class_c_;
- h5pcopy_c_;
- h5pcopy_prop_c_;
- h5pcreate_c_;
- h5pcreate_class_c_;
- h5pequal_c_;
- h5pexist_c_;
- h5pfill_value_defined_c_;
- h5pget_alignment_c_;
- h5pget_alloc_time_c_;
- h5pget_attr_creation_order_c_;
- h5pget_attr_phase_change_c_;
- h5pget_btree_ratios_c_;
- h5pget_buffer_c_;
- h5pget_c_;
- h5pget_cache_c_;
- h5pget_char_encoding_c_;
- h5pget_chunk_c_;
- h5pget_chunk_cache_c_;
- h5pget_class_c_;
- h5pget_class_name_c_;
- h5pget_class_parent_c_;
- h5pget_copy_object_c_;
- h5pget_create_inter_group_c_;
- h5pget_data_transform_c_;
- h5pget_double_c_;
- h5pget_driver_c_;
- h5pget_edc_check_c_;
- h5pget_est_link_info_c_;
- h5pget_external_c_;
- h5pget_external_count_c_;
- h5pget_fapl_core_c_;
- h5pget_fapl_direct_c_;
- h5pget_fapl_family_c_;
- h5pget_fapl_multi_c_;
- h5pget_fclose_degree_c_;
- h5pget_fill_time_c_;
- h5pget_fill_value_c_;
- h5pget_fill_value_double_c_;
- h5pget_fill_value_integer_c_;
- h5pget_fill_value_real_c_;
- h5pget_fill_valuec_c_;
- h5pget_filter_by_id_c_;
- h5pget_filter_c_;
- h5pget_gc_references_c_;
- h5pget_hyper_vector_size_c_;
- h5pget_integer_c_;
- h5pget_istore_k_c_;
- h5pget_layout_c_;
- h5pget_link_creation_order_c_;
- h5pget_link_phase_change_c_;
- h5pget_local_heap_size_hint_c_;
- h5pget_meta_block_size_c_;
- h5pget_nfilters_c_;
- h5pget_nlinks_c_;
- h5pget_nprops_c_;
- h5pget_obj_track_times_c_;
- h5pget_preserve_c_;
- h5pget_real_c_;
- h5pget_sieve_buf_size_c_;
- h5pget_size_c_;
- h5pget_sizes_c_;
- h5pget_small_data_block_size_c_;
- h5pget_sym_k_c_;
- h5pget_userblock_c_;
- h5pget_version_c_;
- h5pgetc_c_;
- h5pinsert_c_;
- h5pinsert_double_c_;
- h5pinsert_integer_c_;
- h5pinsert_real_c_;
- h5pinsertc_c_;
- h5pisa_class_c_;
- h5pmodify_filter_c_;
- h5pregister_c_;
- h5pregister_double_c_;
- h5pregister_integer_c_;
- h5pregister_real_c_;
- h5pregisterc_c_;
- h5premove_c_;
- h5premove_filter_c_;
- h5pset_alignment_c_;
- h5pset_alloc_time_c_;
- h5pset_attr_creation_order_c_;
- h5pset_attr_phase_change_c_;
- h5pset_btree_ratios_c_;
- h5pset_buffer_c_;
- h5pset_c_;
- h5pset_cache_c_;
- h5pset_char_encoding_c_;
- h5pset_chunk_c_;
- h5pset_chunk_cache_c_;
- h5pset_copy_object_c_;
- h5pset_create_inter_group_c_;
- h5pset_data_transform_c_;
- h5pset_deflate_c_;
- h5pset_double_c_;
- h5pset_edc_check_c_;
- h5pset_est_link_info_c_;
- h5pset_external_c_;
- h5pset_family_offset_c_;
- h5pset_fapl_core_c_;
- h5pset_fapl_direct_c_;
- h5pset_fapl_family_c_;
- h5pset_fapl_multi_c_;
- h5pset_fapl_multi_sc_;
- h5pset_fapl_sec2_c_;
- h5pset_fapl_split_c_;
- h5pset_fapl_stdio_c_;
- h5pset_fclose_degree_c_;
- h5pset_fill_time_c_;
- h5pset_fill_value_c_;
- h5pset_fill_value_double_c_;
- h5pset_fill_value_integer_c_;
- h5pset_fill_value_real_c_;
- h5pset_fill_valuec_c_;
- h5pset_filter_c_;
- h5pset_fletcher32_c_;
- h5pset_gc_references_c_;
- h5pset_hyper_vector_size_c_;
- h5pset_integer_c_;
- h5pset_istore_k_c_;
- h5pset_layout_c_;
- h5pset_libver_bounds_c_;
- h5pset_link_creation_order_c_;
- h5pset_link_phase_change_c_;
- h5pset_local_heap_size_hint_c_;
- h5pset_meta_block_size_c_;
- h5pset_nbit_c_;
- h5pset_nlinks_c_;
- h5pset_obj_track_times_c_;
- h5pset_preserve_c_;
- h5pset_real_c_;
- h5pset_scaleoffset_c_;
- h5pset_shared_mesg_index_c_;
- h5pset_shared_mesg_nindexes_c_;
- h5pset_shuffle_c_;
- h5pset_sieve_buf_size_c_;
- h5pset_sizes_c_;
- h5pset_small_data_block_size_c_;
- h5pset_sym_k_c_;
- h5pset_szip_c_;
- h5pset_userblock_c_;
- h5psetc_c_;
- h5punregister_c_;
- h5r_flags_;
- h5rcreate_object_c_;
- h5rcreate_region_c_;
- h5rdereference_object_c_;
- h5rdereference_region_c_;
- h5rget_name_object_c_;
- h5rget_name_region_c_;
- h5rget_object_type_obj_c_;
- h5rget_region_region_c_;
- h5s_flags_;
- h5sclose_c_;
- h5scopy_c_;
- h5screate_c_;
- h5screate_simple_c_;
- h5sdecode_c_;
- h5sencode_c_;
- h5sextent_copy_c_;
- h5sextent_equal_c_;
- h5sget_select_bounds_c_;
- h5sget_select_elem_npoints_c_;
- h5sget_select_elem_pointlist_c_;
- h5sget_select_hyper_blocklist_c_;
- h5sget_select_hyper_nblocks_c_;
- h5sget_select_npoints_c_;
- h5sget_select_type_c_;
- h5sget_simple_extent_dims_c_;
- h5sget_simple_extent_ndims_c_;
- h5sget_simple_extent_npoints_c_;
- h5sget_simple_extent_type_c_;
- h5sis_simple_c_;
- h5soffset_simple_c_;
- h5sselect_all_c_;
- h5sselect_elements_c_;
- h5sselect_hyperslab_c_;
- h5sselect_none_c_;
- h5sselect_valid_c_;
- h5sset_extent_none_c_;
- h5sset_extent_simple_c_;
- h5t_flags_;
- h5tarray_create_c_;
- h5tclose_c_;
- h5tcommit_anon_c_;
- h5tcommit_c_;
- h5tcommitted_c_;
- h5tcompiler_conv_c_;
- h5tcopy_c_;
- h5tcreate_c_;
- h5tdecode_c_;
- h5tencode_c_;
- h5tenum_create_c_;
- h5tenum_insert_c_;
- h5tenum_nameof_c_;
- h5tenum_valueof_c_;
- h5tequal_c_;
- h5tget_array_dims_c_;
- h5tget_array_ndims_c_;
- h5tget_class_c_;
- h5tget_create_plist_c_;
- h5tget_cset_c_;
- h5tget_ebias_c_;
- h5tget_fields_c_;
- h5tget_inpad_c_;
- h5tget_member_class_c_;
- h5tget_member_index_c_;
- h5tget_member_name_c_;
- h5tget_member_offset_c_;
- h5tget_member_type_c_;
- h5tget_member_value_c_;
- h5tget_native_type_c_;
- h5tget_nmembers_c_;
- h5tget_norm_c_;
- h5tget_offset_c_;
- h5tget_order_c_;
- h5tget_pad_c_;
- h5tget_precision_c_;
- h5tget_sign_c_;
- h5tget_size_c_;
- h5tget_strpad_c_;
- h5tget_super_c_;
- h5tget_tag_c_;
- h5tinsert_c_;
- h5tis_variable_str_c_;
- h5topen_c_;
- h5tpack_c_;
- h5tset_cset_c_;
- h5tset_ebias_c_;
- h5tset_fields_c_;
- h5tset_inpad_c_;
- h5tset_norm_c_;
- h5tset_offset_c_;
- h5tset_order_c_;
- h5tset_pad_c_;
- h5tset_precision_c_;
- h5tset_sign_c_;
- h5tset_size_c_;
- h5tset_strpad_c_;
- h5tset_tag_c_;
- h5tvlen_create_c_;
- h5z_flags_;
- h5zfilter_avail_c_;
- h5zget_filter_info_c_;
- h5zunregister_c_;
- H5DS_get_REFLIST_type;
- H5DS_is_reserved;
- H5DSattach_scale;
- H5DSdetach_scale;
- H5DSget_label;
- H5DSget_num_scales;
- H5DSget_scale_name;
- H5DSis_attached;
- H5DSis_scale;
- H5DSiterate_scales;
- H5DSset_label;
- H5DSset_scale;
- H5IM_find_palette;
- H5IMget_image_info;
- H5IMget_npalettes;
- H5IMget_palette;
- H5IMget_palette_info;
- H5IMis_image;
- H5IMis_palette;
- H5IMlink_palette;
- H5IMmake_image_24bit;
- H5IMmake_image_8bit;
- H5IMmake_palette;
- H5IMread_image;
- H5IMunlink_palette;
+ H5L_register;
+ H5L_register_external;
H5LT_dtype_to_text;
- H5LT_find_attribute;
- H5LT_get_attribute_disk;
- H5LT_set_attribute_numerical;
- H5LT_set_attribute_string;
H5LTdtype_to_text;
+ H5L_term_interface;
+ H5LT_find_attribute;
H5LTfind_attribute;
H5LTfind_dataset;
+ h5ltfind_dataset_c_;
H5LTget_attribute;
H5LTget_attribute_char;
+ H5LT_get_attribute_disk;
H5LTget_attribute_double;
+ h5ltget_attribute_double_c_;
H5LTget_attribute_float;
+ h5ltget_attribute_float_c_;
H5LTget_attribute_info;
+ h5ltget_attribute_info_c_;
H5LTget_attribute_int;
+ h5ltget_attribute_int_c_;
H5LTget_attribute_long;
H5LTget_attribute_long_long;
H5LTget_attribute_ndims;
+ h5ltget_attribute_ndims_c_;
H5LTget_attribute_short;
H5LTget_attribute_string;
+ h5ltget_attribute_string_c_;
H5LTget_attribute_uchar;
H5LTget_attribute_uint;
H5LTget_attribute_ulong;
H5LTget_attribute_ushort;
H5LTget_dataset_info;
+ h5ltget_dataset_info_c_;
H5LTget_dataset_ndims;
+ h5ltget_dataset_ndims_c_;
H5LTmake_dataset;
+ h5ltmake_dataset_c_;
H5LTmake_dataset_char;
+ h5ltmake_dataset_dl1_c_;
+ h5ltmake_dataset_dl2_c_;
+ h5ltmake_dataset_dl3_c_;
+ h5ltmake_dataset_dl4_c_;
+ h5ltmake_dataset_dl5_c_;
+ h5ltmake_dataset_dl6_c_;
+ h5ltmake_dataset_dl7_c_;
H5LTmake_dataset_double;
+ h5ltmake_dataset_fl1_c_;
+ h5ltmake_dataset_fl2_c_;
+ h5ltmake_dataset_fl3_c_;
+ h5ltmake_dataset_fl4_c_;
+ h5ltmake_dataset_fl5_c_;
+ h5ltmake_dataset_fl6_c_;
+ h5ltmake_dataset_fl7_c_;
H5LTmake_dataset_float;
H5LTmake_dataset_int;
+ h5ltmake_dataset_int1_c_;
+ h5ltmake_dataset_int2_c_;
+ h5ltmake_dataset_int3_c_;
+ h5ltmake_dataset_int4_c_;
+ h5ltmake_dataset_int5_c_;
+ h5ltmake_dataset_int6_c_;
+ h5ltmake_dataset_int7_c_;
H5LTmake_dataset_long;
+ h5ltmake_dataset_ndl1_c_;
+ h5ltmake_dataset_ndl2_c_;
+ h5ltmake_dataset_ndl3_c_;
+ h5ltmake_dataset_ndl4_c_;
+ h5ltmake_dataset_ndl5_c_;
+ h5ltmake_dataset_ndl6_c_;
+ h5ltmake_dataset_ndl7_c_;
+ h5ltmake_dataset_nfl1_c_;
+ h5ltmake_dataset_nfl2_c_;
+ h5ltmake_dataset_nfl3_c_;
+ h5ltmake_dataset_nfl4_c_;
+ h5ltmake_dataset_nfl5_c_;
+ h5ltmake_dataset_nfl6_c_;
+ h5ltmake_dataset_nfl7_c_;
+ h5ltmake_dataset_nint1_c_;
+ h5ltmake_dataset_nint2_c_;
+ h5ltmake_dataset_nint3_c_;
+ h5ltmake_dataset_nint4_c_;
+ h5ltmake_dataset_nint5_c_;
+ h5ltmake_dataset_nint6_c_;
+ h5ltmake_dataset_nint7_c_;
H5LTmake_dataset_short;
H5LTmake_dataset_string;
+ h5ltmake_dataset_string_c_;
+ __h5lt_MOD_h5ltfind_dataset_f;
+ __h5lt_MOD_h5ltget_attribute_double_f;
+ __h5lt_MOD_h5ltget_attribute_float_f;
+ __h5lt_MOD_h5ltget_attribute_info_f;
+ __h5lt_MOD_h5ltget_attribute_int_f;
+ __h5lt_MOD_h5ltget_attribute_ndims_f;
+ __h5lt_MOD_h5ltget_attribute_string_f;
+ __h5lt_MOD_h5ltget_dataset_info_f;
+ __h5lt_MOD_h5ltget_dataset_ndims_f;
+ __h5lt_MOD_h5ltmake_dataset_double_f_1;
+ __h5lt_MOD_h5ltmake_dataset_double_f_2;
+ __h5lt_MOD_h5ltmake_dataset_double_f_3;
+ __h5lt_MOD_h5ltmake_dataset_double_f_4;
+ __h5lt_MOD_h5ltmake_dataset_double_f_5;
+ __h5lt_MOD_h5ltmake_dataset_double_f_6;
+ __h5lt_MOD_h5ltmake_dataset_double_f_7;
+ __h5lt_MOD_h5ltmake_dataset_f_double1;
+ __h5lt_MOD_h5ltmake_dataset_f_double2;
+ __h5lt_MOD_h5ltmake_dataset_f_double3;
+ __h5lt_MOD_h5ltmake_dataset_f_double4;
+ __h5lt_MOD_h5ltmake_dataset_f_double5;
+ __h5lt_MOD_h5ltmake_dataset_f_double6;
+ __h5lt_MOD_h5ltmake_dataset_f_double7;
+ __h5lt_MOD_h5ltmake_dataset_f_float1;
+ __h5lt_MOD_h5ltmake_dataset_f_float2;
+ __h5lt_MOD_h5ltmake_dataset_f_float3;
+ __h5lt_MOD_h5ltmake_dataset_f_float4;
+ __h5lt_MOD_h5ltmake_dataset_f_float5;
+ __h5lt_MOD_h5ltmake_dataset_f_float6;
+ __h5lt_MOD_h5ltmake_dataset_f_float7;
+ __h5lt_MOD_h5ltmake_dataset_f_int1;
+ __h5lt_MOD_h5ltmake_dataset_f_int2;
+ __h5lt_MOD_h5ltmake_dataset_f_int3;
+ __h5lt_MOD_h5ltmake_dataset_f_int4;
+ __h5lt_MOD_h5ltmake_dataset_f_int5;
+ __h5lt_MOD_h5ltmake_dataset_f_int6;
+ __h5lt_MOD_h5ltmake_dataset_f_int7;
+ __h5lt_MOD_h5ltmake_dataset_float_f_1;
+ __h5lt_MOD_h5ltmake_dataset_float_f_2;
+ __h5lt_MOD_h5ltmake_dataset_float_f_3;
+ __h5lt_MOD_h5ltmake_dataset_float_f_4;
+ __h5lt_MOD_h5ltmake_dataset_float_f_5;
+ __h5lt_MOD_h5ltmake_dataset_float_f_6;
+ __h5lt_MOD_h5ltmake_dataset_float_f_7;
+ __h5lt_MOD_h5ltmake_dataset_int_f_1;
+ __h5lt_MOD_h5ltmake_dataset_int_f_2;
+ __h5lt_MOD_h5ltmake_dataset_int_f_3;
+ __h5lt_MOD_h5ltmake_dataset_int_f_4;
+ __h5lt_MOD_h5ltmake_dataset_int_f_5;
+ __h5lt_MOD_h5ltmake_dataset_int_f_6;
+ __h5lt_MOD_h5ltmake_dataset_int_f_7;
+ __h5lt_MOD_h5ltmake_dataset_string_f;
+ __h5lt_MOD_h5ltread_dataset_double_f_1;
+ __h5lt_MOD_h5ltread_dataset_double_f_2;
+ __h5lt_MOD_h5ltread_dataset_double_f_3;
+ __h5lt_MOD_h5ltread_dataset_double_f_4;
+ __h5lt_MOD_h5ltread_dataset_double_f_5;
+ __h5lt_MOD_h5ltread_dataset_double_f_6;
+ __h5lt_MOD_h5ltread_dataset_double_f_7;
+ __h5lt_MOD_h5ltread_dataset_f_double1;
+ __h5lt_MOD_h5ltread_dataset_f_double2;
+ __h5lt_MOD_h5ltread_dataset_f_double3;
+ __h5lt_MOD_h5ltread_dataset_f_double4;
+ __h5lt_MOD_h5ltread_dataset_f_double5;
+ __h5lt_MOD_h5ltread_dataset_f_double6;
+ __h5lt_MOD_h5ltread_dataset_f_double7;
+ __h5lt_MOD_h5ltread_dataset_f_float1;
+ __h5lt_MOD_h5ltread_dataset_f_float2;
+ __h5lt_MOD_h5ltread_dataset_f_float3;
+ __h5lt_MOD_h5ltread_dataset_f_float4;
+ __h5lt_MOD_h5ltread_dataset_f_float5;
+ __h5lt_MOD_h5ltread_dataset_f_float6;
+ __h5lt_MOD_h5ltread_dataset_f_float7;
+ __h5lt_MOD_h5ltread_dataset_f_int1;
+ __h5lt_MOD_h5ltread_dataset_f_int2;
+ __h5lt_MOD_h5ltread_dataset_f_int3;
+ __h5lt_MOD_h5ltread_dataset_f_int4;
+ __h5lt_MOD_h5ltread_dataset_f_int5;
+ __h5lt_MOD_h5ltread_dataset_f_int6;
+ __h5lt_MOD_h5ltread_dataset_f_int7;
+ __h5lt_MOD_h5ltread_dataset_float_f_1;
+ __h5lt_MOD_h5ltread_dataset_float_f_2;
+ __h5lt_MOD_h5ltread_dataset_float_f_3;
+ __h5lt_MOD_h5ltread_dataset_float_f_4;
+ __h5lt_MOD_h5ltread_dataset_float_f_5;
+ __h5lt_MOD_h5ltread_dataset_float_f_6;
+ __h5lt_MOD_h5ltread_dataset_float_f_7;
+ __h5lt_MOD_h5ltread_dataset_int_f_1;
+ __h5lt_MOD_h5ltread_dataset_int_f_2;
+ __h5lt_MOD_h5ltread_dataset_int_f_3;
+ __h5lt_MOD_h5ltread_dataset_int_f_4;
+ __h5lt_MOD_h5ltread_dataset_int_f_5;
+ __h5lt_MOD_h5ltread_dataset_int_f_6;
+ __h5lt_MOD_h5ltread_dataset_int_f_7;
+ __h5lt_MOD_h5ltread_dataset_string_f;
+ __h5lt_MOD_h5ltset_attribute_double_f;
+ __h5lt_MOD_h5ltset_attribute_float_f;
+ __h5lt_MOD_h5ltset_attribute_int_f;
+ __h5lt_MOD_h5ltset_attribute_string_f;
H5LTread_dataset;
+ h5ltread_dataset_c_;
H5LTread_dataset_char;
+ h5ltread_dataset_dl1_c_;
+ h5ltread_dataset_dl2_c_;
+ h5ltread_dataset_dl3_c_;
+ h5ltread_dataset_dl4_c_;
+ h5ltread_dataset_dl5_c_;
+ h5ltread_dataset_dl6_c_;
+ h5ltread_dataset_dl7_c_;
H5LTread_dataset_double;
+ h5ltread_dataset_fl1_c_;
+ h5ltread_dataset_fl2_c_;
+ h5ltread_dataset_fl3_c_;
+ h5ltread_dataset_fl4_c_;
+ h5ltread_dataset_fl5_c_;
+ h5ltread_dataset_fl6_c_;
+ h5ltread_dataset_fl7_c_;
H5LTread_dataset_float;
H5LTread_dataset_int;
+ h5ltread_dataset_int1_c_;
+ h5ltread_dataset_int2_c_;
+ h5ltread_dataset_int3_c_;
+ h5ltread_dataset_int4_c_;
+ h5ltread_dataset_int5_c_;
+ h5ltread_dataset_int6_c_;
+ h5ltread_dataset_int7_c_;
H5LTread_dataset_long;
+ h5ltread_dataset_ndl1_c_;
+ h5ltread_dataset_ndl2_c_;
+ h5ltread_dataset_ndl3_c_;
+ h5ltread_dataset_ndl4_c_;
+ h5ltread_dataset_ndl5_c_;
+ h5ltread_dataset_ndl6_c_;
+ h5ltread_dataset_ndl7_c_;
+ h5ltread_dataset_nfl1_c_;
+ h5ltread_dataset_nfl2_c_;
+ h5ltread_dataset_nfl3_c_;
+ h5ltread_dataset_nfl4_c_;
+ h5ltread_dataset_nfl5_c_;
+ h5ltread_dataset_nfl6_c_;
+ h5ltread_dataset_nfl7_c_;
+ h5ltread_dataset_nint1_c_;
+ h5ltread_dataset_nint2_c_;
+ h5ltread_dataset_nint3_c_;
+ h5ltread_dataset_nint4_c_;
+ h5ltread_dataset_nint5_c_;
+ h5ltread_dataset_nint6_c_;
+ h5ltread_dataset_nint7_c_;
H5LTread_dataset_short;
H5LTread_dataset_string;
- H5LTset_attribute_char;
- H5LTset_attribute_double;
- H5LTset_attribute_float;
- H5LTset_attribute_int;
- H5LTset_attribute_long;
- H5LTset_attribute_long_long;
- H5LTset_attribute_short;
- H5LTset_attribute_string;
- H5LTset_attribute_uchar;
- H5LTset_attribute_uint;
- H5LTset_attribute_ulong;
- H5LTset_attribute_ushort;
- H5LTtext_to_dtype;
- H5LTyy_create_buffer;
- H5LTyy_delete_buffer;
- H5LTyy_flush_buffer;
- H5LTyy_init_buffer;
- H5LTyy_load_buffer_state;
- H5LTyy_scan_buffer;
- H5LTyy_scan_bytes;
- H5LTyy_scan_string;
- H5LTyy_switch_to_buffer;
- H5LTyychar;
- H5LTyycheck;
- H5LTyydebug;
- H5LTyydefred;
- H5LTyydgoto;
- H5LTyyerrflag;
- H5LTyyerror;
- H5LTyygindex;
- H5LTyyin;
- H5LTyylen;
- H5LTyyleng;
- H5LTyylex;
- H5LTyylhs;
- H5LTyylval;
- H5LTyynerrs;
- H5LTyyout;
- H5LTyyparse;
- H5LTyyrestart;
- H5LTyyrindex;
- H5LTyysindex;
- H5LTyyss;
- H5LTyysslim;
- H5LTyyssp;
- H5LTyystacksize;
- H5LTyytable;
- H5LTyytext;
- H5LTyyval;
- H5LTyyvs;
- H5LTyyvsp;
- H5LTyywrap;
- H5PTappend;
- H5PTclose;
- H5PTcreate_fl;
- H5PTcreate_index;
- H5PTget_index;
- H5PTget_next;
- H5PTget_num_packets;
- H5PTis_valid;
- H5PTopen;
- H5PTread_packets;
- H5PTset_index;
- H5TBAget_fill;
- H5TBAget_title;
- H5TB_common_append_records;
- H5TB_common_read_records;
- H5TBadd_records_from;
- H5TBappend_records;
- H5TBcombine_tables;
- H5TBdelete_field;
- H5TBdelete_record;
- H5TBget_field_info;
- H5TBget_table_info;
- H5TBinsert_field;
- H5TBinsert_record;
- H5TBmake_table;
- H5TBread_fields_index;
- H5TBread_fields_name;
- H5TBread_records;
- H5TBread_table;
- H5TBwrite_fields_index;
- H5TBwrite_fields_name;
- H5TBwrite_records;
- H5IM_get_palette;
- H5IMget_palettef;
- H5IMmake_image_24bitf;
- H5IMmake_image_8bitf;
- H5IMmake_palettef;
- H5IMread_imagef;
-/* local: */
- integer_types_;
- floating_types_;
- predefined_types_;
- arr_stack;
- asindex;
- cmpd_stack;
- csindex;
- enum_id;
- enum_memb_symbol;
- first_quote;
- indent;
- input_len;
- is_enum;
- is_enum_memb;
- is_opq_size;
- is_opq_tag;
- is_str_pad;
- is_str_size;
- is_variable;
- my_yyinput;
- myinput;
- str_cset;
- str_pad;
- str_size;
- __h5_dble_interface_MOD_h5aread_double_1;
- __h5_dble_interface_MOD_h5aread_double_2;
- __h5_dble_interface_MOD_h5aread_double_3;
- __h5_dble_interface_MOD_h5aread_double_4;
- __h5_dble_interface_MOD_h5aread_double_5;
- __h5_dble_interface_MOD_h5aread_double_6;
- __h5_dble_interface_MOD_h5aread_double_7;
- __h5_dble_interface_MOD_h5aread_double_scalar;
- __h5_dble_interface_MOD_h5awrite_double_1;
- __h5_dble_interface_MOD_h5awrite_double_2;
- __h5_dble_interface_MOD_h5awrite_double_3;
- __h5_dble_interface_MOD_h5awrite_double_4;
- __h5_dble_interface_MOD_h5awrite_double_5;
- __h5_dble_interface_MOD_h5awrite_double_6;
- __h5_dble_interface_MOD_h5awrite_double_7;
- __h5_dble_interface_MOD_h5awrite_double_scalar;
- __h5_dble_interface_MOD_h5dfill_double;
- __h5_dble_interface_MOD_h5dread_double_1;
- __h5_dble_interface_MOD_h5dread_double_2;
- __h5_dble_interface_MOD_h5dread_double_3;
- __h5_dble_interface_MOD_h5dread_double_4;
- __h5_dble_interface_MOD_h5dread_double_5;
- __h5_dble_interface_MOD_h5dread_double_6;
- __h5_dble_interface_MOD_h5dread_double_7;
- __h5_dble_interface_MOD_h5dread_double_scalar;
- __h5_dble_interface_MOD_h5dwrite_double_1;
- __h5_dble_interface_MOD_h5dwrite_double_2;
- __h5_dble_interface_MOD_h5dwrite_double_3;
- __h5_dble_interface_MOD_h5dwrite_double_4;
- __h5_dble_interface_MOD_h5dwrite_double_5;
- __h5_dble_interface_MOD_h5dwrite_double_6;
- __h5_dble_interface_MOD_h5dwrite_double_7;
- __h5_dble_interface_MOD_h5dwrite_double_scalar;
- __h5_dble_interface_MOD_h5pget_double;
- __h5_dble_interface_MOD_h5pget_fill_value_double;
- __h5_dble_interface_MOD_h5pinsert_double;
- __h5_dble_interface_MOD_h5pregister_double;
- __h5_dble_interface_MOD_h5pset_double;
- __h5_dble_interface_MOD_h5pset_fill_value_double;
- __h5a_MOD_h5aclose_f;
- __h5a_MOD_h5acreate_by_name_f;
- __h5a_MOD_h5acreate_f;
- __h5a_MOD_h5adelete_by_idx_f;
- __h5a_MOD_h5adelete_by_name_f;
- __h5a_MOD_h5adelete_f;
- __h5a_MOD_h5aexists_by_name_f;
- __h5a_MOD_h5aexists_f;
- __h5a_MOD_h5aget_create_plist_f;
- __h5a_MOD_h5aget_info_by_idx_f;
- __h5a_MOD_h5aget_info_by_name_f;
- __h5a_MOD_h5aget_info_f;
- __h5a_MOD_h5aget_name_by_idx_f;
- __h5a_MOD_h5aget_name_f;
- __h5a_MOD_h5aget_num_attrs_f;
- __h5a_MOD_h5aget_space_f;
- __h5a_MOD_h5aget_storage_size_f;
- __h5a_MOD_h5aget_type_f;
- __h5a_MOD_h5aopen_by_idx_f;
- __h5a_MOD_h5aopen_by_name_f;
- __h5a_MOD_h5aopen_f;
- __h5a_MOD_h5aopen_idx_f;
- __h5a_MOD_h5aopen_name_f;
- __h5a_MOD_h5arename_by_name_f;
- __h5a_MOD_h5arename_f;
- __h5d_MOD_h5dclose_f;
- __h5d_MOD_h5dcreate_anon_f;
- __h5d_MOD_h5dcreate_f;
- __h5d_MOD_h5dget_access_plist_f;
- __h5d_MOD_h5dget_create_plist_f;
- __h5d_MOD_h5dget_space_f;
- __h5d_MOD_h5dget_space_status_f;
- __h5d_MOD_h5dget_storage_size_f;
- __h5d_MOD_h5dget_type_f;
- __h5d_MOD_h5dopen_f;
- __h5d_MOD_h5dread_vl_integer;
- __h5d_MOD_h5dread_vl_real;
- __h5d_MOD_h5dread_vl_string;
- __h5d_MOD_h5dset_extent_f;
- __h5d_MOD_h5dvlen_get_max_len_f;
- __h5d_MOD_h5dwrite_vl_integer;
- __h5d_MOD_h5dwrite_vl_real;
- __h5d_MOD_h5dwrite_vl_string;
- __h5e_MOD_h5eclear_f;
- __h5e_MOD_h5eget_major_f;
- __h5e_MOD_h5eget_minor_f;
- __h5e_MOD_h5eprint_f;
- __h5f_MOD_h5fclose_f;
- __h5f_MOD_h5fcreate_f;
- __h5f_MOD_h5fflush_f;
- __h5f_MOD_h5fget_access_plist_f;
- __h5f_MOD_h5fget_create_plist_f;
- __h5f_MOD_h5fget_filesize_f;
- __h5f_MOD_h5fget_freespace_f;
- __h5f_MOD_h5fget_name_f;
- __h5f_MOD_h5fget_obj_count_f;
- __h5f_MOD_h5fget_obj_ids_f;
- __h5f_MOD_h5fis_hdf5_f;
- __h5f_MOD_h5fmount_f;
- __h5f_MOD_h5fopen_f;
- __h5f_MOD_h5freopen_f;
- __h5f_MOD_h5funmount_f;
- __h5g_MOD_h5gclose_f;
- __h5g_MOD_h5gcreate_anon_f;
- __h5g_MOD_h5gcreate_f;
- __h5g_MOD_h5gget_comment_f;
- __h5g_MOD_h5gget_create_plist_f;
- __h5g_MOD_h5gget_info_by_idx_f;
- __h5g_MOD_h5gget_info_by_name_f;
- __h5g_MOD_h5gget_info_f;
- __h5g_MOD_h5gget_linkval_f;
- __h5g_MOD_h5gget_obj_info_idx_f;
- __h5g_MOD_h5glink2_f;
- __h5g_MOD_h5glink_f;
- __h5g_MOD_h5gmove2_f;
- __h5g_MOD_h5gmove_f;
- __h5g_MOD_h5gn_members_f;
- __h5g_MOD_h5gopen_f;
- __h5g_MOD_h5gset_comment_f;
- __h5g_MOD_h5gunlink_f;
- __h5i_MOD_h5idec_ref_f;
- __h5i_MOD_h5iget_file_id_f;
- __h5i_MOD_h5iget_name_f;
- __h5i_MOD_h5iget_ref_f;
- __h5i_MOD_h5iget_type_f;
- __h5i_MOD_h5iinc_ref_f;
- __h5i_MOD_h5iis_valid_f;
- __h5l_MOD_h5lcopy_f;
- __h5l_MOD_h5lcreate_external_f;
- __h5l_MOD_h5lcreate_hard_f;
- __h5l_MOD_h5lcreate_soft_f;
- __h5l_MOD_h5ldelete_by_idx_f;
- __h5l_MOD_h5ldelete_f;
- __h5l_MOD_h5lexists_f;
- __h5l_MOD_h5lget_info_by_idx_f;
- __h5l_MOD_h5lget_info_f;
- __h5l_MOD_h5lget_name_by_idx_f;
- __h5l_MOD_h5lis_registered_f;
- __h5l_MOD_h5lmove_f;
- __h5lib_MOD_h5check_version_f;
- __h5lib_MOD_h5close_f;
- __h5lib_MOD_h5dont_atexit_f;
- __h5lib_MOD_h5garbage_collect_f;
- __h5lib_MOD_h5get_libversion_f;
- __h5lib_MOD_h5open_f;
+ h5ltread_dataset_string_c_;
+ H5LTset_attribute_char;
+ H5LTset_attribute_double;
+ h5ltset_attribute_double_c_;
+ H5LTset_attribute_float;
+ h5ltset_attribute_float_c_;
+ H5LTset_attribute_int;
+ h5ltset_attribute_int_c_;
+ H5LTset_attribute_long;
+ H5LTset_attribute_long_long;
+ H5LT_set_attribute_numerical;
+ H5LTset_attribute_short;
+ H5LT_set_attribute_string;
+ H5LTset_attribute_string;
+ h5ltset_attribute_string_c_;
+ H5LTset_attribute_uchar;
+ H5LTset_attribute_uint;
+ H5LTset_attribute_ulong;
+ H5LTset_attribute_ushort;
+ H5LTtext_to_dtype;
+ H5LTyychar;
+ H5LTyy_create_buffer;
+ H5LTyy_delete_buffer;
+ H5LTyyerror;
+ H5LTyy_flush_buffer;
+ H5LTyyin;
+ H5LTyyleng;
+ H5LTyylex;
+ H5LTyylval;
+ H5LTyynerrs;
+ H5LTyyout;
+ H5LTyyparse;
+ H5LTyyrestart;
+ H5LTyy_scan_buffer;
+ H5LTyy_scan_bytes;
+ H5LTyy_scan_string;
+ H5LTyy_switch_to_buffer;
+ H5LTyytext;
+ H5LTyywrap;
+ H5Lunpack_elink_val;
+ H5Lunregister;
+ H5L_unregister;
+ H5Lvisit;
+ H5Lvisit_by_name;
+ H5MF_aggr_absorb;
+ H5MF_aggr_alloc;
+ H5MF_aggr_can_absorb;
+ H5MF_aggr_query;
+ H5MF_aggrs_try_shrink_eoa;
+ H5MF_aggr_try_extend;
+ H5MF_aggr_vfd_alloc;
+ H5MF_alloc;
+ H5MF_alloc_open;
+ H5MF_alloc_start;
+ H5MF_alloc_tmp;
+ H5MF_close;
+ H5MF_free_aggrs;
+ H5MF_FSPACE_SECT_CLS_SIMPLE;
+ H5MF_get_freespace;
+ H5MF_init_merge_flags;
+ H5MF_sect_simple_can_shrink;
+ H5MF_sect_simple_free;
+ H5MF_sect_simple_new;
+ H5MF_sect_simple_shrink;
+ H5MF_try_extend;
+ H5MF_try_shrink;
+ H5MF_xfree;
+ H5MM_realloc;
+ H5MM_strdup;
+ H5MM_xfree;
+ H5MM_xstrdup;
+ H5MP_close;
+ H5MP_create;
+ H5MP_free;
+ H5MP_get_page_free_size;
+ H5MP_get_page_next_page;
+ H5MP_get_pool_first_page;
+ H5MP_get_pool_free_size;
+ H5MP_malloc;
+ H5MP_pool_is_free_size_correct;
+ H5_native_block_blk_free_list;
+ H5_now;
+ H5O_alloc;
+ H5O_alloc_msgs;
+ H5O_attr_bh_info;
+ H5O_attr_count;
+ H5O_attr_count_real;
+ H5O_attr_create;
+ H5O_attr_delete;
+ H5O_attr_dense_info_test;
+ H5O_attr_exists;
+ H5O_attr_iterate;
+ H5O_attr_iterate_real;
+ H5O_attr_link;
+ H5O_attr_open_by_idx;
+ H5O_attr_open_by_name;
+ H5O_attr_remove;
+ H5O_attr_remove_by_idx;
+ H5O_attr_rename;
+ H5O_attr_reset;
+ H5O_attr_update_shared;
+ H5O_attr_write;
+ H5O_check_msg_marked_test;
+ H5O_chunk_add;
+ H5O_chunk_delete;
+ H5O_chunk_protect;
+ H5O_chunk_resize;
+ H5O_chunk_unprotect;
+ H5O_chunk_update_idx;
+ H5Oclose;
+ H5O_close;
+ H5O_condense_header;
+ H5Ocopy;
+ H5O_copy_expand_ref;
+ H5O_copy_header_map;
+ H5O_create;
+ H5O_debug;
+ H5O_debug_id;
+ H5O_debug_real;
+ H5O_dec_rc;
+ H5O_dec_rc_by_loc;
+ H5Odecr_refcount;
+ H5O_delete;
+ H5O_delete_mesg;
+ H5O_efl_total_size;
+ H5Oexists_by_name;
+ H5O_expunge_chunks_test;
+ H5O_fill_convert;
+ H5O_fill_reset_dyn;
+ H5O_fill_set_latest_version;
+ h5o_flags_;
+ H5O_flush_msgs;
+ H5O_free;
+ H5Oget_comment;
+ H5Oget_comment_by_name;
+ H5O_get_create_plist;
+ H5O_get_hdr_info;
+ H5O_get_info;
+ H5Oget_info;
+ H5Oget_info_by_idx;
+ H5Oget_info_by_name;
+ H5O_get_loc;
+ H5O_get_nlinks;
+ H5O_get_oh_addr;
+ H5O_get_rc;
+ H5O_get_rc_and_type;
+ H5O_inc_rc;
+ H5Oincr_refcount;
+ H5O_is_attr_dense_test;
+ H5O_is_attr_empty_test;
+ H5Olink;
+ H5O_link;
+ h5olink_c_;
+ H5O_link_delete;
+ H5O_link_oh;
+ H5O_loc_copy;
+ H5O_loc_free;
+ H5O_loc_hold_file;
+ H5O_loc_reset;
__h5o_MOD_h5olink_f;
__h5o_MOD_h5oopen_by_addr_f;
__h5o_MOD_h5oopen_f;
+ H5O_MSG_AINFO;
+ H5O_msg_alloc;
+ H5O_msg_append_oh;
+ H5O_msg_append_real;
+ H5O_MSG_ATTR;
+ H5O_MSG_BTREEK;
+ H5O_msg_can_share;
+ H5O_msg_can_share_in_ohdr;
+ H5O_msg_class_g;
+ H5O_MSG_CONT;
+ H5O_msg_copy;
+ H5O_msg_copy_file;
+ H5O_msg_count;
+ H5O_msg_count_real;
+ H5O_msg_create;
+ H5O_msg_decode;
+ H5O_msg_delete;
+ H5O_MSG_DRVINFO;
+ H5O_MSG_DTYPE;
+ H5O_MSG_EFL;
+ H5O_msg_encode;
+ H5O_msg_exists;
+ H5O_msg_exists_oh;
+ H5O_MSG_FILL;
+ H5O_MSG_FILL_NEW;
+ H5O_msg_flush;
+ H5O_msg_free;
+ H5O_msg_free_mesg;
+ H5O_msg_free_real;
+ H5O_msg_get_chunkno;
+ H5O_msg_get_crt_index;
+ H5O_MSG_GINFO;
+ H5O_msg_is_shared;
+ H5O_msg_iterate;
+ H5O_msg_iterate_real;
+ H5O_MSG_LAYOUT;
+ H5O_MSG_LINFO;
+ H5O_MSG_LINK;
+ H5O_msg_lock;
+ H5O_MSG_MTIME;
+ H5O_MSG_MTIME_NEW;
+ H5O_MSG_NAME;
+ H5O_MSG_NULL;
+ H5O_MSG_PLINE;
+ H5O_msg_raw_size;
+ H5O_msg_read;
+ H5O_msg_read_oh;
+ H5O_MSG_REFCOUNT;
+ H5O_msg_remove;
+ H5O_msg_remove_op;
+ H5O_msg_remove_real;
+ H5O_msg_reset;
+ H5O_msg_reset_share;
+ H5O_MSG_SDSPACE;
+ H5O_msg_set_share;
+ H5O_MSG_SHMESG;
+ H5O_msg_size_f;
+ H5O_msg_size_oh;
+ H5O_MSG_STAB;
+ H5O_MSG_UNKNOWN;
+ H5O_msg_unlock;
+ H5O_msg_write;
+ H5O_msg_write_oh;
+ H5O_msg_write_real;
+ H5O_num_attrs_test;
+ H5O_obj_class;
+ H5O_obj_create;
+ H5O_OBJ_DATASET;
+ H5O_OBJ_DATATYPE;
+ H5O_OBJ_GROUP;
+ H5O_obj_type;
+ H5Oopen;
+ H5O_open;
+ H5Oopen_by_addr;
+ h5oopen_by_addr_c_;
+ H5Oopen_by_idx;
+ H5O_open_by_loc;
+ h5oopen_c_;
+ H5O_open_name;
+ H5open;
+ h5open_c_;
+ H5O_pin;
+ H5O_pline_set_latest_version;
+ H5O_protect;
+ H5O_release_mesg;
+ H5Oset_comment;
+ H5Oset_comment_by_name;
+ H5O_set_shared;
+ H5O_shared_copy_file;
+ H5O_shared_debug;
+ H5O_shared_decode;
+ H5O_shared_delete;
+ H5O_shared_encode;
+ H5O_shared_link;
+ H5O_shared_post_copy_file;
+ H5O_shared_size;
+ H5O_touch;
+ H5O_touch_oh;
+ H5O_unpin;
+ H5O_unprotect;
+ H5Ovisit;
+ H5Ovisit_by_name;
+ H5P_access_class;
+ H5Padd_merge_committed_dtype_path;
+ H5P_add_prop;
+ H5Pall_filters_avail;
+ h5pall_filters_avail_c_;
+ H5Pclose;
+ H5P_close;
+ h5pclose_c_;
+ H5P_close_class;
+ H5Pclose_class;
+ h5pclose_class_c_;
+ H5P_CLS_ACRT;
+ H5P_CLS_ATTRIBUTE_CREATE_g;
+ H5P_CLS_DACC;
+ H5P_CLS_DATASET_ACCESS_g;
+ H5P_CLS_DATASET_CREATE_g;
+ H5P_CLS_DATASET_XFER_g;
+ H5P_CLS_DATATYPE_ACCESS_g;
+ H5P_CLS_DATATYPE_CREATE_g;
+ H5P_CLS_DCRT;
+ H5P_CLS_DXFR;
+ H5P_CLS_FACC;
+ H5P_CLS_FCRT;
+ H5P_CLS_FILE_ACCESS_g;
+ H5P_CLS_FILE_CREATE_g;
+ H5P_CLS_FILE_MOUNT_g;
+ H5P_CLS_FMNT;
+ H5P_CLS_GACC;
+ H5P_CLS_GCRT;
+ H5P_CLS_GROUP_ACCESS_g;
+ H5P_CLS_GROUP_CREATE_g;
+ H5P_CLS_LACC;
+ H5P_CLS_LCRT;
+ H5P_CLS_LINK_ACCESS_g;
+ H5P_CLS_LINK_CREATE_g;
+ H5P_CLS_OBJECT_COPY_g;
+ H5P_CLS_OBJECT_CREATE_g;
+ H5P_CLS_OCPY;
+ H5P_CLS_OCRT;
+ H5P_CLS_ROOT;
+ H5P_CLS_ROOT_g;
+ H5P_CLS_STRCRT;
+ H5P_CLS_STRING_CREATE_g;
+ H5P_CLS_TACC;
+ H5P_CLS_TCRT;
+ H5P_cmp_class;
+ H5P_cmp_plist;
+ H5Pcopy;
+ h5pcopy_c_;
+ H5P_copy_pclass;
+ H5P_copy_plist;
+ H5Pcopy_prop;
+ h5pcopy_prop_c_;
+ H5P_copy_prop_pclass;
+ H5P_copy_prop_plist;
+ H5Pcreate;
+ h5pcreate_c_;
+ H5P_create_class;
+ H5Pcreate_class;
+ h5pcreate_class_c_;
+ H5P_create_id;
+ H5Pequal;
+ h5pequal_c_;
+ H5Pexist;
+ h5pexist_c_;
+ H5P_exist_pclass;
+ H5P_exist_plist;
+ H5P_facc_close;
+ H5P_fill_value_cmp;
+ H5P_fill_value_defined;
+ H5Pfill_value_defined;
+ h5pfill_value_defined_c_;
+ H5P__find_prop_plist;
+ h5p_flags_;
+ h5p_flags_int_;
+ H5Pfree_merge_committed_dtype_paths;
+ H5Pget;
+ H5P_get;
+ H5Pget_alignment;
+ h5pget_alignment_c_;
+ H5Pget_alloc_time;
+ h5pget_alloc_time_c_;
+ H5Pget_attr_creation_order;
+ h5pget_attr_creation_order_c_;
+ H5Pget_attr_phase_change;
+ h5pget_attr_phase_change_c_;
+ H5Pget_btree_ratios;
+ h5pget_btree_ratios_c_;
+ H5Pget_buffer;
+ h5pget_buffer_c_;
+ h5pget_c_;
+ H5Pget_cache;
+ h5pget_cache_c_;
+ h5pgetc_c_;
+ H5Pget_char_encoding;
+ h5pget_char_encoding_c_;
+ H5Pget_chunk;
+ h5pget_chunk_c_;
+ H5Pget_chunk_cache;
+ h5pget_chunk_cache_c_;
+ H5P_get_class;
+ H5Pget_class;
+ h5pget_class_c_;
+ H5P_get_class_name;
+ H5Pget_class_name;
+ h5pget_class_name_c_;
+ H5P_get_class_parent;
+ H5Pget_class_parent;
+ h5pget_class_parent_c_;
+ H5P_get_class_path;
+ H5P_get_class_path_test;
+ H5Pget_copy_object;
+ h5pget_copy_object_c_;
+ h5pget_create_inter_group_c_;
+ H5Pget_create_intermediate_group;
+ H5Pget_data_transform;
+ h5pget_data_transform_c_;
+ h5pget_double_c_;
+ H5P_get_driver;
+ H5Pget_driver;
+ h5pget_driver_c_;
+ H5P_get_driver_info;
+ H5Pget_driver_info;
+ H5Pget_edc_check;
+ h5pget_edc_check_c_;
+ H5Pget_elink_acc_flags;
+ H5Pget_elink_cb;
+ H5Pget_elink_fapl;
+ H5Pget_elink_file_cache_size;
+ H5Pget_elink_prefix;
+ H5Pget_est_link_info;
+ h5pget_est_link_info_c_;
+ H5Pget_external;
+ h5pget_external_c_;
+ H5Pget_external_count;
+ h5pget_external_count_c_;
+ H5Pget_family_offset;
+ H5Pget_fapl_core;
+ h5pget_fapl_core_c_;
+ h5pget_fapl_direct_c_;
+ H5Pget_fapl_family;
+ h5pget_fapl_family_c_;
+ H5Pget_fapl_multi;
+ h5pget_fapl_multi_c_;
+ H5Pget_fclose_degree;
+ h5pget_fclose_degree_c_;
+ H5Pget_file_image;
+ H5Pget_file_image_callbacks;
+ H5Pget_fill_time;
+ h5pget_fill_time_c_;
+ H5P_get_fill_value;
+ H5Pget_fill_value;
+ h5pget_fill_value_c_;
+ h5pget_fill_valuec_c_;
+ h5pget_fill_value_double_c_;
+ h5pget_fill_value_integer_c_;
+ h5pget_fill_value_real_c_;
+ H5P_get_filter;
+ H5Pget_filter1;
+ H5Pget_filter2;
+ H5P_get_filter_by_id;
+ H5Pget_filter_by_id1;
+ H5Pget_filter_by_id2;
+ h5pget_filter_by_id_c_;
+ h5pget_filter_c_;
+ H5Pget_gc_references;
+ h5pget_gc_references_c_;
+ H5Pget_hyper_vector_size;
+ h5pget_hyper_vector_size_c_;
+ h5pget_integer_c_;
+ H5Pget_istore_k;
+ h5pget_istore_k_c_;
+ H5Pget_layout;
+ h5pget_layout_c_;
+ H5Pget_libver_bounds;
+ H5Pget_link_creation_order;
+ h5pget_link_creation_order_c_;
+ H5Pget_link_phase_change;
+ h5pget_link_phase_change_c_;
+ H5Pget_local_heap_size_hint;
+ h5pget_local_heap_size_hint_c_;
+ H5Pget_mcdt_search_cb;
+ H5Pget_mdc_config;
+ H5Pget_meta_block_size;
+ h5pget_meta_block_size_c_;
+ H5Pget_multi_type;
+ H5Pget_nfilters;
+ h5pget_nfilters_c_;
+ H5Pget_nlinks;
+ h5pget_nlinks_c_;
+ H5Pget_nprops;
+ h5pget_nprops_c_;
+ H5P_get_nprops_pclass;
+ H5P_get_nprops_plist;
+ H5Pget_obj_track_times;
+ h5pget_obj_track_times_c_;
+ H5Pget_preserve;
+ h5pget_preserve_c_;
+ h5pget_real_c_;
+ H5Pget_shared_mesg_index;
+ H5Pget_shared_mesg_nindexes;
+ H5Pget_shared_mesg_phase_change;
+ H5Pget_sieve_buf_size;
+ h5pget_sieve_buf_size_c_;
+ H5Pget_size;
+ h5pget_size_c_;
+ H5P_get_size_pclass;
+ H5P_get_size_plist;
+ H5Pget_sizes;
+ h5pget_sizes_c_;
+ H5Pget_small_data_block_size;
+ h5pget_small_data_block_size_c_;
+ H5Pget_sym_k;
+ h5pget_sym_k_c_;
+ H5Pget_type_conv_cb;
+ H5Pget_userblock;
+ h5pget_userblock_c_;
+ H5Pget_version;
+ h5pget_version_c_;
+ H5Pget_vlen_mem_manager;
+ H5P_init;
+ H5P_insert;
+ H5Pinsert1;
+ H5Pinsert2;
+ h5pinsert_c_;
+ h5pinsertc_c_;
+ h5pinsert_double_c_;
+ h5pinsert_integer_c_;
+ h5pinsert_real_c_;
+ H5P_isa_class;
+ H5Pisa_class;
+ h5pisa_class_c_;
+ H5P_is_fill_value_defined;
+ H5Piterate;
+ H5P_iterate_pclass;
+ H5P_iterate_plist;
__h5p_MOD_h5pall_filters_avail_f;
__h5p_MOD_h5pclose_class_f;
__h5p_MOD_h5pclose_f;
@@ -3565,7 +2553,327 @@ HDF5_SERIAL_1.8.7 {
__h5p_MOD_h5pset_szip_f;
__h5p_MOD_h5pset_userblock_f;
__h5p_MOD_h5punregister_f;
+ H5P_modify_filter;
+ H5Pmodify_filter;
+ h5pmodify_filter_c_;
+ H5P_object_verify;
+ H5P_open_class_path;
+ H5P_open_class_path_test;
+ H5P_peek_hid_t;
+ H5P_peek_size_t;
+ H5P_peek_unsigned;
+ H5P_peek_voidp;
+ H5P_register;
+ H5Pregister1;
+ H5Pregister2;
+ h5pregister_c_;
+ h5pregisterc_c_;
+ h5pregister_double_c_;
+ h5pregister_integer_c_;
+ H5P_register_real;
+ h5pregister_real_c_;
+ H5Premove;
+ H5P_remove;
+ h5premove_c_;
+ H5Premove_filter;
+ h5premove_filter_c_;
+ H5P_reset_external_file_test;
+ H5Pset;
+ H5P_set;
+ H5Pset_alignment;
+ h5pset_alignment_c_;
+ H5Pset_alloc_time;
+ h5pset_alloc_time_c_;
+ H5Pset_attr_creation_order;
+ h5pset_attr_creation_order_c_;
+ H5Pset_attr_phase_change;
+ h5pset_attr_phase_change_c_;
+ H5Pset_btree_ratios;
+ h5pset_btree_ratios_c_;
+ H5Pset_buffer;
+ h5pset_buffer_c_;
+ h5pset_c_;
+ H5Pset_cache;
+ h5pset_cache_c_;
+ h5psetc_c_;
+ H5Pset_char_encoding;
+ h5pset_char_encoding_c_;
+ H5Pset_chunk;
+ h5pset_chunk_c_;
+ H5Pset_chunk_cache;
+ h5pset_chunk_cache_c_;
+ H5Pset_copy_object;
+ h5pset_copy_object_c_;
+ h5pset_create_inter_group_c_;
+ H5Pset_create_intermediate_group;
+ H5Pset_data_transform;
+ h5pset_data_transform_c_;
+ H5Pset_deflate;
+ h5pset_deflate_c_;
+ h5pset_double_c_;
+ H5P_set_driver;
+ H5Pset_driver;
+ H5Pset_edc_check;
+ h5pset_edc_check_c_;
+ H5Pset_elink_acc_flags;
+ H5Pset_elink_cb;
+ H5Pset_elink_fapl;
+ H5Pset_elink_file_cache_size;
+ H5Pset_elink_prefix;
+ H5Pset_est_link_info;
+ h5pset_est_link_info_c_;
+ H5Pset_external;
+ h5pset_external_c_;
+ H5Pset_family_offset;
+ h5pset_family_offset_c_;
+ H5Pset_fapl_core;
+ h5pset_fapl_core_c_;
+ h5pset_fapl_direct_c_;
+ H5Pset_fapl_family;
+ h5pset_fapl_family_c_;
+ H5Pset_fapl_log;
+ H5Pset_fapl_multi;
+ h5pset_fapl_multi_c_;
+ h5pset_fapl_multi_sc_;
+ H5Pset_fapl_sec2;
+ h5pset_fapl_sec2_c_;
+ H5Pset_fapl_split;
+ h5pset_fapl_split_c_;
+ H5Pset_fapl_stdio;
+ h5pset_fapl_stdio_c_;
+ H5Pset_fclose_degree;
+ h5pset_fclose_degree_c_;
+ H5Pset_file_image;
+ H5Pset_file_image_callbacks;
+ H5Pset_fill_time;
+ h5pset_fill_time_c_;
+ H5Pset_fill_value;
+ h5pset_fill_value_c_;
+ h5pset_fill_valuec_c_;
+ h5pset_fill_value_double_c_;
+ h5pset_fill_value_integer_c_;
+ h5pset_fill_value_real_c_;
+ H5Pset_filter;
+ h5pset_filter_c_;
+ H5Pset_filter_callback;
+ H5Pset_fletcher32;
+ h5pset_fletcher32_c_;
+ H5Pset_gc_references;
+ h5pset_gc_references_c_;
+ H5Pset_hyper_vector_size;
+ h5pset_hyper_vector_size_c_;
+ h5pset_integer_c_;
+ H5Pset_istore_k;
+ h5pset_istore_k_c_;
+ H5Pset_layout;
+ h5pset_layout_c_;
+ H5Pset_libver_bounds;
+ h5pset_libver_bounds_c_;
+ H5Pset_link_creation_order;
+ h5pset_link_creation_order_c_;
+ H5Pset_link_phase_change;
+ h5pset_link_phase_change_c_;
+ H5Pset_local_heap_size_hint;
+ h5pset_local_heap_size_hint_c_;
+ H5Pset_mcdt_search_cb;
+ H5Pset_mdc_config;
+ H5Pset_meta_block_size;
+ h5pset_meta_block_size_c_;
+ H5Pset_multi_type;
+ H5Pset_nbit;
+ h5pset_nbit_c_;
+ H5Pset_nlinks;
+ h5pset_nlinks_c_;
+ H5Pset_obj_track_times;
+ h5pset_obj_track_times_c_;
+ H5Pset_preserve;
+ h5pset_preserve_c_;
+ h5pset_real_c_;
+ H5Pset_scaleoffset;
+ h5pset_scaleoffset_c_;
+ H5Pset_shared_mesg_index;
+ h5pset_shared_mesg_index_c_;
+ H5Pset_shared_mesg_nindexes;
+ h5pset_shared_mesg_nindexes_c_;
+ H5Pset_shared_mesg_phase_change;
+ H5Pset_shuffle;
+ h5pset_shuffle_c_;
+ H5Pset_sieve_buf_size;
+ h5pset_sieve_buf_size_c_;
+ H5Pset_sizes;
+ h5pset_sizes_c_;
+ H5Pset_small_data_block_size;
+ h5pset_small_data_block_size_c_;
+ H5Pset_sym_k;
+ h5pset_sym_k_c_;
+ H5Pset_szip;
+ h5pset_szip_c_;
+ H5Pset_type_conv_cb;
+ H5Pset_userblock;
+ h5pset_userblock_c_;
+ H5P_set_vlen_mem_manager;
+ H5Pset_vlen_mem_manager;
+ H5PTappend;
+ H5PTclose;
+ H5PTcreate_fl;
+ H5PTcreate_index;
+ H5P_term_interface;
+ H5PTget_index;
+ H5PTget_next;
+ H5PTget_num_packets;
+ H5PTis_valid;
+ H5PTopen;
+ H5PTread_packets;
+ H5PTset_index;
+ H5Punregister;
+ H5P_unregister;
+ h5punregister_c_;
+ H5RC_create;
+ H5RC_decr;
+ H5Rcreate;
+ h5rcreate_object_c_;
+ h5rcreate_region_c_;
+ H5Rdereference;
+ h5rdereference_object_c_;
+ h5rdereference_region_c_;
+ h5r_flags_;
+ H5Rget_name;
+ h5rget_name_object_c_;
+ h5rget_name_region_c_;
+ h5rget_object_type_obj_c_;
+ H5R_get_obj_type;
+ H5Rget_obj_type1;
+ H5Rget_obj_type2;
+ H5Rget_region;
+ h5rget_region_region_c_;
+ H5R_init;
__h5r_MOD_h5rget_object_type_obj_f;
+ H5RS_cmp;
+ H5RS_create;
+ H5RS_decr;
+ H5RS_dup;
+ H5RS_dup_str;
+ H5RS_get_count;
+ H5RS_get_str;
+ H5RS_incr;
+ H5RS_len;
+ H5RS_own;
+ H5RS_wrap;
+ H5R_term_interface;
+ H5S_append;
+ H5Sclose;
+ H5S_close;
+ h5sclose_c_;
+ H5Scopy;
+ H5S_copy;
+ h5scopy_c_;
+ H5Screate;
+ H5S_create;
+ h5screate_c_;
+ H5S_create_simple;
+ H5Screate_simple;
+ h5screate_simple_c_;
+ H5S_debug;
+ H5Sdecode;
+ h5sdecode_c_;
+ H5Sencode;
+ h5sencode_c_;
+ H5set_free_list_limits;
+ H5S_extend;
+ H5S_extent_copy;
+ H5Sextent_copy;
+ h5sextent_copy_c_;
+ H5S_extent_equal;
+ H5Sextent_equal;
+ h5sextent_equal_c_;
+ H5S_extent_get_dims;
+ H5S_extent_nelem;
+ H5S_extent_release;
+ h5s_flags_;
+ H5S_get_npoints_max;
+ H5S_get_rebuild_status_test;
+ H5S_get_select_bounds;
+ H5Sget_select_bounds;
+ h5sget_select_bounds_c_;
+ H5Sget_select_elem_npoints;
+ h5sget_select_elem_npoints_c_;
+ H5Sget_select_elem_pointlist;
+ h5sget_select_elem_pointlist_c_;
+ H5Sget_select_hyper_blocklist;
+ h5sget_select_hyper_blocklist_c_;
+ H5Sget_select_hyper_nblocks;
+ h5sget_select_hyper_nblocks_c_;
+ H5S_get_select_npoints;
+ H5Sget_select_npoints;
+ h5sget_select_npoints_c_;
+ H5S_get_select_offset;
+ H5S_get_select_type;
+ H5Sget_select_type;
+ h5sget_select_type_c_;
+ H5S_get_simple_extent_dims;
+ H5Sget_simple_extent_dims;
+ h5sget_simple_extent_dims_c_;
+ H5S_get_simple_extent_ndims;
+ H5Sget_simple_extent_ndims;
+ h5sget_simple_extent_ndims_c_;
+ H5S_get_simple_extent_npoints;
+ H5Sget_simple_extent_npoints;
+ h5sget_simple_extent_npoints_c_;
+ H5S_get_simple_extent_type;
+ H5Sget_simple_extent_type;
+ h5sget_simple_extent_type_c_;
+ H5S_has_extent;
+ H5S_hyper_add_span_element;
+ H5S_hyper_adjust_s;
+ H5S_hyper_convert;
+ H5S_hyper_denormalize_offset;
+ H5S_hyper_intersect_block;
+ H5S_hyper_normalize_offset;
+ H5S_hyper_reset_scratch;
+ H5_sieve_buf_blk_free_list;
+ H5Sis_simple;
+ h5sis_simple_c_;
+ H5_size_t_seq_free_list;
+ H5SL_above;
+ H5SL_add;
+ H5SL_below;
+ H5SL_close;
+ H5SL_count;
+ H5SL_create;
+ H5SL_destroy;
+ H5SL_find;
+ H5SL_first;
+ H5SL_free;
+ H5SL_greater;
+ H5SL_insert;
+ H5SL_item;
+ H5SL_iterate;
+ H5SL_last;
+ H5SL_less;
+ H5SL_next;
+ H5SL_prev;
+ H5SL_release;
+ H5SL_remove;
+ H5SL_remove_first;
+ H5SL_search;
+ H5SL_term_interface;
+ H5SM_bt2_convert_to_list_op;
+ H5SM_can_share;
+ H5SM_delete;
+ H5SM_get_fheap_addr;
+ H5SM_get_hash_fh_cb;
+ H5SM_get_index;
+ H5SM_get_info;
+ H5SM_get_mesg_count_test;
+ H5SM_get_refcount;
+ H5SM_ih_size;
+ H5SM_INDEX;
+ H5SM_init;
+ H5SM_list_debug;
+ H5SM_list_free;
+ H5SM_message_compare;
+ H5SM_message_decode;
+ H5SM_message_encode;
__h5s_MOD_h5sclose_f;
__h5s_MOD_h5scopy_f;
__h5s_MOD_h5screate_f;
@@ -3594,6 +2902,478 @@ HDF5_SERIAL_1.8.7 {
__h5s_MOD_h5sselect_valid_f;
__h5s_MOD_h5sset_extent_none_f;
__h5s_MOD_h5sset_extent_simple_f;
+ H5SM_reconstitute;
+ H5SM_table_debug;
+ H5SM_table_free;
+ H5SM_try_share;
+ H5SM_type_shared;
+ H5Soffset_simple;
+ h5soffset_simple_c_;
+ H5S_read;
+ H5S_sel_all;
+ H5S_select_adjust_u;
+ H5S_select_all;
+ H5Sselect_all;
+ h5sselect_all_c_;
+ H5S_select_construct_projection;
+ H5S_select_copy;
+ H5S_select_deserialize;
+ H5S_select_elements;
+ H5Sselect_elements;
+ h5sselect_elements_c_;
+ H5S_select_fill;
+ H5S_select_get_seq_list;
+ H5S_select_hyperslab;
+ H5Sselect_hyperslab;
+ h5sselect_hyperslab_c_;
+ H5S_select_is_contiguous;
+ H5S_select_is_regular;
+ H5S_select_is_single;
+ H5S_select_iterate;
+ H5S_select_iter_coords;
+ H5S_select_iter_init;
+ H5S_select_iter_nelmts;
+ H5S_select_iter_next;
+ H5S_select_iter_release;
+ H5S_select_none;
+ H5Sselect_none;
+ h5sselect_none_c_;
+ H5S_select_offset;
+ H5S_select_project_scalar;
+ H5S_select_project_simple;
+ H5S_select_release;
+ H5S_select_serialize;
+ H5S_select_serial_size;
+ H5S_select_shape_same;
+ H5S_select_shape_same_test;
+ H5S_select_valid;
+ H5Sselect_valid;
+ h5sselect_valid_c_;
+ H5S_sel_hyper;
+ H5S_sel_none;
+ H5S_sel_point;
+ H5S_set_extent;
+ H5Sset_extent_none;
+ h5sset_extent_none_c_;
+ H5S_set_extent_real;
+ H5Sset_extent_simple;
+ h5sset_extent_simple_c_;
+ H5S_set_latest_version;
+ H5ST_close;
+ H5ST_create;
+ H5ST_delete;
+ H5S_term_interface;
+ H5ST_find;
+ H5ST_findfirst;
+ H5ST_findnext;
+ H5ST_insert;
+ H5ST_locate;
+ H5_str_buf_blk_free_list;
+ H5ST_remove;
+ H5ST_search;
+ H5S_write;
+ H5T__alloc;
+ H5T__array_create;
+ H5Tarray_create1;
+ H5Tarray_create2;
+ h5tarray_create_c_;
+ H5TBadd_records_from;
+ H5TBAget_fill;
+ H5TBAget_title;
+ H5TBappend_records;
+ H5TBcombine_tables;
+ H5TB_common_append_records;
+ H5TB_common_read_records;
+ H5TBdelete_field;
+ h5tbdelete_field_c_;
+ H5TBdelete_record;
+ H5TBget_field_info;
+ h5tbget_field_info_c_;
+ H5TBget_table_info;
+ h5tbget_table_info_c_;
+ H5TBinsert_field;
+ h5tbinsert_field_c_;
+ h5tbinsert_field_dl_c_;
+ h5tbinsert_field_fl_c_;
+ h5tbinsert_field_int_c_;
+ h5tbinsert_field_st_c_;
+ H5TBinsert_record;
+ H5T__bit_copy;
+ H5T__bit_dec;
+ H5T__bit_find;
+ H5T__bit_get_d;
+ H5T__bit_inc;
+ H5T__bit_neg;
+ H5T__bit_set;
+ H5T__bit_set_d;
+ H5T__bit_shift;
+ H5TBmake_table;
+ h5tbmake_table_c_;
+ __h5tb_MOD_h5tbdelete_field_f;
+ __h5tb_MOD_h5tbget_field_info_f;
+ __h5tb_MOD_h5tbget_table_info_f;
+ __h5tb_MOD_h5tbinsert_field_f_double;
+ __h5tb_MOD_h5tbinsert_field_f_float;
+ __h5tb_MOD_h5tbinsert_field_f_int;
+ __h5tb_MOD_h5tbinsert_field_f_string;
+ __h5tb_MOD_h5tbmake_table_f;
+ __h5tb_MOD_h5tbread_field_index_f_double;
+ __h5tb_MOD_h5tbread_field_index_f_float;
+ __h5tb_MOD_h5tbread_field_index_f_int;
+ __h5tb_MOD_h5tbread_field_index_f_string;
+ __h5tb_MOD_h5tbread_field_name_f_double;
+ __h5tb_MOD_h5tbread_field_name_f_float;
+ __h5tb_MOD_h5tbread_field_name_f_int;
+ __h5tb_MOD_h5tbread_field_name_f_string;
+ __h5tb_MOD_h5tbwrite_field_index_f_double;
+ __h5tb_MOD_h5tbwrite_field_index_f_float;
+ __h5tb_MOD_h5tbwrite_field_index_f_int;
+ __h5tb_MOD_h5tbwrite_field_index_f_string;
+ __h5tb_MOD_h5tbwrite_field_name_f_double;
+ __h5tb_MOD_h5tbwrite_field_name_f_float;
+ __h5tb_MOD_h5tbwrite_field_name_f_int;
+ __h5tb_MOD_h5tbwrite_field_name_f_string;
+ h5tbread_field_index_c_;
+ h5tbread_field_index_dl_c_;
+ h5tbread_field_index_fl_c_;
+ h5tbread_field_index_int_c_;
+ h5tbread_field_index_st_c_;
+ h5tbread_field_name_c_;
+ h5tbread_field_name_dl_c_;
+ h5tbread_field_name_fl_c_;
+ h5tbread_field_name_int_c_;
+ h5tbread_field_name_st_c_;
+ H5TBread_fields_index;
+ H5TBread_fields_name;
+ H5TBread_records;
+ H5TBread_table;
+ h5tbwrite_field_index_c_;
+ h5tbwrite_field_index_dl_c_;
+ h5tbwrite_field_index_fl_c_;
+ h5tbwrite_field_index_int_c_;
+ h5tbwrite_field_index_st_c_;
+ h5tbwrite_field_name_c_;
+ h5tbwrite_field_name_dl_c_;
+ h5tbwrite_field_name_fl_c_;
+ h5tbwrite_field_name_int_c_;
+ h5tbwrite_field_name_st_c_;
+ H5TBwrite_fields_index;
+ H5TBwrite_fields_name;
+ H5TBwrite_records;
+ H5Tclose;
+ H5T_close;
+ h5tclose_c_;
+ H5T_cmp;
+ H5T__commit;
+ H5Tcommit1;
+ H5Tcommit2;
+ H5Tcommit_anon;
+ h5tcommit_anon_c_;
+ h5tcommit_c_;
+ H5T__commit_named;
+ H5Tcommitted;
+ H5T_committed;
+ h5tcommitted_c_;
+ H5Tcompiler_conv;
+ h5tcompiler_conv_c_;
+ H5T__conv_array;
+ H5T__conv_b_b;
+ H5T__conv_double_float;
+ H5T__conv_double_int;
+ H5T__conv_double_ldouble;
+ H5T__conv_double_llong;
+ H5T__conv_double_long;
+ H5T__conv_double_schar;
+ H5T__conv_double_short;
+ H5T__conv_double_uchar;
+ H5T__conv_double_uint;
+ H5T__conv_double_ullong;
+ H5T__conv_double_ulong;
+ H5T__conv_double_ushort;
+ H5T__conv_enum;
+ H5Tconvert;
+ H5T_convert;
+ H5T__conv_f_f;
+ H5T__conv_f_i;
+ H5T__conv_float_double;
+ H5T__conv_float_int;
+ H5T__conv_float_ldouble;
+ H5T__conv_float_llong;
+ H5T__conv_float_long;
+ H5T__conv_float_schar;
+ H5T__conv_float_short;
+ H5T__conv_float_uchar;
+ H5T__conv_float_uint;
+ H5T__conv_float_ullong;
+ H5T__conv_float_ulong;
+ H5T__conv_float_ushort;
+ H5T__conv_i_f;
+ H5T__conv_i_i;
+ H5T__conv_int_double;
+ H5T__conv_int_float;
+ H5T__conv_int_ldouble;
+ H5T__conv_int_llong;
+ H5T__conv_int_long;
+ H5T__conv_int_schar;
+ H5T__conv_int_short;
+ H5T__conv_int_uchar;
+ H5T__conv_int_uint;
+ H5T__conv_int_ullong;
+ H5T__conv_int_ulong;
+ H5T__conv_int_ushort;
+ H5T__conv_ldouble_double;
+ H5T__conv_ldouble_float;
+ H5T__conv_ldouble_int;
+ H5T__conv_ldouble_llong;
+ H5T__conv_ldouble_long;
+ H5T__conv_ldouble_schar;
+ H5T__conv_ldouble_short;
+ H5T__conv_ldouble_uchar;
+ H5T__conv_ldouble_uint;
+ H5T__conv_ldouble_ullong;
+ H5T__conv_ldouble_ulong;
+ H5T__conv_ldouble_ushort;
+ H5T__conv_llong_double;
+ H5T__conv_llong_float;
+ H5T__conv_llong_int;
+ H5T__conv_llong_ldouble;
+ H5T__conv_llong_long;
+ H5T__conv_llong_schar;
+ H5T__conv_llong_short;
+ H5T__conv_llong_uchar;
+ H5T__conv_llong_uint;
+ H5T__conv_llong_ullong;
+ H5T__conv_llong_ulong;
+ H5T__conv_llong_ushort;
+ H5T__conv_long_double;
+ H5T__conv_long_float;
+ H5T__conv_long_int;
+ H5T__conv_long_ldouble;
+ H5T__conv_long_llong;
+ H5T__conv_long_schar;
+ H5T__conv_long_short;
+ H5T__conv_long_uchar;
+ H5T__conv_long_uint;
+ H5T__conv_long_ullong;
+ H5T__conv_long_ulong;
+ H5T__conv_long_ushort;
+ H5T__conv_noop;
+ H5T__conv_order;
+ H5T__conv_order_opt;
+ H5T__conv_schar_double;
+ H5T__conv_schar_float;
+ H5T__conv_schar_int;
+ H5T__conv_schar_ldouble;
+ H5T__conv_schar_llong;
+ H5T__conv_schar_long;
+ H5T__conv_schar_short;
+ H5T__conv_schar_uchar;
+ H5T__conv_schar_uint;
+ H5T__conv_schar_ullong;
+ H5T__conv_schar_ulong;
+ H5T__conv_schar_ushort;
+ H5T__conv_short_double;
+ H5T__conv_short_float;
+ H5T__conv_short_int;
+ H5T__conv_short_ldouble;
+ H5T__conv_short_llong;
+ H5T__conv_short_long;
+ H5T__conv_short_schar;
+ H5T__conv_short_uchar;
+ H5T__conv_short_uint;
+ H5T__conv_short_ullong;
+ H5T__conv_short_ulong;
+ H5T__conv_short_ushort;
+ H5T__conv_s_s;
+ H5T__conv_struct;
+ H5T__conv_struct_opt;
+ H5T__conv_struct_subset;
+ H5T__conv_uchar_double;
+ H5T__conv_uchar_float;
+ H5T__conv_uchar_int;
+ H5T__conv_uchar_ldouble;
+ H5T__conv_uchar_llong;
+ H5T__conv_uchar_long;
+ H5T__conv_uchar_schar;
+ H5T__conv_uchar_short;
+ H5T__conv_uchar_uint;
+ H5T__conv_uchar_ullong;
+ H5T__conv_uchar_ulong;
+ H5T__conv_uchar_ushort;
+ H5T__conv_uint_double;
+ H5T__conv_uint_float;
+ H5T__conv_uint_int;
+ H5T__conv_uint_ldouble;
+ H5T__conv_uint_llong;
+ H5T__conv_uint_long;
+ H5T__conv_uint_schar;
+ H5T__conv_uint_short;
+ H5T__conv_uint_uchar;
+ H5T__conv_uint_ullong;
+ H5T__conv_uint_ulong;
+ H5T__conv_uint_ushort;
+ H5T__conv_ullong_double;
+ H5T__conv_ullong_float;
+ H5T__conv_ullong_int;
+ H5T__conv_ullong_ldouble;
+ H5T__conv_ullong_llong;
+ H5T__conv_ullong_long;
+ H5T__conv_ullong_schar;
+ H5T__conv_ullong_short;
+ H5T__conv_ullong_uchar;
+ H5T__conv_ullong_uint;
+ H5T__conv_ullong_ulong;
+ H5T__conv_ullong_ushort;
+ H5T__conv_ulong_double;
+ H5T__conv_ulong_float;
+ H5T__conv_ulong_int;
+ H5T__conv_ulong_ldouble;
+ H5T__conv_ulong_llong;
+ H5T__conv_ulong_long;
+ H5T__conv_ulong_schar;
+ H5T__conv_ulong_short;
+ H5T__conv_ulong_uchar;
+ H5T__conv_ulong_uint;
+ H5T__conv_ulong_ullong;
+ H5T__conv_ulong_ushort;
+ H5T__conv_ushort_double;
+ H5T__conv_ushort_float;
+ H5T__conv_ushort_int;
+ H5T__conv_ushort_ldouble;
+ H5T__conv_ushort_llong;
+ H5T__conv_ushort_long;
+ H5T__conv_ushort_schar;
+ H5T__conv_ushort_short;
+ H5T__conv_ushort_uchar;
+ H5T__conv_ushort_uint;
+ H5T__conv_ushort_ullong;
+ H5T__conv_ushort_ulong;
+ H5T__conv_vlen;
+ H5Tcopy;
+ H5T_copy;
+ h5tcopy_c_;
+ H5Tcreate;
+ H5T__create;
+ h5tcreate_c_;
+ H5T_C_S1_g;
+ H5T_debug;
+ H5Tdecode;
+ h5tdecode_c_;
+ H5T_detect_class;
+ H5Tdetect_class;
+ H5Tencode;
+ h5tencode_c_;
+ H5T__enum_create;
+ H5Tenum_create;
+ h5tenum_create_c_;
+ H5T__enum_insert;
+ H5Tenum_insert;
+ h5tenum_insert_c_;
+ H5Tenum_nameof;
+ h5tenum_nameof_c_;
+ H5Tenum_valueof;
+ h5tenum_valueof_c_;
+ H5Tequal;
+ h5tequal_c_;
+ H5_term_library;
+ H5Tfind;
+ h5t_flags_;
+ H5T_FORTRAN_S1_g;
+ H5T__free;
+ H5T__get_array_dims;
+ H5Tget_array_dims1;
+ H5Tget_array_dims2;
+ h5tget_array_dims_c_;
+ H5T__get_array_ndims;
+ H5Tget_array_ndims;
+ h5tget_array_ndims_c_;
+ H5T_get_class;
+ H5Tget_class;
+ h5tget_class_c_;
+ H5Tget_create_plist;
+ h5tget_create_plist_c_;
+ H5Tget_cset;
+ h5tget_cset_c_;
+ H5Tget_ebias;
+ h5tget_ebias_c_;
+ H5Tget_fields;
+ h5tget_fields_c_;
+ H5Tget_inpad;
+ h5tget_inpad_c_;
+ H5Tget_member_class;
+ h5tget_member_class_c_;
+ H5Tget_member_index;
+ h5tget_member_index_c_;
+ H5T__get_member_name;
+ H5Tget_member_name;
+ h5tget_member_name_c_;
+ H5T_get_member_offset;
+ H5Tget_member_offset;
+ h5tget_member_offset_c_;
+ H5T__get_member_size;
+ H5T_get_member_type;
+ H5Tget_member_type;
+ h5tget_member_type_c_;
+ H5T__get_member_value;
+ H5Tget_member_value;
+ h5tget_member_value_c_;
+ H5Tget_native_type;
+ h5tget_native_type_c_;
+ H5T_get_nmembers;
+ H5Tget_nmembers;
+ h5tget_nmembers_c_;
+ H5Tget_norm;
+ h5tget_norm_c_;
+ H5T_get_offset;
+ H5Tget_offset;
+ h5tget_offset_c_;
+ H5T_get_order;
+ H5Tget_order;
+ h5tget_order_c_;
+ H5Tget_pad;
+ h5tget_pad_c_;
+ H5T_get_precision;
+ H5Tget_precision;
+ h5tget_precision_c_;
+ H5T_get_ref_type;
+ H5T_get_sign;
+ H5Tget_sign;
+ h5tget_sign_c_;
+ H5T_get_size;
+ H5Tget_size;
+ h5tget_size_c_;
+ H5Tget_strpad;
+ h5tget_strpad_c_;
+ H5T_get_super;
+ H5Tget_super;
+ h5tget_super_c_;
+ H5Tget_tag;
+ h5tget_tag_c_;
+ H5T_HDSETREGREF_COMP_ALIGN_g;
+ H5T_HOBJREF_COMP_ALIGN_g;
+ H5T_HVL_COMP_ALIGN_g;
+ H5T_IEEE_F32BE_g;
+ H5T_IEEE_F32LE_g;
+ H5T_IEEE_F64BE_g;
+ H5T_IEEE_F64LE_g;
+ H5_timer_begin;
+ H5_timer_end;
+ H5_timer_reset;
+ H5_time_t_reg_free_list;
+ H5T_init;
+ H5Tinsert;
+ H5T__insert;
+ h5tinsert_c_;
+ H5T_is_immutable;
+ H5T_is_named;
+ H5T_is_relocatable;
+ H5T_is_sensible;
+ H5T_is_variable_str;
+ H5Tis_variable_str;
+ h5tis_variable_str_c_;
+ H5T_link;
+ H5Tlock;
+ H5T_lock;
__h5t_MOD_h5tarray_create_f;
__h5t_MOD_h5tclose_f;
__h5t_MOD_h5tcommit_anon_f;
@@ -3653,178 +3433,282 @@ HDF5_SERIAL_1.8.7 {
__h5t_MOD_h5tset_strpad_f;
__h5t_MOD_h5tset_tag_f;
__h5t_MOD_h5tvlen_create_f;
- __h5z_MOD_h5zfilter_avail_f;
- __h5z_MOD_h5zget_filter_info_f;
- __h5z_MOD_h5zunregister_f;
- __h5im_MOD_h5imget_image_info_f;
- __h5im_MOD_h5imget_npalettes_f;
- __h5im_MOD_h5imget_palette_f;
- __h5im_MOD_h5imget_palette_info_f;
- __h5im_MOD_h5imis_image_f;
- __h5im_MOD_h5imis_palette_f;
- __h5im_MOD_h5imlink_palette_f;
- __h5im_MOD_h5immake_image_24bit_f;
- __h5im_MOD_h5immake_image_8bit_f;
- __h5im_MOD_h5immake_palette_f;
- __h5im_MOD_h5imread_image_f;
- __h5im_MOD_h5imunlink_palette_f;
- __h5lt_MOD_h5ltfind_dataset_f;
- __h5lt_MOD_h5ltget_attribute_double_f;
- __h5lt_MOD_h5ltget_attribute_float_f;
- __h5lt_MOD_h5ltget_attribute_info_f;
- __h5lt_MOD_h5ltget_attribute_int_f;
- __h5lt_MOD_h5ltget_attribute_ndims_f;
- __h5lt_MOD_h5ltget_attribute_string_f;
- __h5lt_MOD_h5ltget_dataset_info_f;
- __h5lt_MOD_h5ltget_dataset_ndims_f;
- __h5lt_MOD_h5ltmake_dataset_double_f_1;
- __h5lt_MOD_h5ltmake_dataset_double_f_2;
- __h5lt_MOD_h5ltmake_dataset_double_f_3;
- __h5lt_MOD_h5ltmake_dataset_double_f_4;
- __h5lt_MOD_h5ltmake_dataset_double_f_5;
- __h5lt_MOD_h5ltmake_dataset_double_f_6;
- __h5lt_MOD_h5ltmake_dataset_double_f_7;
- __h5lt_MOD_h5ltmake_dataset_f_double1;
- __h5lt_MOD_h5ltmake_dataset_f_double2;
- __h5lt_MOD_h5ltmake_dataset_f_double3;
- __h5lt_MOD_h5ltmake_dataset_f_double4;
- __h5lt_MOD_h5ltmake_dataset_f_double5;
- __h5lt_MOD_h5ltmake_dataset_f_double6;
- __h5lt_MOD_h5ltmake_dataset_f_double7;
- __h5lt_MOD_h5ltmake_dataset_f_float1;
- __h5lt_MOD_h5ltmake_dataset_f_float2;
- __h5lt_MOD_h5ltmake_dataset_f_float3;
- __h5lt_MOD_h5ltmake_dataset_f_float4;
- __h5lt_MOD_h5ltmake_dataset_f_float5;
- __h5lt_MOD_h5ltmake_dataset_f_float6;
- __h5lt_MOD_h5ltmake_dataset_f_float7;
- __h5lt_MOD_h5ltmake_dataset_f_int1;
- __h5lt_MOD_h5ltmake_dataset_f_int2;
- __h5lt_MOD_h5ltmake_dataset_f_int3;
- __h5lt_MOD_h5ltmake_dataset_f_int4;
- __h5lt_MOD_h5ltmake_dataset_f_int5;
- __h5lt_MOD_h5ltmake_dataset_f_int6;
- __h5lt_MOD_h5ltmake_dataset_f_int7;
- __h5lt_MOD_h5ltmake_dataset_float_f_1;
- __h5lt_MOD_h5ltmake_dataset_float_f_2;
- __h5lt_MOD_h5ltmake_dataset_float_f_3;
- __h5lt_MOD_h5ltmake_dataset_float_f_4;
- __h5lt_MOD_h5ltmake_dataset_float_f_5;
- __h5lt_MOD_h5ltmake_dataset_float_f_6;
- __h5lt_MOD_h5ltmake_dataset_float_f_7;
- __h5lt_MOD_h5ltmake_dataset_int_f_1;
- __h5lt_MOD_h5ltmake_dataset_int_f_2;
- __h5lt_MOD_h5ltmake_dataset_int_f_3;
- __h5lt_MOD_h5ltmake_dataset_int_f_4;
- __h5lt_MOD_h5ltmake_dataset_int_f_5;
- __h5lt_MOD_h5ltmake_dataset_int_f_6;
- __h5lt_MOD_h5ltmake_dataset_int_f_7;
- __h5lt_MOD_h5ltmake_dataset_string_f;
- __h5lt_MOD_h5ltread_dataset_double_f_1;
- __h5lt_MOD_h5ltread_dataset_double_f_2;
- __h5lt_MOD_h5ltread_dataset_double_f_3;
- __h5lt_MOD_h5ltread_dataset_double_f_4;
- __h5lt_MOD_h5ltread_dataset_double_f_5;
- __h5lt_MOD_h5ltread_dataset_double_f_6;
- __h5lt_MOD_h5ltread_dataset_double_f_7;
- __h5lt_MOD_h5ltread_dataset_f_double1;
- __h5lt_MOD_h5ltread_dataset_f_double2;
- __h5lt_MOD_h5ltread_dataset_f_double3;
- __h5lt_MOD_h5ltread_dataset_f_double4;
- __h5lt_MOD_h5ltread_dataset_f_double5;
- __h5lt_MOD_h5ltread_dataset_f_double6;
- __h5lt_MOD_h5ltread_dataset_f_double7;
- __h5lt_MOD_h5ltread_dataset_f_float1;
- __h5lt_MOD_h5ltread_dataset_f_float2;
- __h5lt_MOD_h5ltread_dataset_f_float3;
- __h5lt_MOD_h5ltread_dataset_f_float4;
- __h5lt_MOD_h5ltread_dataset_f_float5;
- __h5lt_MOD_h5ltread_dataset_f_float6;
- __h5lt_MOD_h5ltread_dataset_f_float7;
- __h5lt_MOD_h5ltread_dataset_f_int1;
- __h5lt_MOD_h5ltread_dataset_f_int2;
- __h5lt_MOD_h5ltread_dataset_f_int3;
- __h5lt_MOD_h5ltread_dataset_f_int4;
- __h5lt_MOD_h5ltread_dataset_f_int5;
- __h5lt_MOD_h5ltread_dataset_f_int6;
- __h5lt_MOD_h5ltread_dataset_f_int7;
- __h5lt_MOD_h5ltread_dataset_float_f_1;
- __h5lt_MOD_h5ltread_dataset_float_f_2;
- __h5lt_MOD_h5ltread_dataset_float_f_3;
- __h5lt_MOD_h5ltread_dataset_float_f_4;
- __h5lt_MOD_h5ltread_dataset_float_f_5;
- __h5lt_MOD_h5ltread_dataset_float_f_6;
- __h5lt_MOD_h5ltread_dataset_float_f_7;
- __h5lt_MOD_h5ltread_dataset_int_f_1;
- __h5lt_MOD_h5ltread_dataset_int_f_2;
- __h5lt_MOD_h5ltread_dataset_int_f_3;
- __h5lt_MOD_h5ltread_dataset_int_f_4;
- __h5lt_MOD_h5ltread_dataset_int_f_5;
- __h5lt_MOD_h5ltread_dataset_int_f_6;
- __h5lt_MOD_h5ltread_dataset_int_f_7;
- __h5lt_MOD_h5ltread_dataset_string_f;
- __h5lt_MOD_h5ltset_attribute_double_f;
- __h5lt_MOD_h5ltset_attribute_float_f;
- __h5lt_MOD_h5ltset_attribute_int_f;
- __h5lt_MOD_h5ltset_attribute_string_f;
- __h5tb_MOD_h5tbdelete_field_f;
- __h5tb_MOD_h5tbget_field_info_f;
- __h5tb_MOD_h5tbget_table_info_f;
- __h5tb_MOD_h5tbinsert_field_f_double;
- __h5tb_MOD_h5tbinsert_field_f_float;
- __h5tb_MOD_h5tbinsert_field_f_int;
- __h5tb_MOD_h5tbinsert_field_f_string;
- __h5tb_MOD_h5tbmake_table_f;
- __h5tb_MOD_h5tbread_field_index_f_double;
- __h5tb_MOD_h5tbread_field_index_f_float;
- __h5tb_MOD_h5tbread_field_index_f_int;
- __h5tb_MOD_h5tbread_field_index_f_string;
- __h5tb_MOD_h5tbread_field_name_f_double;
- __h5tb_MOD_h5tbread_field_name_f_float;
- __h5tb_MOD_h5tbread_field_name_f_int;
- __h5tb_MOD_h5tbread_field_name_f_string;
- __h5tb_MOD_h5tbwrite_field_index_f_double;
- __h5tb_MOD_h5tbwrite_field_index_f_float;
- __h5tb_MOD_h5tbwrite_field_index_f_int;
- __h5tb_MOD_h5tbwrite_field_index_f_string;
- __h5tb_MOD_h5tbwrite_field_name_f_double;
- __h5tb_MOD_h5tbwrite_field_name_f_float;
- __h5tb_MOD_h5tbwrite_field_name_f_int;
- __h5tb_MOD_h5tbwrite_field_name_f_string;
+ H5T_nameof;
+ H5T_NATIVE_B16_g;
+ H5T_NATIVE_B32_g;
+ H5T_NATIVE_B64_g;
+ H5T_NATIVE_B8_g;
+ H5T_NATIVE_DOUBLE_ALIGN_g;
+ H5T_NATIVE_DOUBLE_COMP_ALIGN_g;
+ H5T_NATIVE_DOUBLE_g;
+ H5T_NATIVE_DOUBLE_NEG_INF_g;
+ H5T_NATIVE_DOUBLE_POS_INF_g;
+ H5T_NATIVE_FLOAT_ALIGN_g;
+ H5T_NATIVE_FLOAT_COMP_ALIGN_g;
+ H5T_NATIVE_FLOAT_g;
+ H5T_NATIVE_FLOAT_NEG_INF_g;
+ H5T_NATIVE_FLOAT_POS_INF_g;
+ H5T_NATIVE_HADDR_g;
+ H5T_NATIVE_HBOOL_g;
+ H5T_NATIVE_HERR_g;
+ H5T_NATIVE_HSIZE_g;
+ H5T_NATIVE_HSSIZE_g;
+ H5T_NATIVE_INT16_ALIGN_g;
+ H5T_NATIVE_INT16_g;
+ H5T_NATIVE_INT32_ALIGN_g;
+ H5T_NATIVE_INT32_g;
+ H5T_NATIVE_INT64_ALIGN_g;
+ H5T_NATIVE_INT64_g;
+ H5T_NATIVE_INT8_ALIGN_g;
+ H5T_NATIVE_INT8_g;
+ H5T_NATIVE_INT_ALIGN_g;
+ H5T_NATIVE_INT_COMP_ALIGN_g;
+ H5T_NATIVE_INT_FAST16_ALIGN_g;
+ H5T_NATIVE_INT_FAST16_g;
+ H5T_NATIVE_INT_FAST32_ALIGN_g;
+ H5T_NATIVE_INT_FAST32_g;
+ H5T_NATIVE_INT_FAST64_ALIGN_g;
+ H5T_NATIVE_INT_FAST64_g;
+ H5T_NATIVE_INT_FAST8_ALIGN_g;
+ H5T_NATIVE_INT_FAST8_g;
+ H5T_NATIVE_INT_g;
+ H5T_NATIVE_INT_LEAST16_ALIGN_g;
+ H5T_NATIVE_INT_LEAST16_g;
+ H5T_NATIVE_INT_LEAST32_ALIGN_g;
+ H5T_NATIVE_INT_LEAST32_g;
+ H5T_NATIVE_INT_LEAST64_ALIGN_g;
+ H5T_NATIVE_INT_LEAST64_g;
+ H5T_NATIVE_INT_LEAST8_ALIGN_g;
+ H5T_NATIVE_INT_LEAST8_g;
+ H5T_NATIVE_LDOUBLE_ALIGN_g;
+ H5T_NATIVE_LDOUBLE_COMP_ALIGN_g;
+ H5T_NATIVE_LDOUBLE_g;
+ H5T_NATIVE_LLONG_ALIGN_g;
+ H5T_NATIVE_LLONG_COMP_ALIGN_g;
+ H5T_NATIVE_LLONG_g;
+ H5T_NATIVE_LONG_ALIGN_g;
+ H5T_NATIVE_LONG_COMP_ALIGN_g;
+ H5T_NATIVE_LONG_g;
+ H5T_NATIVE_OPAQUE_g;
+ H5T_native_order_g;
+ H5T_NATIVE_SCHAR_ALIGN_g;
+ H5T_NATIVE_SCHAR_COMP_ALIGN_g;
+ H5T_NATIVE_SCHAR_g;
+ H5T_NATIVE_SHORT_ALIGN_g;
+ H5T_NATIVE_SHORT_COMP_ALIGN_g;
+ H5T_NATIVE_SHORT_g;
+ H5T_NATIVE_UCHAR_ALIGN_g;
+ H5T_NATIVE_UCHAR_COMP_ALIGN_g;
+ H5T_NATIVE_UCHAR_g;
+ H5T_NATIVE_UINT16_ALIGN_g;
+ H5T_NATIVE_UINT16_g;
+ H5T_NATIVE_UINT32_ALIGN_g;
+ H5T_NATIVE_UINT32_g;
+ H5T_NATIVE_UINT64_ALIGN_g;
+ H5T_NATIVE_UINT64_g;
+ H5T_NATIVE_UINT8_ALIGN_g;
+ H5T_NATIVE_UINT8_g;
+ H5T_NATIVE_UINT_ALIGN_g;
+ H5T_NATIVE_UINT_COMP_ALIGN_g;
+ H5T_NATIVE_UINT_FAST16_ALIGN_g;
+ H5T_NATIVE_UINT_FAST16_g;
+ H5T_NATIVE_UINT_FAST32_ALIGN_g;
+ H5T_NATIVE_UINT_FAST32_g;
+ H5T_NATIVE_UINT_FAST64_ALIGN_g;
+ H5T_NATIVE_UINT_FAST64_g;
+ H5T_NATIVE_UINT_FAST8_ALIGN_g;
+ H5T_NATIVE_UINT_FAST8_g;
+ H5T_NATIVE_UINT_g;
+ H5T_NATIVE_UINT_LEAST16_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST16_g;
+ H5T_NATIVE_UINT_LEAST32_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST32_g;
+ H5T_NATIVE_UINT_LEAST64_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST64_g;
+ H5T_NATIVE_UINT_LEAST8_ALIGN_g;
+ H5T_NATIVE_UINT_LEAST8_g;
+ H5T_NATIVE_ULLONG_ALIGN_g;
+ H5T_NATIVE_ULLONG_COMP_ALIGN_g;
+ H5T_NATIVE_ULLONG_g;
+ H5T_NATIVE_ULONG_ALIGN_g;
+ H5T_NATIVE_ULONG_COMP_ALIGN_g;
+ H5T_NATIVE_ULONG_g;
+ H5T_NATIVE_USHORT_ALIGN_g;
+ H5T_NATIVE_USHORT_COMP_ALIGN_g;
+ H5T_NATIVE_USHORT_g;
+ H5TN_init_interface;
+ H5T_oloc;
+ H5T_open;
+ H5Topen1;
+ H5Topen2;
+ h5topen_c_;
+ H5Tpack;
+ h5tpack_c_;
+ H5T_patch_file;
+ H5T_path_bkg;
+ H5T_path_compound_subset;
+ H5T_path_find;
+ H5T_path_noop;
+ H5T_POINTER_COMP_ALIGN_g;
+ H5T__print_stats;
+ H5_trace;
+ H5Tregister;
+ H5TS_cancel_count_dec;
+ H5TS_cancel_count_inc;
+ H5TS_cancel_key_g;
+ H5TS_create_thread;
+ H5TS_errstk_key_g;
+ H5Tset_cset;
+ h5tset_cset_c_;
+ H5Tset_ebias;
+ h5tset_ebias_c_;
+ H5Tset_fields;
+ h5tset_fields_c_;
+ H5Tset_inpad;
+ h5tset_inpad_c_;
+ H5T_set_latest_version;
+ H5T_set_loc;
+ H5Tset_norm;
+ h5tset_norm_c_;
+ H5Tset_offset;
+ h5tset_offset_c_;
+ H5Tset_order;
+ h5tset_order_c_;
+ H5Tset_pad;
+ h5tset_pad_c_;
+ H5Tset_precision;
+ h5tset_precision_c_;
+ H5Tset_sign;
+ h5tset_sign_c_;
+ H5Tset_size;
+ h5tset_size_c_;
+ H5Tset_strpad;
+ h5tset_strpad_c_;
+ H5Tset_tag;
+ h5tset_tag_c_;
+ H5TS_first_init_g;
+ H5TS_funcstk_key_g;
+ H5TS_mutex_lock;
+ H5TS_mutex_unlock;
+ H5T__sort_name;
+ H5T__sort_value;
+ H5TS_pthread_first_thread_init;
+ H5T_STD_B16BE_g;
+ H5T_STD_B16LE_g;
+ H5T_STD_B32BE_g;
+ H5T_STD_B32LE_g;
+ H5T_STD_B64BE_g;
+ H5T_STD_B64LE_g;
+ H5T_STD_B8BE_g;
+ H5T_STD_B8LE_g;
+ H5T_STD_I16BE_g;
+ H5T_STD_I16LE_g;
+ H5T_STD_I32BE_g;
+ H5T_STD_I32LE_g;
+ H5T_STD_I64BE_g;
+ H5T_STD_I64LE_g;
+ H5T_STD_I8BE_g;
+ H5T_STD_I8LE_g;
+ H5T_STD_REF_DSETREG_g;
+ H5T_STD_REF_OBJ_g;
+ H5T_STD_U16BE_g;
+ H5T_STD_U16LE_g;
+ H5T_STD_U32BE_g;
+ H5T_STD_U32LE_g;
+ H5T_STD_U64BE_g;
+ H5T_STD_U64LE_g;
+ H5T_STD_U8BE_g;
+ H5T_STD_U8LE_g;
+ H5T_term_interface;
+ H5T_UNIX_D32BE_g;
+ H5T_UNIX_D32LE_g;
+ H5T_UNIX_D64BE_g;
+ H5T_UNIX_D64LE_g;
+ H5Tunregister;
+ H5T__update_packed;
+ H5T_update_shared;
+ H5T__upgrade_version;
+ H5T_VAX_F32_g;
+ H5T_VAX_F64_g;
+ H5T__visit;
+ H5T__vlen_create;
+ H5Tvlen_create;
+ h5tvlen_create_c_;
+ H5T_vlen_get_alloc_info;
+ H5T_vlen_reclaim;
+ H5T_vlen_reclaim_elmt;
+ H5T__vlen_set_loc;
+ H5_type_conv_blk_free_list;
+ H5_vlen_fl_buf_blk_free_list;
+ H5_vlen_vl_buf_blk_free_list;
+ H5WB_actual;
+ H5WB_actual_clear;
+ H5WB_unwrap;
+ H5WB_wrap;
+ H5Z_all_filters_avail;
+ H5Z_append;
+ H5Z_can_apply;
+ H5Z_can_apply_direct;
+ H5Z_DEFLATE;
+ H5Z_delete;
+ H5Zfilter_avail;
+ h5zfilter_avail_c_;
+ H5Z_filter_info;
+ H5Z_find;
+ h5z_flags_;
+ H5Z_FLETCHER32;
+ H5Zget_filter_info;
+ h5zget_filter_info_c_;
+ __h5z_MOD_h5zfilter_avail_f;
+ __h5z_MOD_h5zget_filter_info_f;
+ __h5z_MOD_h5zunregister_f;
+ H5Z_modify;
+ H5Z_NBIT;
+ H5Z_pipeline;
+ H5Zregister;
+ H5Z_register;
+ H5Z_SCALEOFFSET;
+ H5Z_set_local;
+ H5Z_set_local_direct;
+ H5Z_SHUFFLE;
+ H5Z_term_interface;
+ H5Zunregister;
+ H5Z_unregister;
+ h5zunregister_c_;
+ H5Z_xform_copy;
+ H5Z_xform_create;
+ H5Z_xform_destroy;
+ H5Z_xform_eval;
+ H5Z_xform_extract_xform_str;
+ H5Z_xform_noop;
+ HD5f2cstring;
+ HD5packFstring;
+ HDF5_CPP_1.8.7;
+ HDF5_SERIAL_1.8.7;
+ HDfprintf;
+ HDrand;
+ HDsrand;
+ HDstrtoll;
+ indent;
+ input_len;
+ integer_types_;
+ is_enum;
+ is_enum_memb;
+ is_opq_size;
+ is_opq_tag;
+ is_str_pad;
+ is_str_size;
+ is_variable;
+ myinput;
+ my_yyinput;
+ predefined_types_;
+ str_cset;
+ str_pad;
+ str_size;
};
HDF5_SERIAL_1.8.8 {
global:
- h5aread_f_c_;
- h5awrite_f_c_;
- h5dread_f_c_;
- h5dvlen_reclaim_c_;
- h5dwrite_f_c_;
- h5e_flags_;
- h5e_hid_flags_;
- h5eset_auto2_c_;
- h5literate_by_name_c_;
- h5literate_c_;
- h5oclose_c_;
- h5oget_info_by_name_c_;
- h5ovisit_c_;
- h5rcreate_ptr_c_;
- h5rdereference_ptr_c_;
- h5rget_name_ptr_c_;
- h5rget_obj_type_c_;
- h5tconvert_c_;
- h5dsattach_scale_c_;
- h5dsdetach_scale_c_;
- h5dsget_label_c_;
- h5dsget_num_scales_c_;
- h5dsget_scale_name_c_;
- h5dsis_attached_c_;
- h5dsis_scale_c_;
- h5dsset_label_c_;
- h5dsset_scale_c_;
- h5e_flags_;
- h5e_hid_flags_;
- /* local: */
__h5a_provisional_MOD_h5aread_char_1;
__h5a_provisional_MOD_h5aread_char_2;
__h5a_provisional_MOD_h5aread_char_3;
@@ -3873,6 +3757,8 @@ HDF5_SERIAL_1.8.8 {
__h5a_provisional_MOD_h5awrite_real_6;
__h5a_provisional_MOD_h5awrite_real_7;
__h5a_provisional_MOD_h5awrite_real_scalar;
+ h5aread_f_c_;
+ h5awrite_f_c_;
__h5d_provisional_MOD_h5dfill_char;
__h5d_provisional_MOD_h5dfill_integer;
__h5d_provisional_MOD_h5dfill_real;
@@ -3928,9 +3814,38 @@ HDF5_SERIAL_1.8.8 {
__h5d_provisional_MOD_h5dwrite_real_scalar;
__h5d_provisional_MOD_h5dwrite_reference_dsetreg;
__h5d_provisional_MOD_h5dwrite_reference_obj;
+ h5dread_f_c_;
+ h5dsattach_scale_c_;
+ h5dsdetach_scale_c_;
+ h5dsget_label_c_;
+ h5dsget_num_scales_c_;
+ h5dsget_scale_name_c_;
+ h5dsis_attached_c_;
+ h5dsis_scale_c_;
+ __h5ds_MOD_h5dsattach_scale_f;
+ __h5ds_MOD_h5dsdetach_scale_f;
+ __h5ds_MOD_h5dsget_label_f;
+ __h5ds_MOD_h5dsget_num_scales_f;
+ __h5ds_MOD_h5dsget_scale_name_f;
+ __h5ds_MOD_h5dsis_attached_f;
+ __h5ds_MOD_h5dsis_scale_f;
+ __h5ds_MOD_h5dsset_label_f;
+ __h5ds_MOD_h5dsset_scale_f;
+ h5dsset_label_c_;
+ h5dsset_scale_c_;
+ h5dvlen_reclaim_c_;
+ h5dwrite_f_c_;
+ h5e_flags_;
+ h5e_hid_flags_;
__h5e_provisional_MOD_h5eset_auto_f;
+ h5eset_auto2_c_;
__h5lib_MOD_h5kind_to_type;
+ h5literate_by_name_c_;
+ h5literate_c_;
+ h5oclose_c_;
+ h5oget_info_by_name_c_;
__h5o_MOD_h5oclose_f;
+ h5ovisit_c_;
__h5p_provisional_MOD_h5pcreate_class_f;
__h5p_provisional_MOD_h5pget_char;
__h5p_provisional_MOD_h5pget_fill_value_char;
@@ -3950,55 +3865,51 @@ HDF5_SERIAL_1.8.8 {
__h5p_provisional_MOD_h5pset_fill_value_real;
__h5p_provisional_MOD_h5pset_integer;
__h5p_provisional_MOD_h5pset_real;
+ h5rcreate_ptr_c_;
+ h5rdereference_ptr_c_;
+ h5rget_name_ptr_c_;
+ h5rget_obj_type_c_;
__h5r_provisional_MOD_h5rcreate_object_f;
__h5r_provisional_MOD_h5rcreate_region_f;
__h5r_provisional_MOD_h5rdereference_object_f;
__h5r_provisional_MOD_h5rdereference_region_f;
__h5r_provisional_MOD_h5rget_name_object_f;
__h5r_provisional_MOD_h5rget_name_region_f;
- __h5ds_MOD_h5dsattach_scale_f;
- __h5ds_MOD_h5dsdetach_scale_f;
- __h5ds_MOD_h5dsget_label_f;
- __h5ds_MOD_h5dsget_num_scales_f;
- __h5ds_MOD_h5dsget_scale_name_f;
- __h5ds_MOD_h5dsis_attached_f;
- __h5ds_MOD_h5dsis_scale_f;
- __h5ds_MOD_h5dsset_label_f;
- __h5ds_MOD_h5dsset_scale_f;
+ h5tconvert_c_;
+ HDF5_CPP_1.8.8;
+ HDF5_SERIAL_1.8.8;
} HDF5_SERIAL_1.8.7;
HDF5_SERIAL_1.8.9 {
global:
- h5ocopy_c_;
+ __h5lt_MOD_h5ltpath_valid_f;
H5LTopen_file_image;
H5LTpath_valid;
h5ltpath_valid_c_;
- /* local: */
- __h5lt_MOD_h5ltpath_valid_f;
+ h5ocopy_c_;
__h5o_MOD_h5ocopy_f;
+ HDF5_CPP_1.8.9;
+ HDF5_SERIAL_1.8.9;
} HDF5_SERIAL_1.8.8;
-HDF5_SERIAL_1.8.10 {
+HDF5_SERIAL_1.8.10 {
global:
h5rget_region_ptr_c_;
- h5s_hsize_flags_;
- h5s_hsize_flags_;
-/* local: */
__h5r_provisional_MOD_h5rget_region_region_f;
+ h5s_hsize_flags_;
+ HDF5_CPP_1.8.10;
+ HDF5_SERIAL_1.8.10;
} HDF5_SERIAL_1.8.9;
HDF5_SERIAL_1.8.11 {
global:
+ fill_h5o_info_t_f;
H5D__chunk_direct_write;
H5Dgather;
+ H5DOwrite_chunk;
H5Dscatter;
H5E_OPENERROR_g;
H5E_PLUGIN_g;
- H5PL_load;
- H5PL_no_plugin;
- H5PL_term_interface;
- H5T__conv_enum_numeric;
- H5Z_filter_avail;
h5fget_file_image_c_;
h5odecr_refcount_c_;
h5oexists_by_name_c_;
@@ -4007,12 +3918,6 @@ HDF5_SERIAL_1.8.11 {
h5oget_info_by_idx_c_;
h5oget_info_c_;
h5oincr_refcount_c_;
- h5oopen_by_idx_c_;
- h5oset_comment_by_name_c_;
- h5oset_comment_c_;
- h5ovisit_by_name_c_;
- H5DOwrite_chunk;
- /* local: */
__h5o_MOD_h5odecr_refcount_f;
__h5o_MOD_h5oexists_by_name_f;
__h5o_MOD_h5oget_comment_by_name_f;
@@ -4021,30 +3926,47 @@ HDF5_SERIAL_1.8.11 {
__h5o_MOD_h5oopen_by_idx_f;
__h5o_MOD_h5oset_comment_by_name_f;
__h5o_MOD_h5oset_comment_f;
- fill_h5o_info_t_f;
+ h5oopen_by_idx_c_;
+ h5oset_comment_by_name_c_;
+ h5oset_comment_c_;
+ h5ovisit_by_name_c_;
+ H5PL_load;
+ H5PL_no_plugin;
+ H5PL_term_interface;
+ H5T__conv_enum_numeric;
+ H5Z_filter_avail;
+ HDF5_CPP_1.8.11;
+ HDF5_SERIAL_1.8.11;
} HDF5_SERIAL_1.8.10;
-HDF5_SERIAL_1.8.12 {
+HDF5_SERIAL_1.8.12 {
global:
- H5D__read;
H5D_get_create_plist;
+ H5D__read;
H5G_get_create_plist;
H5P_filter_in_pline;
H5Z_filter_in_pline;
H5Z_get_filter_info;
-} HDF5_SERIAL_1.8.11;
+ HDF5_CPP_1.8.12;
+ HDF5_SERIAL_1.8.12;
+} HDF5_SERIAL_1.8.11;
-HDF5_SERIAL_1.8.13 {
+HDF5_SERIAL_1.8.13 {
global:
H5A__term_deprec_interface;
+ h5d_size_flags_;
H5D__term_deprec_interface;
H5D__term_pub_interface;
H5E__term_deprec_interface;
+ H5free_memory;
H5G__term_deprec_interface;
- H5P__term_deprec_interface;
- H5P__term_pub_interface;
+ H5_H5FD_core_region_t_reg_free_list;
H5Pget_core_write_tracking;
+ h5pget_file_image_c_;
H5Pset_core_write_tracking;
+ h5pset_file_image_c_;
+ H5P__term_deprec_interface;
+ H5P__term_pub_interface;
H5R__term_deprec_interface;
H5T__term_deprec_interface;
H5VM_array_calc;
@@ -4063,17 +3985,147 @@ HDF5_SERIAL_1.8.13 {
H5VM_stride_copy;
H5VM_stride_copy_s;
H5VM_stride_fill;
- H5_H5FD_core_region_t_reg_free_list;
- H5free_memory;
- h5d_size_flags_;
- h5pget_file_image_c_;
- h5pset_file_image_c_;
- h5d_size_flags_;
+ HDF5_CPP_1.8.13;
+ HDF5_SERIAL_1.8.13;
} HDF5_SERIAL_1.8.12;
+HDF5_SERIAL_1.8.14 {
+ global:
+ H5AC_ind_dxpl_g;
+ H5A_exists_by_name;
+ H5A_get_create_plist;
+ H5A_get_space;
+ H5A_get_type;
+ H5A_open_common;
+ __h5a_provisional_MOD_h5aread_char_scalar_fix;
+ __h5a_provisional_MOD_h5aread_ptr;
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix;
+ __h5a_provisional_MOD_h5awrite_ptr;
+ H5A_read;
+ H5A_rename_by_name;
+ H5A_write;
+ H5D_get_access_plist;
+ H5D_get_space;
+ H5D_get_type;
+ __h5d_provisional_MOD_h5dread_char_scalar_fix;
+ __h5d_provisional_MOD_h5dread_ptr;
+ __h5d_provisional_MOD_h5dvlen_reclaim_f;
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix;
+ __h5d_provisional_MOD_h5dwrite_ptr;
+ H5F__accum_flush;
+ H5F__accum_free;
+ H5F__accum_read;
+ H5F__accum_reset;
+ H5F__accum_write;
+ H5F_close;
+ H5F_dest;
+ H5FD_locate_signature;
+ H5F_get_file_image;
+ H5F_get_objects;
+ H5F_is_hdf5;
+ H5F_new;
+ __h5f_provisional_MOD_h5fget_file_image_f;
+ __h5lib_provisional_MOD_h5offsetof;
+ __h5l_provisional_MOD_h5literate_by_name_f;
+ __h5l_provisional_MOD_h5literate_f;
+ H5LTyyalloc;
+ H5LTyy_flex_debug;
+ H5LTyyfree;
+ H5LTyyget_debug;
+ H5LTyyget_in;
+ H5LTyyget_leng;
+ H5LTyyget_lineno;
+ H5LTyyget_out;
+ H5LTyyget_text;
+ H5LTyylex_destroy;
+ H5LTyylineno;
+ H5LTyypop_buffer_state;
+ H5LTyypush_buffer_state;
+ H5LTyyrealloc;
+ H5LTyyset_debug;
+ H5LTyyset_in;
+ H5LTyyset_lineno;
+ H5LTyyset_out;
+ __h5o_provisional_MOD_h5oget_info_by_idx_f;
+ __h5o_provisional_MOD_h5oget_info_by_name_f;
+ __h5o_provisional_MOD_h5oget_info_f;
+ __h5o_provisional_MOD_h5ovisit_by_name_f;
+ __h5o_provisional_MOD_h5ovisit_f;
+ H5P_class_isa;
+ H5P_CLS_ATTRIBUTE_CREATE_ID_g;
+ H5P_CLS_DATASET_ACCESS_ID_g;
+ H5P_CLS_DATASET_CREATE_ID_g;
+ H5P_CLS_DATASET_XFER_ID_g;
+ H5P_CLS_DATATYPE_ACCESS_ID_g;
+ H5P_CLS_DATATYPE_CREATE_ID_g;
+ H5P_CLS_FILE_ACCESS_ID_g;
+ H5P_CLS_FILE_CREATE_ID_g;
+ H5P_CLS_FILE_MOUNT_ID_g;
+ H5P_CLS_GROUP_ACCESS_ID_g;
+ H5P_CLS_GROUP_CREATE_ID_g;
+ H5P_CLS_LINK_ACCESS_ID_g;
+ H5P_CLS_LINK_CREATE_ID_g;
+ H5P_CLS_OBJECT_COPY_ID_g;
+ H5P_CLS_OBJECT_CREATE_ID_g;
+ H5P_CLS_ROOT_ID_g;
+ H5P_CLS_STRING_CREATE_ID_g;
+ H5P_get_plist_id;
+ H5P_LST_ATTRIBUTE_CREATE_ID_g;
+ H5P_LST_DATASET_ACCESS_ID_g;
+ H5P_LST_DATASET_CREATE_ID_g;
+ H5P_LST_DATASET_XFER_ID_g;
+ H5P_LST_DATATYPE_ACCESS_ID_g;
+ H5P_LST_DATATYPE_CREATE_ID_g;
+ H5P_LST_FILE_ACCESS_ID_g;
+ H5P_LST_FILE_CREATE_ID_g;
+ H5P_LST_FILE_MOUNT_ID_g;
+ H5P_LST_GROUP_ACCESS_ID_g;
+ H5P_LST_GROUP_CREATE_ID_g;
+ H5P_LST_LINK_ACCESS_ID_g;
+ H5P_LST_LINK_CREATE_ID_g;
+ H5P_LST_OBJECT_COPY_ID_g;
+ __h5p_provisional_MOD_h5pget_file_image_f;
+ __h5p_provisional_MOD_h5pget_fill_value_ptr;
+ __h5p_provisional_MOD_h5pget_ptr;
+ __h5p_provisional_MOD_h5pinsert_ptr;
+ __h5p_provisional_MOD_h5pregister_ptr;
+ __h5p_provisional_MOD_h5pset_file_image_f;
+ __h5p_provisional_MOD_h5pset_fill_value_ptr;
+ __h5p_provisional_MOD_h5pset_ptr;
+ __h5r_provisional_MOD_h5rcreate_ptr_f;
+ __h5r_provisional_MOD_h5rdereference_ptr_f;
+ __h5r_provisional_MOD_h5rget_name_ptr_f;
+ __h5r_provisional_MOD_h5rget_obj_type_f;
+ __h5r_provisional_MOD_h5rget_region_ptr_f;
+ __h5t_provisional_MOD_h5tconvert_f;
+ HDF5_CPP_1.8.14;
+ HDF5_SERIAL_1.8.14;
+} HDF5_SERIAL_1.8.13;
+
+/* Generated from script make-version-scripts */
+
+HDF5_CPP_1.8.7 {
+ global:
+ HDF5_CPP_1.8.7;
+ HDF5_SERIAL_1.8.7;
+};
+
+HDF5_CPP_1.8.8 {
+ global:
+ HDF5_CPP_1.8.8;
+ HDF5_SERIAL_1.8.8;
+} HDF5_CPP_1.8.7;
+
HDF5_CPP_1.8.9 {
global:
extern "C++" {
+ "FL_PacketTable::AppendPacket(void*)";
+ "FL_PacketTable::FL_PacketTable(int, char*)";
+ "FL_PacketTable::FL_PacketTable(int, char*, int, unsigned long long, int)";
+ "FL_PacketTable::GetNextPacket(void*)";
+ "FL_PacketTable::GetPackets(unsigned long long, unsigned long long, void*)";
+ "FL_PacketTable::GetPacket(unsigned long long, void*)";
+ "H5::AbstractDs::~AbstractDs()";
"H5::AbstractDs::AbstractDs()";
"H5::AbstractDs::AbstractDs(H5::AbstractDs const&)";
"H5::AbstractDs::AbstractDs(int)";
@@ -4086,7 +4138,7 @@ HDF5_CPP_1.8.9 {
"H5::AbstractDs::getStrType() const";
"H5::AbstractDs::getTypeClass() const";
"H5::AbstractDs::getVarLenType() const";
- "H5::AbstractDs::~AbstractDs()";
+ "H5::ArrayType::~ArrayType()";
"H5::ArrayType::ArrayType()";
"H5::ArrayType::ArrayType(H5::ArrayType const&)";
"H5::ArrayType::ArrayType(H5::DataType const&, int, unsigned long long const*)";
@@ -4094,19 +4146,18 @@ HDF5_CPP_1.8.9 {
"H5::ArrayType::fromClass() const";
"H5::ArrayType::getArrayDims(unsigned long long*)";
"H5::ArrayType::getArrayNDims()";
- "H5::ArrayType::~ArrayType()";
+ "H5::AtomType::~AtomType()";
"H5::AtomType::AtomType()";
"H5::AtomType::AtomType(H5::AtomType const&)";
"H5::AtomType::AtomType(int)";
"H5::AtomType::fromClass() const";
"H5::AtomType::getOffset() const";
"H5::AtomType::getOrder() const";
- "H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::AtomType::getPad(H5T_pad_t&, H5T_pad_t&) const";
"H5::AtomType::getPrecision() const";
"H5::AtomType::setOrder(H5T_order_t) const";
"H5::AtomType::setPad(H5T_pad_t, H5T_pad_t) const";
- "H5::AtomType::~AtomType()";
+ "H5::Attribute::~Attribute()";
"H5::Attribute::Attribute()";
"H5::Attribute::Attribute(H5::Attribute const&)";
"H5::Attribute::Attribute(int)";
@@ -4118,63 +4169,38 @@ HDF5_CPP_1.8.9 {
"H5::Attribute::getName() const";
"H5::Attribute::getSpace() const";
"H5::Attribute::getStorageSize() const";
+ "H5::AttributeIException::~AttributeIException()";
+ "H5::AttributeIException::AttributeIException()";
"H5::Attribute::p_get_type() const";
- "H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
- "H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::Attribute::p_setId(int)";
- "H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::Attribute::read(H5::DataType const&, void*) const";
- "H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::Attribute::write(H5::DataType const&, void const*) const";
- "H5::Attribute::~Attribute()";
- "H5::AttributeIException::AttributeIException()";
- "H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::AttributeIException::~AttributeIException()";
+ "H5::CommonFG::~CommonFG()";
"H5::CommonFG::CommonFG()";
"H5::CommonFG::createDataSet(char const*, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const";
- "H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const";
"H5::CommonFG::getNumObjs() const";
- "H5::CommonFG::getObjTypeByIdx(unsigned long long) const";
- "H5::CommonFG::getObjTypeByIdx(unsigned long long, char*) const";
- "H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::CommonFG::getObjinfo(char const*, H5G_stat_t&) const";
"H5::CommonFG::getObjinfo(char const*, unsigned int, H5G_stat_t&) const";
- "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const";
- "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const";
"H5::CommonFG::getObjnameByIdx(unsigned long long) const";
+ "H5::CommonFG::getObjTypeByIdx(unsigned long long, char*) const";
+ "H5::CommonFG::getObjTypeByIdx(unsigned long long) const";
"H5::CommonFG::iterateElems(char const*, int*, int (*)(int, char const*, void*), void*)";
- "H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)";
"H5::CommonFG::link(H5L_type_t, char const*, char const*) const";
- "H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::mount(char const*, H5::H5File&, H5::PropList&) const";
- "H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const";
"H5::CommonFG::move(char const*, char const*) const";
- "H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openArrayType(char const*) const";
- "H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openCompType(char const*) const";
- "H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openDataSet(char const*) const";
- "H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openDataType(char const*) const";
- "H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openEnumType(char const*) const";
- "H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openFloatType(char const*) const";
- "H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openGroup(char const*) const";
- "H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openIntType(char const*) const";
- "H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openStrType(char const*) const";
- "H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::openVarLenType(char const*) const";
- "H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::unlink(char const*) const";
- "H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CommonFG::unmount(char const*) const";
- "H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::CommonFG::~CommonFG()";
+ "H5::CompType::~CompType()";
"H5::CompType::CompType()";
"H5::CompType::CompType(H5::CompType const&)";
"H5::CompType::CompType(H5::DataSet const&)";
@@ -4187,64 +4213,19 @@ HDF5_CPP_1.8.9 {
"H5::CompType::getMemberEnumType(unsigned int) const";
"H5::CompType::getMemberFloatType(unsigned int) const";
"H5::CompType::getMemberIndex(char const*) const";
- "H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::CompType::getMemberIntType(unsigned int) const";
"H5::CompType::getMemberName(unsigned int) const";
"H5::CompType::getMemberOffset(unsigned int) const";
"H5::CompType::getMemberStrType(unsigned int) const";
"H5::CompType::getMemberVarLenType(unsigned int) const";
"H5::CompType::getNmembers() const";
- "H5::CompType::p_get_member_type(unsigned int) const";
"H5::CompType::pack() const";
- "H5::CompType::~CompType()";
- "H5::DSetCreatPropList::DEFAULT";
- "H5::DSetCreatPropList::DSetCreatPropList()";
- "H5::DSetCreatPropList::DSetCreatPropList(H5::DSetCreatPropList const&)";
- "H5::DSetCreatPropList::DSetCreatPropList(int)";
- "H5::DSetCreatPropList::allFiltersAvail()";
- "H5::DSetCreatPropList::fromClass() const";
- "H5::DSetCreatPropList::getAllocTime()";
- "H5::DSetCreatPropList::getChunk(int, unsigned long long*) const";
- "H5::DSetCreatPropList::getExternalCount() const";
- "H5::DSetCreatPropList::getFillTime()";
- "H5::DSetCreatPropList::getFillValue(H5::DataType const&, void*) const";
- "H5::DSetCreatPropList::getLayout() const";
- "H5::DSetCreatPropList::getNfilters() const";
- "H5::DSetCreatPropList::isFillValueDefined()";
- "H5::DSetCreatPropList::removeFilter(int) const";
- "H5::DSetCreatPropList::setAllocTime(H5D_alloc_time_t)";
- "H5::DSetCreatPropList::setChunk(int, unsigned long long const*) const";
- "H5::DSetCreatPropList::setDeflate(int) const";
- "H5::DSetCreatPropList::setFillTime(H5D_fill_time_t)";
- "H5::DSetCreatPropList::setFillValue(H5::DataType const&, void const*) const";
- "H5::DSetCreatPropList::setFletcher32() const";
- "H5::DSetCreatPropList::setLayout(H5D_layout_t) const";
- "H5::DSetCreatPropList::setShuffle() const";
- "H5::DSetCreatPropList::setSzip(unsigned int, unsigned int) const";
- "H5::DSetCreatPropList::~DSetCreatPropList()";
- "H5::DSetMemXferPropList::DEFAULT";
- "H5::DSetMemXferPropList::DSetMemXferPropList()";
- "H5::DSetMemXferPropList::DSetMemXferPropList(H5::DSetMemXferPropList const&)";
- "H5::DSetMemXferPropList::DSetMemXferPropList(int)";
- "H5::DSetMemXferPropList::fromClass() const";
- "H5::DSetMemXferPropList::getBtreeRatios(double&, double&, double&) const";
- "H5::DSetMemXferPropList::getBuffer(void**, void**) const";
- "H5::DSetMemXferPropList::getEDCCheck()";
- "H5::DSetMemXferPropList::getHyperVectorSize()";
- "H5::DSetMemXferPropList::getPreserve() const";
- "H5::DSetMemXferPropList::getSmallDataBlockSize()";
- "H5::DSetMemXferPropList::getTypeConvCB(H5T_conv_ret_t (**)(H5T_conv_except_t, int, int, void*, void*, void*), void**) const";
- "H5::DSetMemXferPropList::setBtreeRatios(double, double, double) const";
- "H5::DSetMemXferPropList::setEDCCheck(H5Z_EDC_t)";
- "H5::DSetMemXferPropList::setPreserve(bool) const";
- "H5::DSetMemXferPropList::setSmallDataBlockSize(unsigned long long)";
- "H5::DSetMemXferPropList::setTypeConvCB(H5T_conv_ret_t (*)(H5T_conv_except_t, int, int, void*, void*, void*), void*) const";
- "H5::DSetMemXferPropList::setVlenMemManager() const";
- "H5::DSetMemXferPropList::~DSetMemXferPropList()";
+ "H5::CompType::p_get_member_type(unsigned int) const";
+ "H5::DataSet::close()";
+ "H5::DataSet::~DataSet()";
"H5::DataSet::DataSet()";
"H5::DataSet::DataSet(H5::DataSet const&)";
"H5::DataSet::DataSet(int)";
- "H5::DataSet::close()";
"H5::DataSet::extend(unsigned long long const*) const";
"H5::DataSet::fillMemBuf(void const*, H5::DataType&, void*, H5::DataType&, H5::DataSpace&)";
"H5::DataSet::fillMemBuf(void*, H5::DataType&, H5::DataSpace&)";
@@ -4257,28 +4238,23 @@ HDF5_CPP_1.8.9 {
"H5::DataSet::getSpaceStatus(H5D_space_status_t&) const";
"H5::DataSet::getStorageSize() const";
"H5::DataSet::getVlenBufSize(H5::DataType&, H5::DataSpace&) const";
+ "H5::DataSetIException::~DataSetIException()";
+ "H5::DataSetIException::DataSetIException()";
"H5::DataSet::iterateElems(void*, H5::DataType const&, H5::DataSpace const&, int (*)(void*, int, unsigned int, unsigned long long const*, void*), void*)";
"H5::DataSet::p_get_type() const";
- "H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
- "H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::DataSet::p_setId(int)";
- "H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
"H5::DataSet::read(void*, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
"H5::DataSet::vlenReclaim(H5::DataType const&, H5::DataSpace const&, H5::DSetMemXferPropList const&, void*)";
"H5::DataSet::vlenReclaim(void*, H5::DataType const&, H5::DataSpace const&, H5::DSetMemXferPropList const&)";
- "H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
"H5::DataSet::write(void const*, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
- "H5::DataSet::~DataSet()";
- "H5::DataSetIException::DataSetIException()";
- "H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::DataSetIException::~DataSetIException()";
"H5::DataSpace::ALL";
+ "H5::DataSpace::close()";
+ "H5::DataSpace::copy(H5::DataSpace const&)";
+ "H5::DataSpace::~DataSpace()";
"H5::DataSpace::DataSpace(H5::DataSpace const&)";
"H5::DataSpace::DataSpace(H5S_class_t)";
"H5::DataSpace::DataSpace(int)";
"H5::DataSpace::DataSpace(int, unsigned long long const*, unsigned long long const*)";
- "H5::DataSpace::close()";
- "H5::DataSpace::copy(H5::DataSpace const&)";
"H5::DataSpace::extentCopy(H5::DataSpace&) const";
"H5::DataSpace::fromClass() const";
"H5::DataSpace::getId() const";
@@ -4292,6 +4268,8 @@ HDF5_CPP_1.8.9 {
"H5::DataSpace::getSimpleExtentNdims() const";
"H5::DataSpace::getSimpleExtentNpoints() const";
"H5::DataSpace::getSimpleExtentType() const";
+ "H5::DataSpaceIException::~DataSpaceIException()";
+ "H5::DataSpaceIException::DataSpaceIException()";
"H5::DataSpace::isSimple() const";
"H5::DataSpace::offsetSimple(long long const*) const";
"H5::DataSpace::operator=(H5::DataSpace const&)";
@@ -4302,17 +4280,14 @@ HDF5_CPP_1.8.9 {
"H5::DataSpace::selectValid() const";
"H5::DataSpace::setExtentNone() const";
"H5::DataSpace::setExtentSimple(int, unsigned long long const*, unsigned long long const*) const";
- "H5::DataSpace::~DataSpace()";
- "H5::DataSpaceIException::DataSpaceIException()";
- "H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::DataSpaceIException::~DataSpaceIException()";
- "H5::DataType::DataType()";
- "H5::DataType::DataType(H5::DataType const&)";
- "H5::DataType::DataType(int)";
"H5::DataType::close()";
"H5::DataType::committed() const";
"H5::DataType::copy(H5::DataSet const&)";
"H5::DataType::copy(H5::DataType const&)";
+ "H5::DataType::~DataType()";
+ "H5::DataType::DataType()";
+ "H5::DataType::DataType(H5::DataType const&)";
+ "H5::DataType::DataType(int)";
"H5::DataType::detectClass(H5T_class_t) const";
"H5::DataType::find(H5::DataType const&, H5T_cdata_t**) const";
"H5::DataType::fromClass() const";
@@ -4321,6 +4296,8 @@ HDF5_CPP_1.8.9 {
"H5::DataType::getSize() const";
"H5::DataType::getSuper() const";
"H5::DataType::getTag() const";
+ "H5::DataTypeIException::~DataTypeIException()";
+ "H5::DataTypeIException::DataTypeIException()";
"H5::DataType::isVariableStr() const";
"H5::DataType::lock() const";
"H5::DataType::operator=(H5::DataType const&)";
@@ -4328,11 +4305,51 @@ HDF5_CPP_1.8.9 {
"H5::DataType::p_commit(int, char const*)";
"H5::DataType::p_setId(int)";
"H5::DataType::setTag(char const*) const";
- "H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::DataType::~DataType()";
- "H5::DataTypeIException::DataTypeIException()";
- "H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::DataTypeIException::~DataTypeIException()";
+ "H5::DSetCreatPropList::allFiltersAvail()";
+ "H5::DSetCreatPropList::DEFAULT";
+ "H5::DSetCreatPropList::~DSetCreatPropList()";
+ "H5::DSetCreatPropList::DSetCreatPropList()";
+ "H5::DSetCreatPropList::DSetCreatPropList(H5::DSetCreatPropList const&)";
+ "H5::DSetCreatPropList::DSetCreatPropList(int)";
+ "H5::DSetCreatPropList::fromClass() const";
+ "H5::DSetCreatPropList::getAllocTime()";
+ "H5::DSetCreatPropList::getChunk(int, unsigned long long*) const";
+ "H5::DSetCreatPropList::getExternalCount() const";
+ "H5::DSetCreatPropList::getFillTime()";
+ "H5::DSetCreatPropList::getFillValue(H5::DataType const&, void*) const";
+ "H5::DSetCreatPropList::getLayout() const";
+ "H5::DSetCreatPropList::getNfilters() const";
+ "H5::DSetCreatPropList::isFillValueDefined()";
+ "H5::DSetCreatPropList::removeFilter(int) const";
+ "H5::DSetCreatPropList::setAllocTime(H5D_alloc_time_t)";
+ "H5::DSetCreatPropList::setChunk(int, unsigned long long const*) const";
+ "H5::DSetCreatPropList::setDeflate(int) const";
+ "H5::DSetCreatPropList::setFillTime(H5D_fill_time_t)";
+ "H5::DSetCreatPropList::setFillValue(H5::DataType const&, void const*) const";
+ "H5::DSetCreatPropList::setFletcher32() const";
+ "H5::DSetCreatPropList::setLayout(H5D_layout_t) const";
+ "H5::DSetCreatPropList::setShuffle() const";
+ "H5::DSetCreatPropList::setSzip(unsigned int, unsigned int) const";
+ "H5::DSetMemXferPropList::DEFAULT";
+ "H5::DSetMemXferPropList::~DSetMemXferPropList()";
+ "H5::DSetMemXferPropList::DSetMemXferPropList()";
+ "H5::DSetMemXferPropList::DSetMemXferPropList(H5::DSetMemXferPropList const&)";
+ "H5::DSetMemXferPropList::DSetMemXferPropList(int)";
+ "H5::DSetMemXferPropList::fromClass() const";
+ "H5::DSetMemXferPropList::getBtreeRatios(double&, double&, double&) const";
+ "H5::DSetMemXferPropList::getBuffer(void**, void**) const";
+ "H5::DSetMemXferPropList::getEDCCheck()";
+ "H5::DSetMemXferPropList::getHyperVectorSize()";
+ "H5::DSetMemXferPropList::getPreserve() const";
+ "H5::DSetMemXferPropList::getSmallDataBlockSize()";
+ "H5::DSetMemXferPropList::getTypeConvCB(H5T_conv_ret_t (**)(H5T_conv_except_t, int, int, void*, void*, void*), void**) const";
+ "H5::DSetMemXferPropList::setBtreeRatios(double, double, double) const";
+ "H5::DSetMemXferPropList::setEDCCheck(H5Z_EDC_t)";
+ "H5::DSetMemXferPropList::setPreserve(bool) const";
+ "H5::DSetMemXferPropList::setSmallDataBlockSize(unsigned long long)";
+ "H5::DSetMemXferPropList::setTypeConvCB(H5T_conv_ret_t (*)(H5T_conv_except_t, int, int, void*, void*, void*), void*) const";
+ "H5::DSetMemXferPropList::setVlenMemManager() const";
+ "H5::EnumType::~EnumType()";
"H5::EnumType::EnumType()";
"H5::EnumType::EnumType(H5::DataSet const&)";
"H5::EnumType::EnumType(H5::EnumType const&)";
@@ -4340,20 +4357,16 @@ HDF5_CPP_1.8.9 {
"H5::EnumType::EnumType(int)";
"H5::EnumType::fromClass() const";
"H5::EnumType::getMemberIndex(char const*) const";
- "H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::EnumType::getMemberValue(unsigned int, void*) const";
"H5::EnumType::getNmembers() const";
"H5::EnumType::insert(char const*, void*) const";
- "H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
"H5::EnumType::valueOf(char const*, void*) const";
- "H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
- "H5::EnumType::~EnumType()";
+ "H5::Exception::clearErrorStack()";
"H5::Exception::DEFAULT_MSG";
+ "H5::Exception::dontPrint()";
+ "H5::Exception::~Exception()";
"H5::Exception::Exception()";
"H5::Exception::Exception(H5::Exception const&)";
- "H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::Exception::clearErrorStack()";
- "H5::Exception::dontPrint()";
"H5::Exception::getAutoPrint(int (*&)(int, void*), void**)";
"H5::Exception::getCDetailMsg() const";
"H5::Exception::getCFuncName() const";
@@ -4364,17 +4377,17 @@ HDF5_CPP_1.8.9 {
"H5::Exception::printError(_IO_FILE*) const";
"H5::Exception::setAutoPrint(int (*&)(int, void*), void*)";
"H5::Exception::walkErrorStack(H5E_direction_t, int (*)(unsigned int, H5E_error2_t const*, void*), void*)";
- "H5::Exception::~Exception()";
"H5::FileAccPropList::DEFAULT";
+ "H5::FileAccPropList::~FileAccPropList()";
"H5::FileAccPropList::FileAccPropList()";
"H5::FileAccPropList::FileAccPropList(H5::FileAccPropList const&)";
"H5::FileAccPropList::FileAccPropList(int)";
"H5::FileAccPropList::fromClass() const";
"H5::FileAccPropList::getAlignment(unsigned long long&, unsigned long long&) const";
"H5::FileAccPropList::getDriver() const";
+ "H5::FileAccPropList::getFamilyOffset() const";
"H5::FileAccPropList::getFamily(unsigned long long&) const";
"H5::FileAccPropList::getFamily(unsigned long long&, H5::FileAccPropList&) const";
- "H5::FileAccPropList::getFamilyOffset() const";
"H5::FileAccPropList::getFcloseDegree()";
"H5::FileAccPropList::getGcReferences() const";
"H5::FileAccPropList::getMetaBlockSize() const";
@@ -4382,18 +4395,17 @@ HDF5_CPP_1.8.9 {
"H5::FileAccPropList::getSieveBufSize() const";
"H5::FileAccPropList::setAlignment(unsigned long long, unsigned long long) const";
"H5::FileAccPropList::setDriver(int, void const*) const";
- "H5::FileAccPropList::setFamily(unsigned long long, H5::FileAccPropList const&) const";
"H5::FileAccPropList::setFamilyOffset(unsigned long long) const";
+ "H5::FileAccPropList::setFamily(unsigned long long, H5::FileAccPropList const&) const";
"H5::FileAccPropList::setFcloseDegree(H5F_close_degree_t)";
"H5::FileAccPropList::setGcReferences(unsigned int) const";
"H5::FileAccPropList::setMetaBlockSize(unsigned long long&) const";
"H5::FileAccPropList::setMultiType(H5F_mem_t) const";
"H5::FileAccPropList::setSec2() const";
"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, char const*, char const*) const";
- "H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::FileAccPropList::setStdio() const";
- "H5::FileAccPropList::~FileAccPropList()";
"H5::FileCreatPropList::DEFAULT";
+ "H5::FileCreatPropList::~FileCreatPropList()";
"H5::FileCreatPropList::FileCreatPropList()";
"H5::FileCreatPropList::FileCreatPropList(H5::FileCreatPropList const&)";
"H5::FileCreatPropList::FileCreatPropList(int)";
@@ -4405,10 +4417,9 @@ HDF5_CPP_1.8.9 {
"H5::FileCreatPropList::setIstorek(unsigned int) const";
"H5::FileCreatPropList::setSymk(unsigned int, unsigned int) const";
"H5::FileCreatPropList::setUserblock(unsigned long long) const";
- "H5::FileCreatPropList::~FileCreatPropList()";
- "H5::FileIException::FileIException()";
- "H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"H5::FileIException::~FileIException()";
+ "H5::FileIException::FileIException()";
+ "H5::FloatType::~FloatType()";
"H5::FloatType::FloatType()";
"H5::FloatType::FloatType(H5::DataSet const&)";
"H5::FloatType::FloatType(H5::FloatType const&)";
@@ -4416,28 +4427,19 @@ HDF5_CPP_1.8.9 {
"H5::FloatType::FloatType(int)";
"H5::FloatType::fromClass() const";
"H5::FloatType::getEbias() const";
- "H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
- "H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::FloatType::setInpad(H5T_pad_t) const";
"H5::FloatType::setNorm(H5T_norm_t) const";
- "H5::FloatType::~FloatType()";
- "H5::Group::Group()";
- "H5::Group::Group(H5::Group const&)";
- "H5::Group::Group(int)";
"H5::Group::close()";
"H5::Group::fromClass() const";
"H5::Group::getId() const";
"H5::Group::getLocId() const";
- "H5::Group::p_setId(int)";
- "H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::Group::~Group()";
- "H5::GroupIException::GroupIException()";
- "H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::Group::Group()";
+ "H5::Group::Group(H5::Group const&)";
+ "H5::Group::Group(int)";
"H5::GroupIException::~GroupIException()";
- "H5::H5File::H5File()";
- "H5::H5File::H5File(H5::H5File const&)";
- "H5::H5File::H5File(char const*, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
- "H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
+ "H5::GroupIException::GroupIException()";
+ "H5::Group::p_setId(int)";
"H5::H5File::close()";
"H5::H5File::fromClass() const";
"H5::H5File::getAccessPlist() const";
@@ -4450,16 +4452,16 @@ HDF5_CPP_1.8.9 {
"H5::H5File::getObjCount(unsigned int) const";
"H5::H5File::getVFDHandle(H5::FileAccPropList&, void**) const";
"H5::H5File::getVFDHandle(void**) const";
+ "H5::H5File::~H5File()";
+ "H5::H5File::H5File()";
+ "H5::H5File::H5File(char const*, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
+ "H5::H5File::H5File(H5::H5File const&)";
"H5::H5File::isHdf5(char const*)";
- "H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"H5::H5File::openFile(char const*, unsigned int, H5::FileAccPropList const&)";
- "H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)";
"H5::H5File::p_get_file(char const*, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
"H5::H5File::p_setId(int)";
- "H5::H5File::reOpen()";
"H5::H5File::reopen()";
- "H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::H5File::~H5File()";
+ "H5::H5File::reOpen()";
"H5::H5Library::checkVersion(unsigned int, unsigned int, unsigned int)";
"H5::H5Library::close()";
"H5::H5Library::dontAtExit()";
@@ -4468,42 +4470,40 @@ HDF5_CPP_1.8.9 {
"H5::H5Library::need_cleanup";
"H5::H5Library::open()";
"H5::H5Library::setFreeListLimits(int, int, int, int, int, int)";
+ "H5::H5Object::~H5Object()";
"H5::H5Object::H5Object()";
"H5::H5Object::H5Object(H5::H5Object const&)";
"H5::H5Object::H5Object(int)";
- "H5::H5Object::~H5Object()";
- "H5::IdComponent::IdComponent()";
- "H5::IdComponent::IdComponent(H5::IdComponent const&)";
- "H5::IdComponent::IdComponent(int)";
"H5::IdComponent::decRefCount() const";
"H5::IdComponent::decRefCount(int) const";
+ "H5::IdComponentException::~IdComponentException()";
+ "H5::IdComponentException::IdComponentException()";
"H5::IdComponent::fromClass() const";
"H5::IdComponent::getCounter() const";
"H5::IdComponent::getCounter(int) const";
"H5::IdComponent::getHDFObjType(int)";
- "H5::IdComponent::inMemFunc(char const*) const";
+ "H5::IdComponent::~IdComponent()";
+ "H5::IdComponent::IdComponent()";
+ "H5::IdComponent::IdComponent(H5::IdComponent const&)";
+ "H5::IdComponent::IdComponent(int)";
"H5::IdComponent::incRefCount() const";
"H5::IdComponent::incRefCount(int) const";
+ "H5::IdComponent::inMemFunc(char const*) const";
"H5::IdComponent::operator=(H5::IdComponent const&)";
"H5::IdComponent::p_get_file_name() const";
"H5::IdComponent::p_valid_id(int)";
"H5::IdComponent::setId(int)";
- "H5::IdComponent::~IdComponent()";
- "H5::IdComponentException::IdComponentException()";
- "H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::IdComponentException::~IdComponentException()";
+ "H5::IntType::fromClass() const";
+ "H5::IntType::getSign() const";
+ "H5::IntType::~IntType()";
"H5::IntType::IntType()";
"H5::IntType::IntType(H5::DataSet const&)";
"H5::IntType::IntType(H5::IntType const&)";
"H5::IntType::IntType(H5::PredType const&)";
"H5::IntType::IntType(int)";
- "H5::IntType::fromClass() const";
- "H5::IntType::getSign() const";
"H5::IntType::setSign(H5T_sign_t) const";
- "H5::IntType::~IntType()";
- "H5::LibraryIException::LibraryIException()";
- "H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"H5::LibraryIException::~LibraryIException()";
+ "H5::LibraryIException::LibraryIException()";
"H5::PredType::ALPHA_B16";
"H5::PredType::ALPHA_B32";
"H5::PredType::ALPHA_B64";
@@ -4519,8 +4519,10 @@ HDF5_CPP_1.8.9 {
"H5::PredType::ALPHA_U64";
"H5::PredType::ALPHA_U8";
"H5::PredType::AtExit";
+ "H5::PredType::committed()";
"H5::PredType::C_S1";
"H5::PredType::FORTRAN_S1";
+ "H5::PredType::fromClass() const";
"H5::PredType::IEEE_F32BE";
"H5::PredType::IEEE_F32LE";
"H5::PredType::IEEE_F64BE";
@@ -4564,11 +4566,11 @@ HDF5_CPP_1.8.9 {
"H5::PredType::NATIVE_HERR";
"H5::PredType::NATIVE_HSIZE";
"H5::PredType::NATIVE_HSSIZE";
+ "H5::PredType::NATIVE_INT";
"H5::PredType::NATIVE_INT16";
"H5::PredType::NATIVE_INT32";
"H5::PredType::NATIVE_INT64";
"H5::PredType::NATIVE_INT8";
- "H5::PredType::NATIVE_INT";
"H5::PredType::NATIVE_INT_FAST16";
"H5::PredType::NATIVE_INT_FAST32";
"H5::PredType::NATIVE_INT_FAST64";
@@ -4584,11 +4586,11 @@ HDF5_CPP_1.8.9 {
"H5::PredType::NATIVE_SCHAR";
"H5::PredType::NATIVE_SHORT";
"H5::PredType::NATIVE_UCHAR";
+ "H5::PredType::NATIVE_UINT";
"H5::PredType::NATIVE_UINT16";
"H5::PredType::NATIVE_UINT32";
"H5::PredType::NATIVE_UINT64";
"H5::PredType::NATIVE_UINT8";
- "H5::PredType::NATIVE_UINT";
"H5::PredType::NATIVE_UINT_FAST16";
"H5::PredType::NATIVE_UINT_FAST32";
"H5::PredType::NATIVE_UINT_FAST64";
@@ -4600,6 +4602,8 @@ HDF5_CPP_1.8.9 {
"H5::PredType::NATIVE_ULLONG";
"H5::PredType::NATIVE_ULONG";
"H5::PredType::NATIVE_USHORT";
+ "H5::PredType::operator=(H5::PredType const&)";
+ "H5::PredType::~PredType()";
"H5::PredType::PredType()";
"H5::PredType::PredType(H5::PredType const&)";
"H5::PredType::PredType(int)";
@@ -4633,76 +4637,68 @@ HDF5_CPP_1.8.9 {
"H5::PredType::UNIX_D32LE";
"H5::PredType::UNIX_D64BE";
"H5::PredType::UNIX_D64LE";
- "H5::PredType::committed()";
- "H5::PredType::fromClass() const";
- "H5::PredType::operator=(H5::PredType const&)";
- "H5::PredType::~PredType()";
- "H5::PropList::DEFAULT";
- "H5::PropList::PropList()";
- "H5::PropList::PropList(H5::PropList const&)";
- "H5::PropList::PropList(int)";
"H5::PropList::close()";
"H5::PropList::closeClass() const";
"H5::PropList::copy(H5::PropList const&)";
- "H5::PropList::copyProp(H5::PropList&, H5::PropList&, char const*) const";
- "H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::PropList::copyProp(H5::PropList&, char const*) const";
- "H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::copyProp(H5::PropList&, H5::PropList&, char const*) const";
+ "H5::PropList::DEFAULT";
"H5::PropList::fromClass() const";
"H5::PropList::getClass() const";
"H5::PropList::getClassName() const";
"H5::PropList::getClassParent() const";
"H5::PropList::getId() const";
"H5::PropList::getNumProps() const";
- "H5::PropList::getPropSize(char const*) const";
- "H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::PropList::getProperty(char const*) const";
"H5::PropList::getProperty(char const*, void*) const";
- "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
+ "H5::PropList::getPropSize(char const*) const";
+ "H5::PropListIException::~PropListIException()";
+ "H5::PropListIException::PropListIException()";
"H5::PropList::isAClass(H5::PropList const&) const";
"H5::PropList::operator=(H5::PropList const&)";
"H5::PropList::operator==(H5::PropList const&) const";
- "H5::PropList::p_setId(int)";
"H5::PropList::propExist(char const*) const";
- "H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::~PropList()";
+ "H5::PropList::PropList()";
+ "H5::PropList::PropList(H5::PropList const&)";
+ "H5::PropList::PropList(int)";
+ "H5::PropList::p_setId(int)";
"H5::PropList::removeProp(char const*) const";
- "H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::PropList::setProperty(char const*, char const*) const";
- "H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
"H5::PropList::setProperty(char const*, void*) const";
- "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
- "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
- "H5::PropList::~PropList()";
- "H5::PropListIException::PropListIException()";
- "H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
- "H5::PropListIException::~PropListIException()";
- "H5::ReferenceException::ReferenceException()";
- "H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"H5::ReferenceException::~ReferenceException()";
- "H5::StrType::StrType()";
- "H5::StrType::StrType(H5::DataSet const&)";
- "H5::StrType::StrType(H5::PredType const&)";
- "H5::StrType::StrType(H5::StrType const&)";
- "H5::StrType::StrType(int)";
+ "H5::ReferenceException::ReferenceException()";
"H5::StrType::fromClass() const";
"H5::StrType::getCset() const";
"H5::StrType::getStrpad() const";
"H5::StrType::setCset(H5T_cset_t) const";
"H5::StrType::setStrpad(H5T_str_t) const";
"H5::StrType::~StrType()";
+ "H5::StrType::StrType()";
+ "H5::StrType::StrType(H5::DataSet const&)";
+ "H5::StrType::StrType(H5::PredType const&)";
+ "H5::StrType::StrType(H5::StrType const&)";
+ "H5::StrType::StrType(int)";
+ "H5::VarLenType::fromClass() const";
+ "H5::VarLenType::~VarLenType()";
"H5::VarLenType::VarLenType()";
"H5::VarLenType::VarLenType(H5::DataType const*)";
"H5::VarLenType::VarLenType(H5::VarLenType const&)";
"H5::VarLenType::VarLenType(int)";
- "H5::VarLenType::fromClass() const";
- "H5::VarLenType::~VarLenType()";
"non-virtual thunk to H5::Attribute::fromClass() const";
"non-virtual thunk to H5::Attribute::getId() const";
"non-virtual thunk to H5::Attribute::p_setId(int)";
- "non-virtual thunk to H5::DataSet::getSpace() const";
"non-virtual thunk to H5::DataSet::~DataSet()";
+ "non-virtual thunk to H5::DataSet::getSpace() const";
"non-virtual thunk to H5::Group::~Group()";
+ "PacketTable::GetIndex(int&)";
+ "PacketTable::GetPacketCount(int&)";
+ "PacketTable::IsValid()";
+ "PacketTable::~PacketTable()";
+ "PacketTable::PacketTable(int, char*)";
+ "PacketTable::ResetIndex()";
+ "PacketTable::SetIndex(unsigned long long)";
+ "typeinfo for FL_PacketTable";
"typeinfo for H5::AbstractDs";
"typeinfo for H5::ArrayType";
"typeinfo for H5::AtomType";
@@ -4710,14 +4706,14 @@ HDF5_CPP_1.8.9 {
"typeinfo for H5::AttributeIException";
"typeinfo for H5::CommonFG";
"typeinfo for H5::CompType";
- "typeinfo for H5::DSetCreatPropList";
- "typeinfo for H5::DSetMemXferPropList";
"typeinfo for H5::DataSet";
"typeinfo for H5::DataSetIException";
"typeinfo for H5::DataSpace";
"typeinfo for H5::DataSpaceIException";
"typeinfo for H5::DataType";
"typeinfo for H5::DataTypeIException";
+ "typeinfo for H5::DSetCreatPropList";
+ "typeinfo for H5::DSetMemXferPropList";
"typeinfo for H5::EnumType";
"typeinfo for H5::Exception";
"typeinfo for H5::FileAccPropList";
@@ -4738,6 +4734,8 @@ HDF5_CPP_1.8.9 {
"typeinfo for H5::ReferenceException";
"typeinfo for H5::StrType";
"typeinfo for H5::VarLenType";
+ "typeinfo for PacketTable";
+ "typeinfo name for FL_PacketTable";
"typeinfo name for H5::AbstractDs";
"typeinfo name for H5::ArrayType";
"typeinfo name for H5::AtomType";
@@ -4745,14 +4743,14 @@ HDF5_CPP_1.8.9 {
"typeinfo name for H5::AttributeIException";
"typeinfo name for H5::CommonFG";
"typeinfo name for H5::CompType";
- "typeinfo name for H5::DSetCreatPropList";
- "typeinfo name for H5::DSetMemXferPropList";
"typeinfo name for H5::DataSet";
"typeinfo name for H5::DataSetIException";
"typeinfo name for H5::DataSpace";
"typeinfo name for H5::DataSpaceIException";
"typeinfo name for H5::DataType";
"typeinfo name for H5::DataTypeIException";
+ "typeinfo name for H5::DSetCreatPropList";
+ "typeinfo name for H5::DSetMemXferPropList";
"typeinfo name for H5::EnumType";
"typeinfo name for H5::Exception";
"typeinfo name for H5::FileAccPropList";
@@ -4773,6 +4771,8 @@ HDF5_CPP_1.8.9 {
"typeinfo name for H5::ReferenceException";
"typeinfo name for H5::StrType";
"typeinfo name for H5::VarLenType";
+ "typeinfo name for PacketTable";
+ "vtable for FL_PacketTable";
"vtable for H5::AbstractDs";
"vtable for H5::ArrayType";
"vtable for H5::AtomType";
@@ -4780,14 +4780,14 @@ HDF5_CPP_1.8.9 {
"vtable for H5::AttributeIException";
"vtable for H5::CommonFG";
"vtable for H5::CompType";
- "vtable for H5::DSetCreatPropList";
- "vtable for H5::DSetMemXferPropList";
"vtable for H5::DataSet";
"vtable for H5::DataSetIException";
"vtable for H5::DataSpace";
"vtable for H5::DataSpaceIException";
"vtable for H5::DataType";
"vtable for H5::DataTypeIException";
+ "vtable for H5::DSetCreatPropList";
+ "vtable for H5::DSetMemXferPropList";
"vtable for H5::EnumType";
"vtable for H5::Exception";
"vtable for H5::FileAccPropList";
@@ -4808,127 +4808,62 @@ HDF5_CPP_1.8.9 {
"vtable for H5::ReferenceException";
"vtable for H5::StrType";
"vtable for H5::VarLenType";
- "FL_PacketTable::AppendPacket(void*)";
- "FL_PacketTable::FL_PacketTable(int, char*)";
- "FL_PacketTable::FL_PacketTable(int, char*, int, unsigned long long, int)";
- "FL_PacketTable::GetNextPacket(void*)";
- "FL_PacketTable::GetPacket(unsigned long long, void*)";
- "FL_PacketTable::GetPackets(unsigned long long, unsigned long long, void*)";
- "PacketTable::GetIndex(int&)";
- "PacketTable::GetPacketCount(int&)";
- "PacketTable::IsValid()";
- "PacketTable::PacketTable(int, char*)";
- "PacketTable::ResetIndex()";
- "PacketTable::SetIndex(unsigned long long)";
- "PacketTable::~PacketTable()";
"VTT for FL_PacketTable";
- "typeinfo for FL_PacketTable";
- "typeinfo for PacketTable";
- "typeinfo name for FL_PacketTable";
- "typeinfo name for PacketTable";
- "vtable for FL_PacketTable";
};
+ HDF5_CPP_1.8.9;
+ HDF5_SERIAL_1.8.9;
userAttrOpWrpr;
-};
+} HDF5_CPP_1.8.8;
+
+HDF5_CPP_1.8.10 {
+ global:
+ HDF5_CPP_1.8.10;
+ HDF5_SERIAL_1.8.10;
+} HDF5_CPP_1.8.9;
HDF5_CPP_1.8.11 {
global:
extern "C++" {
- "H5::AtomType::setOffset(unsigned int) const";
- "H5::AtomType::setPrecision(unsigned int) const";
- "H5::AtomType::setSize(unsigned int) const";
"H5::Attribute::flush(H5F_scope_t) const";
- "H5::Attribute::getName(unsigned int) const";
- "H5::Attribute::getName(unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
- "H5::CommonFG::createGroup(char const*, unsigned int) const";
- "H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int) const";
- "H5::CommonFG::getLinkval(char const*, unsigned int) const";
- "H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int) const";
- "H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned int) const";
- "H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned int) const";
- "H5::CompType::CompType(unsigned int)";
- "H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::DataType const&) const";
- "H5::DSetCreatPropList::getExternal(unsigned int, unsigned int, char*, long long&, unsigned long long&) const";
- "H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned int&, unsigned int*, unsigned int, char*, unsigned int&) const";
- "H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned int&, unsigned int*, unsigned int, char*, unsigned int&) const";
- "H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned int, unsigned int const*) const";
- "H5::DSetCreatPropList::setExternal(char const*, long long, unsigned long long) const";
- "H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned int, unsigned int const*) const";
- "H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned int, void*), void**, void (*&)(void*, void*), void**) const";
- "H5::DSetMemXferPropList::setBuffer(unsigned int, void*, void*) const";
- "H5::DSetMemXferPropList::setHyperVectorSize(unsigned int)";
- "H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned int, void*), void*, void (*)(void*, void*), void*) const";
- "H5::DataSpace::selectElements(H5S_seloper_t, unsigned int, unsigned long long const*) const";
- "H5::DataType::DataType(H5T_class_t, unsigned int)";
- "H5::DataType::convert(H5::DataType const&, unsigned int, void*, void*, H5::PropList const&) const";
- "H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned int, unsigned int, unsigned int, void*, void*, int)) const";
- "H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned int, unsigned int, unsigned int, void*, void*, int)) const";
- "H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned int, unsigned int, unsigned int, void*, void*, int)) const";
- "H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned int, unsigned int, unsigned int, void*, void*, int)) const";
- "H5::EnumType::EnumType(unsigned int)";
- "H5::EnumType::nameOf(void*, unsigned int) const";
- "H5::FileAccPropList::getCache(int&, unsigned int&, unsigned int&, double&) const";
- "H5::FileAccPropList::getCore(unsigned int&, unsigned int&) const";
- "H5::FileAccPropList::setCache(int, unsigned int, unsigned int, double) const";
- "H5::FileAccPropList::setCore(unsigned int, unsigned int) const";
- "H5::FileAccPropList::setLog(char const*, unsigned int, unsigned int) const";
- "H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned int) const";
- "H5::FileAccPropList::setSieveBufSize(unsigned int) const";
- "H5::FileCreatPropList::getSizes(unsigned int&, unsigned int&) const";
- "H5::FileCreatPropList::setSizes(unsigned int, unsigned int) const";
- "H5::FloatType::getFields(unsigned int&, unsigned int&, unsigned int&, unsigned int&, unsigned int&) const";
- "H5::FloatType::setEbias(unsigned int) const";
- "H5::FloatType::setFields(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) const";
- "H5::H5File::getObjIDs(unsigned int, unsigned int, int*) const";
- "H5::StrType::StrType(H5::PredType const&, unsigned int const&)";
- "H5::StrType::StrType(int, unsigned int const&)";
- "non-virtual thunk to H5::Attribute::close()";
"non-virtual thunk to H5::Attribute::~Attribute()";
+ "non-virtual thunk to H5::Attribute::close()";
"non-virtual thunk to H5::DataSet::fromClass() const";
"non-virtual thunk to H5::DataSet::getInMemDataSize() const";
"non-virtual thunk to H5::DataSet::getStorageSize() const";
"non-virtual thunk to H5::DataSet::p_get_type() const";
"non-virtual thunk to H5::Group::getLocId() const";
- "non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"non-virtual thunk to H5::H5File::getLocId() const";
- "non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"non-virtual thunk to H5::H5File::~H5File()";
- "FL_PacketTable::AppendPackets(unsigned int, void*)";
- "FL_PacketTable::GetNextPackets(unsigned int, void*)";
};
-} HDF5_CPP_1.8.9;
+ HDF5_CPP_1.8.11;
+ HDF5_SERIAL_1.8.11;
+} HDF5_CPP_1.8.10;
HDF5_CPP_1.8.12 {
global:
extern "C++" {
"H5::DataSet::DataSet(H5::Attribute const&, void const*, H5R_type_t)";
"H5::DataSet::DataSet(H5::H5Location const&, void const*, H5R_type_t)";
+ "H5::DataType::commit(H5::H5Location&, char const*)";
"H5::DataType::DataType(H5::Attribute const&, void const*, H5R_type_t)";
"H5::DataType::DataType(H5::H5Location const&, void const*, H5R_type_t)";
- "H5::DataType::commit(H5::H5Location&, char const*)";
- "H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"H5::Group::Group(H5::Attribute const&, void const*, H5R_type_t)";
"H5::Group::Group(H5::H5Location const&, void const*, H5R_type_t)";
- "H5::H5Location::H5Location()";
- "H5::H5Location::H5Location(H5::H5Location const&)";
- "H5::H5Location::H5Location(int)";
"H5::H5Location::attrExists(char const*) const";
- "H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::H5Location::createAttribute(char const*, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const";
- "H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const";
"H5::H5Location::dereference(H5::Attribute const&, void const*, H5R_type_t)";
"H5::H5Location::dereference(H5::H5Location const&, void const*, H5R_type_t)";
"H5::H5Location::flush(H5F_scope_t) const";
- "H5::H5Location::getComment(char const*, unsigned int) const";
- "H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int) const";
"H5::H5Location::getFileName() const";
"H5::H5Location::getNumAttrs() const";
"H5::H5Location::getObjType(void*, H5R_type_t) const";
"H5::H5Location::getRefObjType(void*, H5R_type_t) const";
"H5::H5Location::getRegion(void*, H5R_type_t) const";
- "H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)";
+ "H5::H5Location::~H5Location()";
+ "H5::H5Location::H5Location()";
+ "H5::H5Location::H5Location(H5::H5Location const&)";
+ "H5::H5Location::H5Location(int)";
"H5::H5Location::openAttribute(char const*) const";
- "H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::H5Location::openAttribute(unsigned int) const";
"H5::H5Location::p_dereference(int, void const*, H5R_type_t, char const*)";
"H5::H5Location::p_get_obj_type(void*, H5R_type_t) const";
@@ -4936,24 +4871,196 @@ HDF5_CPP_1.8.12 {
"H5::H5Location::p_reference(void*, char const*, int, H5R_type_t) const";
"H5::H5Location::reference(void*, char const*, H5::DataSpace const&, H5R_type_t) const";
"H5::H5Location::reference(void*, char const*, H5R_type_t) const";
- "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const";
- "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const";
"H5::H5Location::removeAttr(char const*) const";
- "H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::H5Location::removeComment(char const*) const";
- "H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
"H5::H5Location::renameAttr(char const*, char const*) const";
- "H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::H5Location::setComment(char const*) const";
"H5::H5Location::setComment(char const*, char const*) const";
- "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
- "H5::H5Location::~H5Location()";
+ "H5::H5Location::setComment(char const*) const";
"H5::PredType::commit(H5::H5Location&, char const*)";
- "H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
"typeinfo for H5::H5Location";
"typeinfo name for H5::H5Location";
"vtable for H5::H5Location";
};
+ HDF5_CPP_1.8.12;
+ HDF5_SERIAL_1.8.12;
} HDF5_CPP_1.8.11;
+HDF5_CPP_1.8.13 {
+ global:
+ extern "C++" {
+ "H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::childObjType(char const*) const";
+ "H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const";
+ "H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const";
+ "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const";
+ "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const";
+ "H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)";
+ "H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const";
+ "H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const";
+ "H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const";
+ "H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const";
+ "H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const";
+ "H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const";
+ "H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
+ "H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
+ "H5::DataSpace::extentCopy(H5::DataSpace const&) const";
+ "H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::DataType::commit(H5::H5Location const&, char const*)";
+ "H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::DSetMemXferPropList::DSetMemXferPropList(char const*)";
+ "H5::DSetMemXferPropList::getDataTransform() const";
+ "H5::DSetMemXferPropList::setDataTransform(char const*) const";
+ "H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
+ "H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
+ "H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::Exception::printErrorStack(_IO_FILE*, int)";
+ "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const";
+ "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const";
+ "H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
+ "H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)";
+ "H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const";
+ "H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)";
+ "H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const";
+ "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const";
+ "H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::H5Object::getObjName() const";
+ "H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::IdComponent::getHDFObjType() const";
+ "H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::LocationException::~LocationException()";
+ "H5::LocationException::LocationException()";
+ "H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
+ "H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
+ "H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
+ "non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+ "typeinfo for H5::LocationException";
+ "typeinfo name for H5::LocationException";
+ "vtable for H5::LocationException";
+ };
+ HDF5_CPP_1.8.13;
+ HDF5_SERIAL_1.8.13;
+} HDF5_CPP_1.8.12;
+
+HDF5_CPP_1.8.14 {
+ global:
+ extern "C++" {
+ "FL_PacketTable::AppendPackets(unsigned long, void*)";
+ "FL_PacketTable::GetNextPackets(unsigned long, void*)";
+ "H5::AtomType::setOffset(unsigned long) const";
+ "H5::AtomType::setPrecision(unsigned long) const";
+ "H5::AtomType::setSize(unsigned long) const";
+ "H5::Attribute::getName(char*, unsigned long) const";
+ "H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+ "H5::Attribute::getName(unsigned long) const";
+ "H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+ "H5::CommonFG::createGroup(char const*, unsigned long) const";
+ "H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+ "H5::CommonFG::getLinkval(char const*, unsigned long) const";
+ "H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+ "H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const";
+ "H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+ "H5::CompType::CompType(unsigned long)";
+ "H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, H5::DataType const&) const";
+ "H5::CompType::setSize(unsigned long) const";
+ "H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const";
+ "H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const";
+ "H5::DataType::DataType(H5T_class_t, unsigned long)";
+ "H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+ "H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+ "H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+ "H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+ "H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const";
+ "H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const";
+ "H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const";
+ "H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const";
+ "H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const";
+ "H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const";
+ "H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const";
+ "H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const";
+ "H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const";
+ "H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)";
+ "H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const";
+ "H5::EnumType::EnumType(unsigned long)";
+ "H5::EnumType::nameOf(void*, unsigned long) const";
+ "H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const";
+ "H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const";
+ "H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const";
+ "H5::FileAccPropList::setCore(unsigned long, unsigned int) const";
+ "H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const";
+ "H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const";
+ "H5::FileAccPropList::setSieveBufSize(unsigned long) const";
+ "H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const";
+ "H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const";
+ "H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const";
+ "H5::FloatType::setEbias(unsigned long) const";
+ "H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const";
+ "H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const";
+ "H5::H5Location::getComment(char const*, unsigned long, char*) const";
+ "H5::H5Location::getComment(char const*, unsigned long) const";
+ "H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+ "H5::H5Object::getObjName(char*, unsigned long) const";
+ "H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+ "H5::StrType::StrType(H5::PredType const&, unsigned long const&)";
+ "H5::StrType::StrType(int, unsigned long const&)";
+ };
+ HDF5_CPP_1.8.14;
+ HDF5_SERIAL_1.8.14;
+} HDF5_CPP_1.8.13;
+
diff --git a/debian/rules b/debian/rules
index b2ce9c6..2111db4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,11 @@ package = libhdf5
pkgversion ?= $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
version ?= $(shell echo $(pkgversion) | sed 's/\([0-9\.]\)\(+docs[0-9]*\)\?-[^-]*$$/\1/')
soname = 9
+
+# Target used by helper script make-version-scripts
+soname:
+ @echo $(soname)
+
major_version = $(shell echo $(version) | cut -d. -f1,2)
serpack = $(package)-$(soname)
sercpppack = $(package)-cpp-$(soname)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git
More information about the Pkg-grass-devel
mailing list