summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-04-27 22:13:29 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-04-27 22:13:29 (GMT)
commitc7587a02c7c2474f84f05a2600880e63f9606a61 (patch)
tree21bbf7a1e31e2210fdc4c1ded4a44e99e46d432c /doc
parenta33e31b5b3f2fe7a571d48d461b36e88ad28cd1d (diff)
downloadhdf5-c7587a02c7c2474f84f05a2600880e63f9606a61.zip
hdf5-c7587a02c7c2474f84f05a2600880e63f9606a61.tar.gz
hdf5-c7587a02c7c2474f84f05a2600880e63f9606a61.tar.bz2
[svn-r10686]
Purpose: Added note to H5Tget_class description that library returns H5T_STRING for both fixed-length and variable-length strings. Fixes Bugzilla #329. In H5Tget_member_class, added reference to list of valid class identifiers in H5Tget_class. Platforms tested: Firefox
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5T.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 2cf4e9c..3a643b7 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -854,14 +854,14 @@ END SUBROUTINE h5tcreate_f
of compound, array, and variable-length datatypes.
<p>
Valid class identifiers are as defined in
- <a href="#Datatype-GetClass"><code>H5Tget_class</code></a>.
+ <a href="#Datatype-GetClass"><code>H5Tget_class</code></a>.
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
- <td valign="top"><em>hid_t</em> <code>dtype_id</code></td>
+ <td valign="top"><em>hid_t</em> <code>dtype_id</code></td>
<td valign="top">Datatype identifier.</td></tr>
<tr>
- <td valign="top"><em>H5T_class_t</em>&nbsp;<code>dtype_class&nbsp;&nbsp;&nbsp;&nbsp;</code></td>
+ <td valign="top"><em>H5T_class_t</em>&nbsp;<code>dtype_class&nbsp;&nbsp;&nbsp;&nbsp;</code></td>
<td valign="top">Datatype class.</td></tr>
</table></ul>
<dt><strong>Returns:</strong>
@@ -1332,6 +1332,9 @@ END SUBROUTINE h5tget_array_ndims_f
<li><code>H5T_VLEN</code>
<li><code>H5T_ARRAY</code>
</ul>
+ <p>
+ Note that the library returns <code>H5T_STRING</code>
+ for both fixed-length and variable-length strings.
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
@@ -1598,6 +1601,9 @@ END SUBROUTINE h5tget_inpad_f
<dd>Given a compound datatype, <code>cdtype_id</code>, the function
<code>H5Tget_member_class</code> returns the datatype class of
the compound datatype member specified by <code>member_no</code>.
+ <p>
+ Valid class identifiers are as defined in
+ <a href="#Datatype-GetClass"><code>H5Tget_class</code></a>.
<dt><strong>Parameters:</strong>
<ul><table>
<tr>