mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r2428] Attributes.html and RM_H5A.html
H5Aiterate: Changed function type to herr_t.
This commit is contained in:
parent
56289a2c10
commit
ccc3f3a103
@ -158,7 +158,7 @@
|
|||||||
<h2>4. Attribute Inquiry Functions</h2>
|
<h2>4. Attribute Inquiry Functions</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>int H5Aiterate (hid_t <em>loc_id</em>,
|
<dt><code>herr_t H5Aiterate (hid_t <em>loc_id</em>,
|
||||||
unsigned *<em>attr_number</em>,
|
unsigned *<em>attr_number</em>,
|
||||||
H5A_operator <em>operator</em>,
|
H5A_operator <em>operator</em>,
|
||||||
void *<em>operator_data</em>)</code>
|
void *<em>operator_data</em>)</code>
|
||||||
|
@ -451,7 +451,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
|
|||||||
Up to <code>buf_size</code> characters are stored in
|
Up to <code>buf_size</code> characters are stored in
|
||||||
<code>buf</code> followed by a <code>\0</code> string
|
<code>buf</code> followed by a <code>\0</code> string
|
||||||
terminator. If the name of the attribute is longer than
|
terminator. If the name of the attribute is longer than
|
||||||
<code>buf_size</code> -1, the string terminator is stored in the
|
<code>(buf_size -1)</code>, the string terminator is stored in the
|
||||||
last position of the buffer to properly terminate the string.
|
last position of the buffer to properly terminate the string.
|
||||||
<dt><strong>Parameters:</strong>
|
<dt><strong>Parameters:</strong>
|
||||||
<dl>
|
<dl>
|
||||||
@ -510,7 +510,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><strong>Name:</strong> <a name="Annot-Iterate">H5Aiterate</a>
|
<dt><strong>Name:</strong> <a name="Annot-Iterate">H5Aiterate</a>
|
||||||
<dt><strong>Signature:</strong>
|
<dt><strong>Signature:</strong>
|
||||||
<dd><em>int</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
|
<dd><em>herr_t</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
|
||||||
<em>unsigned *</em> <code>idx</code>,
|
<em>unsigned *</em> <code>idx</code>,
|
||||||
<em>H5A_operator_t</em> <code>op</code>,
|
<em>H5A_operator_t</em> <code>op</code>,
|
||||||
<em>void *</em><code>op_data</code>
|
<em>void *</em><code>op_data</code>
|
||||||
|
Loading…
Reference in New Issue
Block a user