summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran/h5t_FORTRAN.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fortran/h5t_FORTRAN.html')
-rw-r--r--doc/html/fortran/h5t_FORTRAN.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/html/fortran/h5t_FORTRAN.html b/doc/html/fortran/h5t_FORTRAN.html
index d971e9f..02438fa 100644
--- a/doc/html/fortran/h5t_FORTRAN.html
+++ b/doc/html/fortran/h5t_FORTRAN.html
@@ -853,6 +853,31 @@ FORTRAN Datatype API -- h5t
</pre>
+
+<p>&nbsp;
+<p>&nbsp;
+<hr>
+<p>&nbsp;
+<a name="h5tget_member_index_f">
+<p>&nbsp;
+</a>
+
+
+<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5tget_member_index_f</strong>
+<pre>
+
+ SUBROUTINE h5tget_member_index_f(type_id, member_name, index , hdferr)
+ IMPLICIT NONE
+ INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier
+ CHARACTER(LEN=*), INTENT(IN) :: member_name !name of a field of
+ !a compound datatype
+ ! or a member of ENUM type
+ INTEGER, INTENT(OUT) :: index !Field index (0-based) of the field name to retrieve
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+
+ END SUBROUTINE h5tget_member_index_f
+</pre>
+
<p>&nbsp;
<p>&nbsp;
<hr>