summaryrefslogtreecommitdiffstats
path: root/doc/html/Datatypes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/Datatypes.html')
-rw-r--r--doc/html/Datatypes.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index 248966c..473d4cb 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -531,7 +531,9 @@
<code>H5Tinsert()</code>) and cannot be subsequently modified.
This makes it imposible to define recursive data structures.
+ <a name="DTypes-PredefinedAtomic">
<h2>5. Predefined Atomic Data Types</h2>
+ </a>
<p>The library predefines a modest number of data types having
names like <code>H5T_<em>arch</em>_<em>base</em></code> where
@@ -641,6 +643,10 @@
<td>Signed integer</td>
</tr>
<tr>
+ <td align=center>R</td>
+ <td>References</td>
+ </tr>
+ <tr>
<td align=center>S</td>
<td>Character string</td>
</tr>
@@ -711,6 +717,10 @@
<td><code>H5T_CRAY_F64</code></td>
<td>Eight-byte Cray floating point</td>
</tr>
+ <tr valign=top>
+ <td><code>H5T_STD_ROBJ</code></td>
+ <td>Reference to an entire object in a file</td>
+ </tr>
</table>
</center>
@@ -1425,7 +1435,7 @@ Last modified: Tue Sep 8 14:43:32 EDT 1998
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
-Last modified: 9 September 1998
+Last modified: 27 October 1998
</body>
</html>