2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: src/phasicFlow/streams/iStream/iOstream.hpp 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 = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "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()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / 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:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('iOstream_8hpp.html',''); initResizable(); });
/* @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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#namespaces" > Namespaces< / a > |
< a href = "#typedef-members" > Typedefs< / a > |
< a href = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > iOstream.hpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div class = "textblock" > < div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Include dependency graph for iOstream.hpp:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "iOstream_8hpp__incl.png" border = "0" usemap = "#src_2phasicFlow_2streams_2iStream_2iOstream_8hpp" alt = "" / > < / div >
< map name = "src_2phasicFlow_2streams_2iStream_2iOstream_8hpp" id = "src_2phasicFlow_2streams_2iStream_2iOstream_8hpp" >
< area shape = "rect" title = " " alt = "" coords = "5,5,180,47" / >
< area shape = "rect" href = "IOstream_8hpp.html" title = " " alt = "" coords = "37,95,148,121" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< / div > < div class = "textblock" > < div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > This graph shows which files directly or indirectly include this file:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "iOstream_8hpp__dep__incl.png" border = "0" usemap = "#src_2phasicFlow_2streams_2iStream_2iOstream_8hppdep" alt = "" / > < / div >
< map name = "src_2phasicFlow_2streams_2iStream_2iOstream_8hppdep" id = "src_2phasicFlow_2streams_2iStream_2iOstream_8hppdep" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "1705,5,1879,47" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "List_8hpp.html" title = " " alt = "" coords = "217,199,407,240" / >
< area shape = "rect" href = "ListPtr_8hpp.html" title = " " alt = "" coords = "1697,102,1887,143" / >
< area shape = "rect" href = "hashMap_8hpp.html" title = " " alt = "" coords = "1912,102,2120,143" / >
< area shape = "rect" href = "Map_8hpp.html" title = " " alt = "" coords = "2145,102,2335,143" / >
< area shape = "rect" href = "MapPtr_8hpp.html" title = " " alt = "" coords = "2359,102,2550,143" / >
< area shape = "rect" href = "span_8hpp.html" title = " " alt = "" coords = "2574,102,2765,143" / >
< area shape = "rect" href = "Vector_8hpp.html" title = " " alt = "" coords = "431,199,622,240" / >
< area shape = "rect" href = "dataEntry_8cpp.html" title = " " alt = "" coords = "5,199,192,240" / >
< area shape = "rect" href = "iEntry_8cpp.html" title = " " alt = "" coords = "647,199,833,240" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "fileSystem_8cpp.html" title = " " alt = "" coords = "2789,102,2981,143" / >
< area shape = "rect" href = "KokkosTypes_8hpp.html" title = " " alt = "" coords = "3005,102,3173,143" / >
< area shape = "rect" href = "systemControl_8cpp.html" title = " " alt = "" coords = "3198,102,3445,143" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "iIstream_8hpp.html" title = " " alt = "" coords = "1193,102,1367,143" / >
< area shape = "rect" href = "tokenIO_8cpp.html" title = " " alt = "" coords = "858,199,1033,240" / >
< area shape = "rect" href = "box_8hpp.html" title = " " alt = "" coords = "1057,199,1245,240" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "cylinder_8hpp.html" title = " " alt = "" coords = "1503,199,1697,240" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "iBox_8hpp.html" title = " " alt = "" coords = "1721,199,1909,240" / >
< area shape = "rect" href = "sphere_8hpp.html" title = " " alt = "" coords = "1933,199,2121,240" / >
< area shape = "rect" href = "Logical_8cpp.html" title = " " alt = "" coords = "2145,199,2319,240" / >
< area shape = "rect" href = "quadruple_8hpp.html" title = " " alt = "" coords = "1306,288,1494,329" / >
< area shape = "rect" href = "triple_8hpp.html" title = " " alt = "" coords = "1321,199,1479,240" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "IOstream_8cpp.html" title = " " alt = "" coords = "3469,102,3643,143" / >
< area shape = "rect" href = "iOstream_8cpp.html" title = " " alt = "" coords = "3667,102,3842,143" / >
< area shape = "rect" href = "Ostream_8hpp.html" title = " " alt = "" coords = "3866,102,4041,143" / >
< area shape = "rect" href = "token_8cpp.html" title = " " alt = "" coords = "4065,102,4239,143" / >
< area shape = "rect" href = "iTstream_8cpp.html" title = " " alt = "" coords = "4263,102,4438,143" / >
< area shape = "rect" href = "oTstream_8hpp.html" title = " " alt = "" coords = "102,102,277,143" / >
< area shape = "rect" href = "pointStructure_8cpp.html" title = " " alt = "" coords = "4463,102,4735,143" / >
< area shape = "rect" href = "triSurface_8cpp.html" title = " " alt = "" coords = "4759,95,4947,151" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< p > < a href = "iOstream_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:namespacepFlow" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
< tr class = "memitem:a65f9f75d995f3d6f3aed531f91331f35" > < td class = "memItemLeft" align = "right" valign = "top" > typedef iOstream & (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a65f9f75d995f3d6f3aed531f91331f35" > iOstreamManip< / a > ) (iOstream & )< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a65f9f75d995f3d6f3aed531f91331f35" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > An < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > manipulator. < a href = "namespacepFlow.html#a65f9f75d995f3d6f3aed531f91331f35" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a65f9f75d995f3d6f3aed531f91331f35" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a4f381427107599db1fa71a8efc58f9aa" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a4f381427107599db1fa71a8efc58f9aa" > operator< < < / a > (iOstream & os, iOstreamManip f)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a4f381427107599db1fa71a8efc58f9aa" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > operator< < handling for manipulators without arguments < a href = "namespacepFlow.html#a4f381427107599db1fa71a8efc58f9aa" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4f381427107599db1fa71a8efc58f9aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b30eaf378c69049b61f82d93d1d8dca" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a2b30eaf378c69049b61f82d93d1d8dca" > operator< < < / a > (iOstream & os, IOstreamManip f)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a2b30eaf378c69049b61f82d93d1d8dca" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > operator< < handling for manipulators without arguments < a href = "namespacepFlow.html#a2b30eaf378c69049b61f82d93d1d8dca" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2b30eaf378c69049b61f82d93d1d8dca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34575f136660c0751d5496604fcf2a11" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a34575f136660c0751d5496604fcf2a11" > indent< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a34575f136660c0751d5496604fcf2a11" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Indent stream. < a href = "namespacepFlow.html#a34575f136660c0751d5496604fcf2a11" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a34575f136660c0751d5496604fcf2a11" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b0915b78e06661e3a45337e1eb687ed" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a3b0915b78e06661e3a45337e1eb687ed" > incrIndent< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a3b0915b78e06661e3a45337e1eb687ed" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Increment the indent level. < a href = "namespacepFlow.html#a3b0915b78e06661e3a45337e1eb687ed" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3b0915b78e06661e3a45337e1eb687ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7d87392ade029114acbbf97fba2aa10d" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a7d87392ade029114acbbf97fba2aa10d" > decrIndent< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a7d87392ade029114acbbf97fba2aa10d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Decrement the indent level. < a href = "namespacepFlow.html#a7d87392ade029114acbbf97fba2aa10d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7d87392ade029114acbbf97fba2aa10d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad58799777b4299119b501a456038b21d" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ad58799777b4299119b501a456038b21d" > flush< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ad58799777b4299119b501a456038b21d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flush stream. < a href = "namespacepFlow.html#ad58799777b4299119b501a456038b21d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad58799777b4299119b501a456038b21d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aba8f0c455a3fdb4b05ad33a25b13b189" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" > endl< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:aba8f0c455a3fdb4b05ad33a25b13b189" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add newline and flush stream. < a href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aba8f0c455a3fdb4b05ad33a25b13b189" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3d59c0224e53bbebd7fcc2642c85cd6b" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a3d59c0224e53bbebd7fcc2642c85cd6b" > beginBlock< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a3d59c0224e53bbebd7fcc2642c85cd6b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin block group without a name. < a href = "namespacepFlow.html#a3d59c0224e53bbebd7fcc2642c85cd6b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3d59c0224e53bbebd7fcc2642c85cd6b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab5839850dd8d483a66ef865b60b8cdd5" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ab5839850dd8d483a66ef865b60b8cdd5" > endBlock< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab5839850dd8d483a66ef865b60b8cdd5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end block group. < a href = "namespacepFlow.html#ab5839850dd8d483a66ef865b60b8cdd5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab5839850dd8d483a66ef865b60b8cdd5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a85978c41efacc0d60ae3da45fb266d49" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a85978c41efacc0d60ae3da45fb266d49" > endEntry< / a > (iOstream & os)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a85978c41efacc0d60ae3da45fb266d49" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end entry (';') followed by newline. < a href = "namespacepFlow.html#a85978c41efacc0d60ae3da45fb266d49" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a85978c41efacc0d60ae3da45fb266d49" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a8b72f54a3806e72915bf11cee65e6f" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a6a8b72f54a3806e72915bf11cee65e6f" > operator< < < / a > (iOstream & os, const char c)< / td > < / tr >
< tr class = "separator:a6a8b72f54a3806e72915bf11cee65e6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a06e19dc3085e4dab7ecbff0f1cd678fc" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a06e19dc3085e4dab7ecbff0f1cd678fc" > operator< < < / a > (iOstream & os, const char *buf)< / td > < / tr >
< tr class = "separator:a06e19dc3085e4dab7ecbff0f1cd678fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae8a9cead6e8952d69161a9c740a468eb" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ae8a9cead6e8952d69161a9c740a468eb" > operator< < < / a > (iOstream & os, const word & w)< / td > < / tr >
< tr class = "separator:ae8a9cead6e8952d69161a9c740a468eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3c19ed3240fdea91631ea3c0dd9f5525" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a3c19ed3240fdea91631ea3c0dd9f5525" > operator< < < / a > (iOstream & os, const int64 & val)< / td > < / tr >
< tr class = "separator:a3c19ed3240fdea91631ea3c0dd9f5525" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab832114699e7c85dcdb0be6ac21c9d8c" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ab832114699e7c85dcdb0be6ac21c9d8c" > operator< < < / a > (iOstream & os, const int32 & val)< / td > < / tr >
< tr class = "separator:ab832114699e7c85dcdb0be6ac21c9d8c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9d39643b784943c59d5c4ad33e11b36c" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a9d39643b784943c59d5c4ad33e11b36c" > operator< < < / a > (iOstream & os, const int16 & val)< / td > < / tr >
< tr class = "separator:a9d39643b784943c59d5c4ad33e11b36c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afb359ca5b6b618bfd0b15c8ffa7d510f" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#afb359ca5b6b618bfd0b15c8ffa7d510f" > operator< < < / a > (iOstream & os, const int8 & val)< / td > < / tr >
< tr class = "separator:afb359ca5b6b618bfd0b15c8ffa7d510f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a705f3fdfbc67eb0d8ea2fc38611b3281" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a705f3fdfbc67eb0d8ea2fc38611b3281" > operator< < < / a > (iOstream & os, const label & val)< / td > < / tr >
< tr class = "separator:a705f3fdfbc67eb0d8ea2fc38611b3281" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac4c1eb377d75d7cf2017d41ed233f0a5" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ac4c1eb377d75d7cf2017d41ed233f0a5" > operator< < < / a > (iOstream & os, const uint32 & val)< / td > < / tr >
< tr class = "separator:ac4c1eb377d75d7cf2017d41ed233f0a5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a71e1f68678b65cacafdd0c9de79bc024" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a71e1f68678b65cacafdd0c9de79bc024" > operator< < < / a > (iOstream & os, const uint16 & val)< / td > < / tr >
< tr class = "separator:a71e1f68678b65cacafdd0c9de79bc024" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a35b77efb5bf98755656eb0efe84a124e" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a35b77efb5bf98755656eb0efe84a124e" > operator< < < / a > (iOstream & os, const float & val)< / td > < / tr >
< tr class = "separator:a35b77efb5bf98755656eb0efe84a124e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f404b4445d0f13e93a4976d24826f2f" > < td class = "memItemLeft" align = "right" valign = "top" > iOstream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a0f404b4445d0f13e93a4976d24826f2f" > operator< < < / a > (iOstream & os, const double & val)< / td > < / tr >
< tr class = "separator:a0f404b4445d0f13e93a4976d24826f2f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
< tr class = "memitem:a08e5918c2f896d908122d37a353230c9" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a08e5918c2f896d908122d37a353230c9" > defaultColor< / a > = " \033[0m" < / td > < / tr >
< tr class = "separator:a08e5918c2f896d908122d37a353230c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74eff20167d5c7cef376fd83b25e2f8d" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a74eff20167d5c7cef376fd83b25e2f8d" > blackColor< / a > = " \033[30m" < / td > < / tr >
< tr class = "separator:a74eff20167d5c7cef376fd83b25e2f8d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5baf5737dcaddf5c26107d7ecce88533" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a5baf5737dcaddf5c26107d7ecce88533" > redColor< / a > = " \033[31m" < / td > < / tr >
< tr class = "separator:a5baf5737dcaddf5c26107d7ecce88533" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4fcac190f6e62656ac9a86d383b89f4e" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a4fcac190f6e62656ac9a86d383b89f4e" > greenColor< / a > = " \033[32m" < / td > < / tr >
< tr class = "separator:a4fcac190f6e62656ac9a86d383b89f4e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a47b7813fed88060b439cf45acff0b1e1" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a47b7813fed88060b439cf45acff0b1e1" > yellowColor< / a > = " \033[33m" < / td > < / tr >
< tr class = "separator:a47b7813fed88060b439cf45acff0b1e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3687caf109aebbf27bcadf16ecf263b1" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a3687caf109aebbf27bcadf16ecf263b1" > blueColor< / a > = " \033[34m" < / td > < / tr >
< tr class = "separator:a3687caf109aebbf27bcadf16ecf263b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad12f9c5c03dad5208993a879fbbbf208" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#ad12f9c5c03dad5208993a879fbbbf208" > magentaColor< / a > = " \033[35m" < / td > < / tr >
< tr class = "separator:ad12f9c5c03dad5208993a879fbbbf208" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a9b19c2b32429837f2f61764ad2eb69" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a6a9b19c2b32429837f2f61764ad2eb69" > cyanColor< / a > = " \033[36m" < / td > < / tr >
< tr class = "separator:a6a9b19c2b32429837f2f61764ad2eb69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a87310f8fb79cb50d650746ee6ec46b" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a1a87310f8fb79cb50d650746ee6ec46b" > whiteColor< / a > = " \033[37m" < / td > < / tr >
< tr class = "separator:a1a87310f8fb79cb50d650746ee6ec46b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f6dbbff761fa51344d4f7873a986880" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "iOstream_8hpp.html#a4f6dbbff761fa51344d4f7873a986880" > boldChar< / a > = " \033[1m" < / td > < / tr >
< tr class = "separator:a4f6dbbff761fa51344d4f7873a986880" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afce5c7cfed2d53e6b1fd9293ef336934" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#afce5c7cfed2d53e6b1fd9293ef336934" > tab< / a > = '\t'< / td > < / tr >
< tr class = "separator:afce5c7cfed2d53e6b1fd9293ef336934" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afbf3861e53bc13fd6c82d9eae8f97378" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#afbf3861e53bc13fd6c82d9eae8f97378" > nl< / a > = '\< a class = "el" href = "NBSLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f" > n< / a > '< / td > < / tr >
< tr class = "separator:afbf3861e53bc13fd6c82d9eae8f97378" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Variable Documentation< / h2 >
< a id = "a08e5918c2f896d908122d37a353230c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08e5918c2f896d908122d37a353230c9" > ◆ < / a > < / span > defaultColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* defaultColor = " \033[0m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00081" > pFlow::PFtoVTK::convertIntPointField()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00119" > pFlow::PFtoVTK::convertRealTypePointField()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00149" > pFlow::PFtoVTK::convertRealx3TypePointField()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00151" > pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00289" > pFlow::PFtoVTK::convertTimeFolderPointFields()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00360" > pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected()< / a > , and < a class = "el" href = "Timer_8cpp_source.html#l00052" > Timer::write()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a74eff20167d5c7cef376fd83b25e2f8d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a74eff20167d5c7cef376fd83b25e2f8d" > ◆ < / a > < / span > blackColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* blackColor = " \033[30m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00032" > 32< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a5baf5737dcaddf5c26107d7ecce88533" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5baf5737dcaddf5c26107d7ecce88533" > ◆ < / a > < / span > redColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* redColor = " \033[31m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a4fcac190f6e62656ac9a86d383b89f4e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4fcac190f6e62656ac9a86d383b89f4e" > ◆ < / a > < / span > greenColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* greenColor = " \033[32m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00081" > pFlow::PFtoVTK::convertIntPointField()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00119" > pFlow::PFtoVTK::convertRealTypePointField()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00149" > pFlow::PFtoVTK::convertRealx3TypePointField()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00151" > pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField()< / a > , and < a class = "el" href = "Timer_8cpp_source.html#l00052" > Timer::write()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a47b7813fed88060b439cf45acff0b1e1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a47b7813fed88060b439cf45acff0b1e1" > ◆ < / a > < / span > yellowColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* yellowColor = " \033[33m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00289" > pFlow::PFtoVTK::convertTimeFolderPointFields()< / a > , < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00360" > pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected()< / a > , and < a class = "el" href = "Timer_8cpp_source.html#l00052" > Timer::write()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a3687caf109aebbf27bcadf16ecf263b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3687caf109aebbf27bcadf16ecf263b1" > ◆ < / a > < / span > blueColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* blueColor = " \033[34m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad12f9c5c03dad5208993a879fbbbf208" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad12f9c5c03dad5208993a879fbbbf208" > ◆ < / a > < / span > magentaColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* magentaColor = " \033[35m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6a9b19c2b32429837f2f61764ad2eb69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a9b19c2b32429837f2f61764ad2eb69" > ◆ < / a > < / span > cyanColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* cyanColor = " \033[36m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a1a87310f8fb79cb50d650746ee6ec46b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a87310f8fb79cb50d650746ee6ec46b" > ◆ < / a > < / span > whiteColor< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* whiteColor = " \033[37m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a4f6dbbff761fa51344d4f7873a986880" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f6dbbff761fa51344d4f7873a986880" > ◆ < / a > < / span > boldChar< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* boldChar = " \033[1m" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Timer_8cpp_source.html#l00052" > Timer::write()< / a > .< / p >
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< 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_cd7a5046d028e114fc17b2ebc2bd02d2.html" > phasicFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b13948a90891cb8a59f39ab8c50a8102.html" > streams< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_db26f2bafe059aba76429081e630a92d.html" > iStream< / a > < / li > < li class = "navelem" > < a class = "el" href = "iOstream_8hpp.html" > iOstream.hpp< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >