Skip to content

Commit

Permalink
Deploying to github.io from @ edb02b3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Nov 15, 2024
1 parent e5eda86 commit de1ce8d
Show file tree
Hide file tree
Showing 76 changed files with 1,330 additions and 3,028 deletions.
152 changes: 60 additions & 92 deletions docs/unstable/array_8hpp_source.html

Large diffs are not rendered by default.

203 changes: 99 additions & 104 deletions docs/unstable/array__interface_8cpp_source.html

Large diffs are not rendered by default.

284 changes: 50 additions & 234 deletions docs/unstable/array__interface_8hpp_source.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/unstable/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3><a class="anchor" id="autotoc_md5"></a>
<ul>
<li>Remove redundant std_addons/complex.hpp header</li>
<li>Rename h5::h5_try_read -&gt; <a class="el" href="group__rw__generic.html#ga62e3658eca2c1f51f11ef15ae54e9776" title="Check if an HDF5 dataset/subgroup with the given key exists in the given parent group before performi...">h5::try_read</a></li>
<li>Add concept <a class="el" href="concepth5_1_1Storable.html" title="Concept to check if a type can be read/written from/to HDF5.">h5::Storable</a></li>
<li>Add concept <a class="el" href="concepth5_1_1_storable.html" title="Concept to check if a type can be read/written from/to HDF5.">h5::Storable</a></li>
<li>Fix issue in previous commit: Use H5_ASSERT over ASSERT macro</li>
<li>Add function write_slice to enable updating part of an existing dataset</li>
<li>Allow to set hyperslab for filespace in h5_read</li>
Expand Down
57 changes: 12 additions & 45 deletions docs/unstable/complex_8hpp_source.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('concepth5_1_1Storable.html',''); initResizable(true); });
$(function(){initNavTree('concepth5_1_1_storable.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
Expand Down Expand Up @@ -125,21 +125,21 @@
<p class="definition">Definition at line <a class="el" href="h5_8hpp_source.html#l00063">63</a> of file <a class="el" href="h5_8hpp_source.html">h5.hpp</a>.</p>
</div><h2 class="groupheader">Concept definition</h2>
<div class="fragment"><div class="line"><span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><span class="keyword">concept </span><a class="code hl_concept" href="concepth5_1_1Storable.html">h5::Storable</a> = <span class="keyword">requires</span>(T <span class="keyword">const</span> &amp;xc, T &amp;x, <a class="code hl_class" href="classh5_1_1group.html">h5::group</a> g, std::string <span class="keyword">const</span> &amp;name) {</div>
<div class="line"><span class="keyword">concept </span><a class="code hl_concept" href="concepth5_1_1_storable.html">h5::Storable</a> = <span class="keyword">requires</span>(T <span class="keyword">const</span> &amp;xc, T &amp;x, <a class="code hl_class" href="classh5_1_1group.html">h5::group</a> g, std::string <span class="keyword">const</span> &amp;name) {</div>
<div class="line"> { T::hdf5_format() } -&gt; std::convertible_to&lt;std::string&gt;;</div>
<div class="line"> { <a class="code hl_function" href="group__rw__string.html#ga8f475b603b4bed85cff37b488cbc4a71">h5_write</a>(g, name, xc) };</div>
<div class="line"> { <a class="code hl_function" href="group__rw__string.html#gaa53aea73f5d6c3d0b21b60b45b0971cb">h5_read</a>(g, name, x) };</div>
<div class="line"> { <a class="code hl_function" href="group__rw__scalar.html#ga2098f3cbcd6d6a7107f476bbf891ba20">h5_write</a>(g, name, xc) };</div>
<div class="line"> { <a class="code hl_function" href="group__rw__generic.html#ga4b45370a6f04082744435a3a91e3f977">h5_read</a>(g, name, x) };</div>
<div class="line"> }</div>
<div class="ttc" id="aclassh5_1_1group_html"><div class="ttname"><a href="classh5_1_1group.html">h5::group</a></div><div class="ttdoc">A handle to an HDF5 group.</div><div class="ttdef"><b>Definition</b> <a href="group_8hpp_source.html#l00044">group.hpp:44</a></div></div>
<div class="ttc" id="aconcepth5_1_1Storable_html"><div class="ttname"><a href="concepth5_1_1Storable.html">h5::Storable</a></div><div class="ttdoc">Concept to check if a type can be read/written from/to HDF5.</div><div class="ttdef"><b>Definition</b> <a href="h5_8hpp_source.html#l00063">h5.hpp:63</a></div></div>
<div class="ttc" id="agroup__rw__string_html_ga8f475b603b4bed85cff37b488cbc4a71"><div class="ttname"><a href="group__rw__string.html#ga8f475b603b4bed85cff37b488cbc4a71">h5::h5_write</a></div><div class="ttdeci">void h5_write(group g, std::string const &amp;name, std::string const &amp;s)</div><div class="ttdoc">Write a std::string to an HDF5 dataset.</div><div class="ttdef"><b>Definition</b> <a href="string_8cpp_source.html#l00055">string.cpp:55</a></div></div>
<div class="ttc" id="agroup__rw__string_html_gaa53aea73f5d6c3d0b21b60b45b0971cb"><div class="ttname"><a href="group__rw__string.html#gaa53aea73f5d6c3d0b21b60b45b0971cb">h5::h5_read</a></div><div class="ttdeci">void h5_read(group g, std::string const &amp;name, std::string &amp;s)</div><div class="ttdoc">Read a string from an HDF5 dataset into a std::string.</div><div class="ttdef"><b>Definition</b> <a href="string_8cpp_source.html#l00067">string.cpp:67</a></div></div>
<div class="ttc" id="aconcepth5_1_1_storable_html"><div class="ttname"><a href="concepth5_1_1_storable.html">h5::Storable</a></div><div class="ttdoc">Concept to check if a type can be read/written from/to HDF5.</div><div class="ttdef"><b>Definition</b> <a href="h5_8hpp_source.html#l00063">h5.hpp:63</a></div></div>
<div class="ttc" id="agroup__rw__generic_html_ga4b45370a6f04082744435a3a91e3f977"><div class="ttname"><a href="group__rw__generic.html#ga4b45370a6f04082744435a3a91e3f977">h5::h5_read</a></div><div class="ttdeci">T h5_read(group g, std::string const &amp;key)</div><div class="ttdoc">Generic implementation for reading from an HDF5 dataset/subgroup.</div><div class="ttdef"><b>Definition</b> <a href="generic_8hpp_source.html#l00051">generic.hpp:51</a></div></div>
<div class="ttc" id="agroup__rw__scalar_html_ga2098f3cbcd6d6a7107f476bbf891ba20"><div class="ttname"><a href="group__rw__scalar.html#ga2098f3cbcd6d6a7107f476bbf891ba20">h5::h5_write</a></div><div class="ttdeci">void h5_write(group g, std::string const &amp;name, T const &amp;x) H5_REQUIRES(std</div><div class="ttdoc">Write a scalar to an HDF5 dataset.</div><div class="ttdef"><b>Definition</b> <a href="scalar_8hpp_source.html#l00070">scalar.hpp:70</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>h5</b></li><li class="navelem"><a class="el" href="concepth5_1_1Storable.html">Storable</a></li>
<li class="navelem"><b>h5</b></li><li class="navelem"><a class="el" href="concepth5_1_1_storable.html">Storable</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/unstable/dir_4fef79e7177ba769987a8da36c892c5f.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>TRIQS/h5: /home/runner/work/h5/h5/build Directory Reference</title>
<title>TRIQS/h5: /Users/runner/work/h5/h5/build Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/unstable/dir_6c89d1ed406002b4e6ebce07fb51a507.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>TRIQS/h5: /home/runner/work/h5/h5/build/doc Directory Reference</title>
<title>TRIQS/h5: /Users/runner/work/h5/h5/build/doc Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/unstable/dir_e68e8157741866f444e17edd764ebbae.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>TRIQS/h5: /home/runner/work/h5/h5/doc Directory Reference</title>
<title>TRIQS/h5: /Users/runner/work/h5/h5/doc Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down
68 changes: 34 additions & 34 deletions docs/unstable/doxygen_crawl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
<body>
<a href="array__interface_8cpp_source.html"/>
<a href="array__interface_8hpp_source.html"/>
<a href="group_8hpp_source.html"/>
<a href="file_8hpp_source.html"/>
<a href="object_8hpp_source.html"/>
<a href="utils_8hpp_source.html"/>
<a href="macros_8hpp_source.html"/>
<a href="string_8hpp_source.html"/>
<a href="complex_8hpp_source.html"/>
<a href="file_8cpp_source.html"/>
<a href="file_8hpp_source.html"/>
<a href="format_8cpp_source.html"/>
<a href="format_8hpp_source.html"/>
<a href="generic_8hpp_source.html"/>
<a href="group_8cpp_source.html"/>
<a href="group_8hpp_source.html"/>
<a href="h5_8hpp_source.html"/>
<a href="macros_8hpp_source.html"/>
<a href="object_8cpp_source.html"/>
<a href="complex_8hpp_source.html"/>
<a href="string_8cpp_source.html"/>
<a href="vector_8cpp_source.html"/>
<a href="vector_8hpp_source.html"/>
<a href="object_8hpp_source.html"/>
<a href="scalar_8hpp_source.html"/>
<a href="generic_8hpp_source.html"/>
<a href="h5_8hpp_source.html"/>
<a href="serialization_8hpp_source.html"/>
<a href="array_8hpp_source.html"/>
<a href="map_8hpp_source.html"/>
<a href="optional_8hpp_source.html"/>
<a href="pair_8hpp_source.html"/>
<a href="string_8cpp_source.html"/>
<a href="string_8hpp_source.html"/>
<a href="tuple_8hpp_source.html"/>
<a href="variant_8hpp_source.html"/>
<a href="vector_8cpp_source.html"/>
<a href="vector_8hpp_source.html"/>
<a href="utils_8hpp_source.html"/>
<a href="array__interface_8cpp.html"/>
<a href="array__interface_8hpp.html"/>
<a href="complex_8hpp.html"/>
Expand Down Expand Up @@ -71,7 +71,7 @@
<a href="installation.html"/>
<a href="integration.html"/>
<a href="issues.html"/>
<a href="md_h5_2ChangeLog.html"/>
<a href="md_h5_2_change_log.html"/>
<a href="group__rw__scalar.html"/>
<a href="group__rw__arrayinterface.html"/>
<a href="group__format.html"/>
Expand Down Expand Up @@ -115,22 +115,22 @@
<a href="structh5_1_1hdf5__format__impl_3_01long_01long_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1complex_3_01double_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1complex_3_01double_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01keyT_00_01valueT_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01keyT_00_01valueT_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01T_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01T_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01T1_00_01T2_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01T1_00_01T2_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01key_t_00_01value_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01key_t_00_01value_t_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01_t_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01_t1_00_01_t2_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01_t1_00_01_t2_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1string_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1string_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01T_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01T_8_8_8_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01T_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01T_8_8_8_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01_t_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01_t_8_8_8_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01_t_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01_t_8_8_8_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01std_1_1string_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01std_1_1string_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01T_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01T_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01_t_01_4_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01int_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01int_01_4-members.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01long_01_4.html"/>
Expand All @@ -139,7 +139,7 @@
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01long_01long_01_4-members.html"/>
<a href="classh5_1_1object.html"/>
<a href="classh5_1_1object-members.html"/>
<a href="concepth5_1_1Storable.html"/>
<a href="concepth5_1_1_storable.html"/>
<a href="structh5_1_1array__interface_1_1array__view.html"/>
<a href="structh5_1_1array__interface_1_1array__view-members.html"/>
<a href="structh5_1_1array__interface_1_1dataset__info.html"/>
Expand Down Expand Up @@ -217,7 +217,7 @@
<a href="classh5_1_1object.html#aebdace197ff0705cba4d55b556f3625f"/>
<a href="complex_8hpp.html"/>
<a href="complex_8hpp.html#ga55e04870d75c17e740a6e757ac25fa7b"/>
<a href="concepth5_1_1Storable.html"/>
<a href="concepth5_1_1_storable.html"/>
<a href="dir_68cc8bf34515d163cc6c2d6974c6992d.html"/>
<a href="dir_95f477007f8387dfdf17297a3dbd44e8.html"/>
<a href="documentation.html"/>
Expand Down Expand Up @@ -379,7 +379,7 @@
<a href="map_8hpp.html"/>
<a href="map_8hpp.html#ga8df25411977c68902c4e326a4911df7c"/>
<a href="map_8hpp.html#gad5ba413230e29fc26d86b2eea0033c59"/>
<a href="md_h5_2ChangeLog.html"/>
<a href="md_h5_2_change_log.html"/>
<a href="object_8cpp.html"/>
<a href="object_8cpp.html#ga1f1926665da46101206e6ffdddb19600"/>
<a href="object_8cpp.html#ga9663a6cefb9589bafc7185f7c45563fc"/>
Expand Down Expand Up @@ -477,13 +477,13 @@
<a href="structh5_1_1hdf5__format__impl_3_01long_01double_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01long_01long_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1complex_3_01double_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01keyT_00_01valueT_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01T_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01T1_00_01T2_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1map_3_01key_t_00_01value_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1optional_3_01_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1pair_3_01_t1_00_01_t2_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1string_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01T_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01T_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01T_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1tuple_3_01_t_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1variant_3_01_t_8_8_8_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01_t_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01std_1_1vector_3_01std_1_1string_01_4_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01int_01_4.html"/>
<a href="structh5_1_1hdf5__format__impl_3_01unsigned_01long_01_4.html"/>
Expand Down
Loading

0 comments on commit de1ce8d

Please sign in to comment.