diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index c19acf7bc8..cc13dd9c0b 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -379,7 +379,7 @@ in the HDF5 User's Guide for further information, including a compl
specified by loc_id
and returns an identifier
for the datatype. loc_id
is either a file or
group identifier. The identifier should eventually be closed
- by calling H5Tclose()
to release resources.
+ by calling H5Tclose
to release resources.
loc_id
@@ -747,6 +747,9 @@ H5Tget_overflow ()
H5Tvlen_create
determines whether the datatype
identified in dtype_id
is a variable-length string.
+ + This function can be used to distinguish between + fixed and variable-length string datatypes.
dtype_id
@@ -977,12 +980,17 @@ H5Tget_overflow ()
H5T_class_tdtype_class
)
H5Tdetect_class
determines whether the datatype
- specified in dtype_id
is of the
+ specified in dtype_id
contains any datatypes of the
datatype class specified in dtype_class
.
+ This function is useful primarily in recursively examining + all the fields and/or base types + of compound, array, and variable-length datatypes. +
Valid class identifiers are as defined in
H5Tget_class
.
H5Tget_native_type
returns the equivalent native datatype
- for the dataset datatype specified in type_id
.
+ for the datatype specified in type_id
.
H5Tget_native_type
is a high-level function designed
primarily to facilitate use of the H5Dread
function,
@@ -1166,6 +1174,10 @@ H5Tget_overflow ()
use with intenger and floating point datatypes.
Time, bifield, opaque, and reference datatypes are returned
as a copy of type_id
.
+
+ The identifier returned by H5Tget_native_type
+ should eventually be closed by calling H5Tclose
+ to release resources.
type_id