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_H5G.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_H5G.html')
-rw-r--r-- | doc/html/RM_H5G.html | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 1c8bbe6..a2af902 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -82,6 +82,44 @@ of objects in an HDF5 file. </ul> </td></tr> </table> +<br> + +<i>Alphabetical Listing</i> + +<table border="0"> + <tr> + <td valign="top"> + <li><a href="#Group-Close">H5Gclose</a> + <li><a href="#Group-Create">H5Gcreate</a> + <li><a href="#Group-GetComment">H5Gget_comment</a> + <li><a href="#Group-GetLinkval">H5Gget_linkval</a> + <li><a href="#Group-GetNumObjs">H5Gget_num_objs</a> + <li><a href="#Group-GetObjinfo">H5Gget_objinfo</a> + + + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#Group-GetObjNameByIdx">H5Gget_objname_by_idx</a> + <li><a href="#Group-GetObjTypeByIdx">H5Gget_objtype_by_idx</a> + <li><a href="#Group-Iterate">H5Giterate</a> + <li><a href="#Group-Link">H5Glink</a> + <li><a href="#Group-Link2">H5Glink2</a> + <li><a href="#Group-Move">H5Gmove</a> + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#Group-Move2">H5Gmove2</a> + <li><a href="#Group-Open">H5Gopen</a> + <li><a href="#Group-SetComment">H5Gset_comment</a> + <li><a href="#Group-Unlink">H5Gunlink</a> + </td> + </tr> +</table> <p> <strong>The FORTRAN90 Interfaces:</strong> @@ -1133,7 +1171,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 22 April 2003 +Last modified: 6 June 2003 </body> </html> |