2025-01-19 12:24:13 -05:00
<!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" lang = "en-US" >
< 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.13.2" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2025-06-11 11:41:55 -04:00
< title > SERiF: src/dobj/private/Metadata.cpp File Reference< / title >
2025-01-19 12:24:13 -05:00
< 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 >
< script type = "text/javascript" src = "clipboard.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 = "resize.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 >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2025-06-11 11:41:55 -04:00
< link href = "doxygen-awesome.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome-sidebar-only.css" rel = "stylesheet" type = "text/css" / >
2025-01-19 12:24:13 -05:00
< / 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 = "projectalign" >
2025-06-11 11:41:55 -04:00
< div id = "projectname" > SERiF< span id = "projectnumber" >   0.0.1a< / span >
2025-01-19 12:24:13 -05:00
< / div >
2025-06-11 11:41:55 -04:00
< div id = "projectbrief" > 3+1D Stellar Structure and Evolution< / div >
2025-01-19 12:24:13 -05:00
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
< / script >
2025-06-11 11:41:55 -04:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
2025-01-19 12:24:13 -05:00
< / 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" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function(){initNavTree('_metadata_8cpp.html',''); initResizable(true); });
/* @license-end */
< / script >
< 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 = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" > < div class = "title" > Metadata.cpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Implementation of the < a class = "el" href = "class_metadata.html" title = "Represents metadata information for data objects in the dobj module." > Metadata< / a > class used in the dobj module.
< a href = "#details" > More...< / a > < / p >
< div class = "textblock" > < code > #include " < a class = "el" href = "_metadata_8h_source.html" > Metadata.h< / a > " < / code > < br / >
2025-06-11 11:41:55 -04:00
< / div >
< p > < a href = "_metadata_8cpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
2025-01-19 12:24:13 -05:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a12949a1ea26c4ff1afeb97101c0493c5" id = "r_a12949a1ea26c4ff1afeb97101c0493c5" > < td class = "memItemLeft" align = "right" valign = "top" > std::ostream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a12949a1ea26c4ff1afeb97101c0493c5" > operator< < < / a > (std::ostream & os, const < a class = "el" href = "class_metadata.html" > Metadata< / a > & metadata)< / td > < / tr >
< tr class = "memdesc:a12949a1ea26c4ff1afeb97101c0493c5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Prints the metadata information for debugging purposes. < br / > < / td > < / tr >
< tr class = "separator:a12949a1ea26c4ff1afeb97101c0493c5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Implementation of the < a class = "el" href = "class_metadata.html" title = "Represents metadata information for data objects in the dobj module." > Metadata< / a > class used in the dobj module. < / p >
< p > Provides methods to manage metadata for data objects, including size, type, dimensions, and debugging flags. < / p >
2025-06-11 11:41:55 -04:00
< p class = "definition" > Definition in file < a class = "el" href = "_metadata_8cpp_source.html" > Metadata.cpp< / a > .< / p >
2025-01-19 12:24:13 -05:00
< / div > < h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "a12949a1ea26c4ff1afeb97101c0493c5" name = "a12949a1ea26c4ff1afeb97101c0493c5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a12949a1ea26c4ff1afeb97101c0493c5" > ◆   < / a > < / span > operator< < ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::ostream & operator< < < / td >
< td > (< / td >
< td class = "paramtype" > std::ostream & < / td > < td class = "paramname" > < span class = "paramname" > < em > os< / em > < / span > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "class_metadata.html" > Metadata< / a > & < / td > < td class = "paramname" > < span class = "paramname" > < em > metadata< / em > < / span >   )< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Prints the metadata information for debugging purposes. < / p >
< p > This function provides a human-readable summary of the metadata. Useful for quick checks or logging during debugging sessions.< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > os< / td > < td > The output stream to print to. < / td > < / tr >
< tr > < td class = "paramname" > metadata< / td > < td > The < a class = "el" href = "class_metadata.html" title = "Represents metadata information for data objects in the dobj module." > Metadata< / a > object to print. < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > A reference to the output stream. < / dd > < / dl >
2025-06-11 11:41:55 -04:00
< p class = "definition" > Definition at line < a class = "el" href = "_metadata_8cpp_source.html#l00146" > 146< / a > of file < a class = "el" href = "_metadata_8cpp_source.html" > Metadata.cpp< / a > .< / p >
2025-01-19 12:24:13 -05:00
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_768194193337d64eaa7edd2c5f5038a4.html" > dobj< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_4e6f6de88c62da29e0ddd0d8e63af038.html" > private< / a > < / li > < li class = "navelem" > < a class = "el" href = "_metadata_8cpp.html" > Metadata.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.13.2 < / li >
< / ul >
< / div >
< / body >
< / html >