diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-06-10 15:38:46 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-06-10 15:38:46 (GMT) |
commit | ca33a5498c018d1311f83e6446f47610f00f35b0 (patch) | |
tree | 842ba00cc2e26a9da5593132b884e9892577ede5 /doc/html/RM_H5F.html | |
parent | bec5a9ba642bd6832c4a96a904eccd065f83c3b7 (diff) | |
download | hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.zip hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.tar.gz hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.tar.bz2 |
[svn-r7014]
Purpose:
To facilitate finding functions, particularly in long Reference Manual
sections.
Solution:
Added alphabetized function listings. (NOTE: Aside from the H5I and H5Z
sections, this is not necessarily the final implementation; there will
likely be another revision in the presentation of this listing before it
is released.)
Platforms tested:
Safari, IE 5
Diffstat (limited to 'doc/html/RM_H5F.html')
-rw-r--r-- | doc/html/RM_H5F.html | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index 77ca2c5..3408bb8 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -80,6 +80,41 @@ documented below. </ul> </td></tr> </table> +<br> + +<i>Alphabetical Listing</i> + +<table border="0"> + <tr> + <td valign="top"> + <li><a href="#File-Close">H5Fclose</a> + <li><a href="#File-Create">H5Fcreate</a> + <li><a href="#File-Flush">H5Fflush</a> + <li><a href="#File-GetAccessPlist">H5Fget_access_plist</a> + <li><a href="#File-GetCreatePlist">H5Fget_create_plist</a> + + + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#File-GetObjCount">H5Fget_obj_count</a> + <li><a href="#File-GetObjIDs">H5Fget_obj_ids</a> + <li><a href="#File-GetVfdHandle">H5Fget_vfd_handle</a> + <li><a href="#File-IsHDF5">H5Fis_hdf5</a> + <li><a href="#File-Mount">H5Fmount</a> + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#File-Open">H5Fopen</a> + <li><a href="#File-Reopen">H5Freopen</a> + <li><a href="#File-Unmount">H5Funmount</a> + </td> + </tr> +</table> <p> <strong>The FORTRAN90 Interfaces:</strong> @@ -905,7 +940,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 3 April 2003 +Last modified: 6 June 2003 </body> </html> |