summaryrefslogtreecommitdiffstats
path: root/develop/_h5_t__u_g.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/_h5_t__u_g.html')
-rw-r--r--develop/_h5_t__u_g.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/_h5_t__u_g.html b/develop/_h5_t__u_g.html
index 910dc60..5276c01 100644
--- a/develop/_h5_t__u_g.html
+++ b/develop/_h5_t__u_g.html
@@ -37,7 +37,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.184445f</span>
+ &#160;<span id="projectnumber">1.15.0.5f5f5f0</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -1482,7 +1482,7 @@ Reference</h3>
<div class="line"> </div>
<div class="line"><span class="comment">// Write selection to disk</span></div>
<div class="line">ret=<a class="code" href="group___h5_d.html#ga98f44998b67587662af8b0d8a0a75906">H5Dwrite</a>(dataset, <a class="code" href="group___p_d_t_s_t_d.html#gadc17e0960dc7ef08e029bf17201670e1">H5T_STD_REF_OBJ</a>, <a class="code" href="_h5_spublic_8h.html#a5f96eeee84b987f18470737f85af0484">H5S_ALL</a>, <a class="code" href="_h5_spublic_8h.html#a5f96eeee84b987f18470737f85af0484">H5S_ALL</a>, <a class="code" href="_h5_ppublic_8h.html#afa85e97bfbf9bf1c58e39263846c568f">H5P_DEFAULT</a>, wbuf);</div>
-<div class="ttc" id="a_h5_rpublic_8h_html_ae1ffa09875ca6778df3a577592dacbd2"><div class="ttname"><a href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a></div><div class="ttdeci">#define H5R_OBJECT</div><div class="ttdef"><b>Definition:</b> H5Rpublic.h:602</div></div>
+<div class="ttc" id="a_h5_rpublic_8h_html_ae1ffa09875ca6778df3a577592dacbd2"><div class="ttname"><a href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a></div><div class="ttdeci">#define H5R_OBJECT</div><div class="ttdef"><b>Definition:</b> H5Rpublic.h:638</div></div>
<div class="ttc" id="agroup___h5_r_html_ga0ac6997b5de26b11d91a95de2869950d"><div class="ttname"><a href="group___h5_r.html#ga0ac6997b5de26b11d91a95de2869950d">H5Rcreate</a></div><div class="ttdeci">herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t ref_type, hid_t space_id)</div><div class="ttdoc">Creates a reference.</div></div>
<div class="ttc" id="agroup___p_d_t_s_t_d_html_gadc17e0960dc7ef08e029bf17201670e1"><div class="ttname"><a href="group___p_d_t_s_t_d.html#gadc17e0960dc7ef08e029bf17201670e1">H5T_STD_REF_OBJ</a></div><div class="ttdeci">#define H5T_STD_REF_OBJ</div><div class="ttdef"><b>Definition:</b> H5Tpublic.h:405</div></div>
</div><!-- fragment --><p><em>Read a dataset with a reference datatype</em> </p><div class="fragment"><div class="line">rbuf = malloc(<span class="keyword">sizeof</span>(<a class="code" href="_h5_rpublic_8h.html#af1f69150fc8b3d6bf182da39dc0fe081">hobj_ref_t</a>)*SPACE1_DIM1);</div>