summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-09-06 18:39:46 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-09-06 18:39:46 (GMT)
commit7ef46b524b3c9dd56a7e0a106d5f4a4fd999acaa (patch)
tree38bf83c20818abddfcef0338f06611dbe89788e6 /src/H5Tprivate.h
parent9b1828ffd0799edabec86b79b15bd4b6b70bee28 (diff)
downloadhdf5-7ef46b524b3c9dd56a7e0a106d5f4a4fd999acaa.zip
hdf5-7ef46b524b3c9dd56a7e0a106d5f4a4fd999acaa.tar.gz
hdf5-7ef46b524b3c9dd56a7e0a106d5f4a4fd999acaa.tar.bz2
[svn-r11355] Purpose: A new API function and its test.
Description: Put in a new API funciton, H5Tis_hard. It checks whether the conversion function from a native type to another native type is a compiler (hard) conversion. Also checked a test in test/dt_arith.c. Platforms tested: h5committest and fuss.
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index d55e3d3..a93ca84 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -75,6 +75,7 @@ H5_DLL H5T_class_t H5T_get_class(const H5T_t *dt, htri_t internal);
H5_DLL htri_t H5T_detect_class (const H5T_t *dt, H5T_class_t cls);
H5_DLL size_t H5T_get_size(const H5T_t *dt);
H5_DLL int H5T_cmp(const H5T_t *dt1, const H5T_t *dt2, hbool_t superset);
+H5_DLL htri_t H5T_is_hard(H5T_t *src, H5T_t *dst);
H5_DLL herr_t H5T_debug(const H5T_t *dt, FILE * stream);
H5_DLL H5G_entry_t *H5T_entof(H5T_t *dt);
H5_DLL htri_t H5T_is_immutable(const H5T_t *dt);