diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-07-06 16:31:40 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-07-06 16:31:40 (GMT) |
commit | 56289a2c103733ea0a8264aaa4db8956f52bfc66 (patch) | |
tree | 24507505ef69d7a3b2e587ff174103aa2e15ea58 /doc/html/RM_H5T.html | |
parent | 031768b5e286493204fb2c52e1a6188277fe6379 (diff) | |
download | hdf5-56289a2c103733ea0a8264aaa4db8956f52bfc66.zip hdf5-56289a2c103733ea0a8264aaa4db8956f52bfc66.tar.gz hdf5-56289a2c103733ea0a8264aaa4db8956f52bfc66.tar.bz2 |
[svn-r2427] RM_H5T.html
H5Tvlen_create: Added cross-reference to H5Dget_vlen_buf_size
and H5Dvlen_reclaim.
H5Tget_class: Removed numbers from class identifiers list.
Added H5T_VLEN to class identifiers list.
RM_H5F.html
H5Freopen: Corrected description of file_id parameter.
Added comment about eventually closing returned identifier.
Added clarification that function cannot open closed files.
Diffstat (limited to 'doc/html/RM_H5T.html')
-rw-r--r-- | doc/html/RM_H5T.html | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 8d42d14..f0a14a4 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -684,6 +684,9 @@ H5Tget_overflow () <dt><em>hid_t</em> <code>base_type_id</code> <dd>Base type of datatype to create. </dl> +<dt><strong>See Also:</strong> + <dd><a href="RM_H5D.html#Dataset-GetVLBuf">H5Dget_vlen_buf_size</a> + <dd><a href="RM_H5D.html#Dataset-VLReclaim">H5Dvlen_reclaim</a> <dt><strong>Returns:</strong> <dd>Returns datatype identifier if successful; otherwise returns a negative value. @@ -873,15 +876,16 @@ H5Tget_overflow () <dd><code>H5Tget_class</code> returns the datatype class identifier. <p> Valid class identifiers, as defined in <code>H5Tpublic.h</code>, are: - <ul><li><code>H5T_INTEGER</code> (<code>0</code>) - <li><code>H5T_FLOAT</code> (<code>1</code>) - <li><code>H5T_TIME</code> (<code>2</code>) - <li><code>H5T_STRING</code> (<code>3</code>) - <li><code>H5T_BITFIELD</code> (<code>4</code>) - <li><code>H5T_OPAQUE</code> (<code>5</code>) - <li><code>H5T_COMPOUND</code> (<code>6</code>) - <li><code>H5T_REFERENCE</code> (<code>7</code>) - <li><code>H5T_ENUM</code> (<code>8</code>) + <ul><li><code>H5T_INTEGER</code> + <li><code>H5T_FLOAT</code> + <li><code>H5T_TIME</code> + <li><code>H5T_STRING</code> + <li><code>H5T_BITFIELD</code> + <li><code>H5T_OPAQUE</code> + <li><code>H5T_COMPOUND</code> + <li><code>H5T_REFERENCE</code> + <li><code>H5T_ENUM</code> + <li><code>H5T_VLEN</code> </ul> <dt><strong>Parameters:</strong> <dl> |