Files
hdf5/develop/_h5_object_8cpp.html
T
2026-03-06 01:22:58 +00:00

190 lines
11 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.16.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>HDF5: c++/src/H5Object.cpp File 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>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="hdf5doxy.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="hdf5doxy.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="hdf5_navtree_hacks.js"></script>
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Help us improve by taking our short survey: <a href="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
<!-- ... other metadata & script includes ... -->
<script type="text/javascript" src="doxygen-awesome-tabs.js"></script>
<script type="text/javascript">
DoxygenAwesomeTabs.init()
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57FMZK4S7X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-57FMZK4S7X');
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign">
<div id="projectname">HDF5<span id="projectnumber">&#160;Last Updated on 2026-03-06</span>
</div>
<div id="projectbrief">The HDF5 Field Guide</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.16.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<div id="main-nav">
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="_getting_started.html"><span>Getting&#160;started</span></a></li>
<li><a href="_u_g.html"><span>User&#160;Guide</span></a></li>
<li><a href="_r_m.html"><span>Reference&#160;Manual</span></a></li>
<li><a href="_cookbook.html"><span>Cookbook</span></a></li>
<li><a href="_t_n.html"><span>Technical&#160;Notes</span></a></li>
<li><a href="_r_f_c.html"><span>RFCs</span></a></li>
<li><a href="_s_p_e_c.html"><span>Specifications</span></a></li>
<li><a href="_g_l_s.html"><span>Glossary</span></a></li>
<li><a href="_f_t_s.html"><span>Full-Text&#160;Search</span></a></li>
<li><a href="_about.html"><span>About</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" class="search-icon" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"><span class="search-icon-dropdown"></span></span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><div id="MSearchCloseImg" class="close-icon"></div></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- main-nav -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('_h5_object_8cpp.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">H5Object.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &lt;string&gt;</code><br />
<code>#include &quot;<a class="el" href="_h5_include_8h.html">H5Include.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_exception_8h.html">H5Exception.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_id_component_8h.html">H5IdComponent.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_prop_list_8h.html">H5PropList.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_facc_prop_8h.html">H5FaccProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_fcreat_prop_8h.html">H5FcreatProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_ocreat_prop_8h.html">H5OcreatProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_dcreat_prop_8h.html">H5DcreatProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_dxfer_prop_8h.html">H5DxferProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_lcreat_prop_8h.html">H5LcreatProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_lacc_prop_8h.html">H5LaccProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_dacc_prop_8h.html">H5DaccProp.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_location_8h.html">H5Location.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_object_8h.html">H5Object.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_data_type_8h.html">H5DataType.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_data_space_8h.html">H5DataSpace.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_abstract_ds_8h.html">H5AbstractDs.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_common_f_g_8h.html">H5CommonFG.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_group_8h.html">H5Group.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_file_8h.html">H5File.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_data_set_8h.html">H5DataSet.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_h5_attribute_8h.html">H5Attribute.h</a>&quot;</code><br />
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-namespaces" class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:H5" id="r_H5"><td class="memItemLeft">namespace &#160;</td><td class="memItemRight"><a class="el" href="namespace_h5.html">H5</a></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-func-members" class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a0c8380480ed8047f97833abe159bd4dc" id="r_a0c8380480ed8047f97833abe159bd4dc"><td class="memItemLeft">void&#160;</td><td class="memItemRight"><a class="el" href="namespace_h5.html#a0c8380480ed8047f97833abe159bd4dc">f_Attribute_setId</a> (<a class="el" href="class_h5_1_1_attribute.html">Attribute</a> *attr, <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> new_id)</td></tr>
<tr class="memitem:a8a716ba96d2f6eb5edeeda4b3ba48cd3" id="r_a8a716ba96d2f6eb5edeeda4b3ba48cd3"><td class="memItemLeft">static <a class="el" href="_h5public_8h.html#a3b079ecf932a5c599499cf7e298af160">herr_t</a>&#160;</td><td class="memItemRight"><a class="el" href="namespace_h5.html#a8a716ba96d2f6eb5edeeda4b3ba48cd3">userAttrOpWrpr</a> (<a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> loc_id, const char *attr_name, const <a class="el" href="struct_h5_a__info__t.html">H5A_info_t</a> *ainfo, void *op_data)</td></tr>
<tr class="memitem:ab1a01fe914dda17529d53f5ac6bee40a" id="r_ab1a01fe914dda17529d53f5ac6bee40a"><td class="memItemLeft">static <a class="el" href="_h5public_8h.html#a3b079ecf932a5c599499cf7e298af160">herr_t</a>&#160;</td><td class="memItemRight"><a class="el" href="namespace_h5.html#ab1a01fe914dda17529d53f5ac6bee40a">userVisitOpWrpr</a> (<a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id, const char *attr_name, const <a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> *obj_info, void *op_data)</td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<div id="page-nav" class="page-nav-panel">
<div id="page-nav-resize-handle"></div>
<div id="page-nav-tree">
<div id="page-nav-contents">
</div><!-- page-nav-contents -->
</div><!-- page-nav-tree -->
</div><!-- page-nav -->
</div><!-- container -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a href="dir_b2bca091c87127f5da307455ce418719.html">c++</a></li><li class="navelem"><a href="dir_a4815dd9cce47a9a317ef1c662fb7271.html">src</a></li><li class="navelem"><a href="_h5_object_8cpp.html">H5Object.cpp</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.16.1 </li>
</ul>
</div>
</body>
</html>