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: iOstream Class 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('classpFlow_1_1iOstream.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 = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "#pro-static-attribs" > Static Protected Attributes< / a > |
< a href = "classpFlow_1_1iOstream-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > iOstream Class Reference< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< p > Interface class for any output stream.
< a href = "classpFlow_1_1iOstream.html#details" > More...< / a > < / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for iOstream:< / 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 = "classpFlow_1_1iOstream__inherit__graph.png" border = "0" usemap = "#iOstream_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for iOstream:< / 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 = "classpFlow_1_1iOstream__coll__graph.png" border = "0" usemap = "#iOstream_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a23526bd51aa20b0822272995e8db1cbe" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a23526bd51aa20b0822272995e8db1cbe" > iOstream< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a23526bd51aa20b0822272995e8db1cbe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Default. < a href = "classpFlow_1_1iOstream.html#a23526bd51aa20b0822272995e8db1cbe" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a23526bd51aa20b0822272995e8db1cbe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:af225817097ed9a46fa605c401c8d921a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#af225817097ed9a46fa605c401c8d921a" > iOstream< / a > (< a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > wF)< / td > < / tr >
< tr class = "memdesc:af225817097ed9a46fa605c401c8d921a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from writeFormat. < a href = "classpFlow_1_1iOstream.html#af225817097ed9a46fa605c401c8d921a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af225817097ed9a46fa605c401c8d921a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac0ba482c100b36424e389a81168c2e56" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ac0ba482c100b36424e389a81168c2e56" > iOstream< / a > (const < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & )=default< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ac0ba482c100b36424e389a81168c2e56" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy construct. < a href = "classpFlow_1_1iOstream.html#ac0ba482c100b36424e389a81168c2e56" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac0ba482c100b36424e389a81168c2e56" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab55acff18b8c2779c835f2b6205742c1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ab55acff18b8c2779c835f2b6205742c1" > ~iOstream< / a > ()=default< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab55acff18b8c2779c835f2b6205742c1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1iOstream.html#ab55acff18b8c2779c835f2b6205742c1" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab55acff18b8c2779c835f2b6205742c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8da7514808d6493ccfd30582fc945aa1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a8da7514808d6493ccfd30582fc945aa1" > write< / a > (const < a class = "el" href = "classpFlow_1_1token.html" > token< / a > & tok)=0< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a8da7514808d6493ccfd30582fc945aa1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write token to stream or otherwise handle it. < a href = "classpFlow_1_1iOstream.html#a8da7514808d6493ccfd30582fc945aa1" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8da7514808d6493ccfd30582fc945aa1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf65170aebfd3e73c32baa5e252c673c" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#acf65170aebfd3e73c32baa5e252c673c" > write< / a > (const char c)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:acf65170aebfd3e73c32baa5e252c673c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write character. < a href = "classpFlow_1_1iOstream.html#acf65170aebfd3e73c32baa5e252c673c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:acf65170aebfd3e73c32baa5e252c673c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a39550531f2bbcbf045f38923b37b5cb5" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a39550531f2bbcbf045f38923b37b5cb5" > write< / a > (const char *str)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a39550531f2bbcbf045f38923b37b5cb5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write character string. < a href = "classpFlow_1_1iOstream.html#a39550531f2bbcbf045f38923b37b5cb5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a39550531f2bbcbf045f38923b37b5cb5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c8d9b598002b80d43961c0a39669bc2" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a1c8d9b598002b80d43961c0a39669bc2" > write< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & str)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a1c8d9b598002b80d43961c0a39669bc2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write word. < a href = "classpFlow_1_1iOstream.html#a1c8d9b598002b80d43961c0a39669bc2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a1c8d9b598002b80d43961c0a39669bc2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5298a8cf79628503243d120981f35903" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a5298a8cf79628503243d120981f35903" > writeQuoted< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & str, const bool quoted=true)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a5298a8cf79628503243d120981f35903" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write std::string surrounded by quotes. < a href = "classpFlow_1_1iOstream.html#a5298a8cf79628503243d120981f35903" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5298a8cf79628503243d120981f35903" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae4062a9049d12a4b01428f5d98f08860" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ae4062a9049d12a4b01428f5d98f08860" > write< / a > (const < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a > val)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ae4062a9049d12a4b01428f5d98f08860" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write int64. < a href = "classpFlow_1_1iOstream.html#ae4062a9049d12a4b01428f5d98f08860" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae4062a9049d12a4b01428f5d98f08860" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad51d78dad7e75463d30fe1f429dd5775" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ad51d78dad7e75463d30fe1f429dd5775" > write< / a > (const < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > val)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ad51d78dad7e75463d30fe1f429dd5775" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write int32. < a href = "classpFlow_1_1iOstream.html#ad51d78dad7e75463d30fe1f429dd5775" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad51d78dad7e75463d30fe1f429dd5775" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:abfc5b75191d4b3a8b68ddfa17c5a82b5" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#abfc5b75191d4b3a8b68ddfa17c5a82b5" > write< / a > (const < a class = "el" href = "namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e" > int8< / a > val)=0< / td > < / tr >
< tr class = "memdesc:abfc5b75191d4b3a8b68ddfa17c5a82b5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write int8. < a href = "classpFlow_1_1iOstream.html#abfc5b75191d4b3a8b68ddfa17c5a82b5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:abfc5b75191d4b3a8b68ddfa17c5a82b5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73dc5c502aa53276d11ab6a290ddc06d" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a73dc5c502aa53276d11ab6a290ddc06d" > write< / a > (const < a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > uint64< / a > val)=0< / td > < / tr >
< tr class = "memdesc:a73dc5c502aa53276d11ab6a290ddc06d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write uint64. < a href = "classpFlow_1_1iOstream.html#a73dc5c502aa53276d11ab6a290ddc06d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a73dc5c502aa53276d11ab6a290ddc06d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a081c0399c336c4eb1621c19b2ea153ce" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a081c0399c336c4eb1621c19b2ea153ce" > write< / a > (const < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > val)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a081c0399c336c4eb1621c19b2ea153ce" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write uint32. < a href = "classpFlow_1_1iOstream.html#a081c0399c336c4eb1621c19b2ea153ce" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a081c0399c336c4eb1621c19b2ea153ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a6421e78f943e9579f3c5d632a2595d23" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a6421e78f943e9579f3c5d632a2595d23" > write< / a > (const < a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > uint8< / a > val)=0< / td > < / tr >
< tr class = "memdesc:a6421e78f943e9579f3c5d632a2595d23" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write uint8. < a href = "classpFlow_1_1iOstream.html#a6421e78f943e9579f3c5d632a2595d23" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6421e78f943e9579f3c5d632a2595d23" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a81f4ff39d4e5b2a102c38ab5edea0405" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a81f4ff39d4e5b2a102c38ab5edea0405" > write< / a > (const float val)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a81f4ff39d4e5b2a102c38ab5edea0405" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write float. < a href = "classpFlow_1_1iOstream.html#a81f4ff39d4e5b2a102c38ab5edea0405" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a81f4ff39d4e5b2a102c38ab5edea0405" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe32853bb554bc8c86197960948106a7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#afe32853bb554bc8c86197960948106a7" > write< / a > (const double val)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:afe32853bb554bc8c86197960948106a7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write double. < a href = "classpFlow_1_1iOstream.html#afe32853bb554bc8c86197960948106a7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afe32853bb554bc8c86197960948106a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa201eba0105238d7ea54a71d154fec39" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#aa201eba0105238d7ea54a71d154fec39" > write< / a > (const < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > val)=0< / td > < / tr >
< tr class = "memdesc:aa201eba0105238d7ea54a71d154fec39" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write size_t. < a href = "classpFlow_1_1iOstream.html#aa201eba0105238d7ea54a71d154fec39" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa201eba0105238d7ea54a71d154fec39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a1a7bd509fa8e7fe077bff6c4b36b31c4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a1a7bd509fa8e7fe077bff6c4b36b31c4" > write< / a > (const char *binaryData, std::streamsize < a class = "el" href = "namespacepFlow.html#ab484dde689e0549b38dbaf95068150af" > count< / a > )=0< / td > < / tr >
< tr class = "memdesc:a1a7bd509fa8e7fe077bff6c4b36b31c4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write a block of binray data. < a href = "classpFlow_1_1iOstream.html#a1a7bd509fa8e7fe077bff6c4b36b31c4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1a7bd509fa8e7fe077bff6c4b36b31c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a183156ea21e90ebf2c97cd46eb367148" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a183156ea21e90ebf2c97cd46eb367148" > writeBinaryBlockFlag< / a > ()< / td > < / tr >
< tr class = "memdesc:a183156ea21e90ebf2c97cd46eb367148" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the flag to indicate the start of a binary block. < a href = "classpFlow_1_1iOstream.html#a183156ea21e90ebf2c97cd46eb367148" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a183156ea21e90ebf2c97cd46eb367148" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91b2463ca484cf634c73eba7573e8419" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a91b2463ca484cf634c73eba7573e8419" > seek< / a > (< a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > pos)=0< / td > < / tr >
< tr class = "separator:a91b2463ca484cf634c73eba7573e8419" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a6f9f89f73f75f7dec4546766148b60d7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a6f9f89f73f75f7dec4546766148b60d7" > indent< / a > ()=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a6f9f89f73f75f7dec4546766148b60d7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add indentation characters. < a href = "classpFlow_1_1iOstream.html#a6f9f89f73f75f7dec4546766148b60d7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6f9f89f73f75f7dec4546766148b60d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a50fd431a605cc8733cff59aa38561ac6" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a50fd431a605cc8733cff59aa38561ac6" > indentSize< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a50fd431a605cc8733cff59aa38561ac6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return indent level. < a href = "classpFlow_1_1iOstream.html#a50fd431a605cc8733cff59aa38561ac6" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a50fd431a605cc8733cff59aa38561ac6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad54d41159bfc69e58ea34396adb736ee" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ad54d41159bfc69e58ea34396adb736ee" > indentSize< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ad54d41159bfc69e58ea34396adb736ee" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Access to indent size. < a href = "classpFlow_1_1iOstream.html#ad54d41159bfc69e58ea34396adb736ee" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad54d41159bfc69e58ea34396adb736ee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67e8e9a697d0918583e4b21a4607c964" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a67e8e9a697d0918583e4b21a4607c964" > indentLevel< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a67e8e9a697d0918583e4b21a4607c964" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return indent level. < a href = "classpFlow_1_1iOstream.html#a67e8e9a697d0918583e4b21a4607c964" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a67e8e9a697d0918583e4b21a4607c964" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf8c4f31a0d7a84e7da24e553ec86cf3" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#acf8c4f31a0d7a84e7da24e553ec86cf3" > indentLevel< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:acf8c4f31a0d7a84e7da24e553ec86cf3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Access to indent level. < a href = "classpFlow_1_1iOstream.html#acf8c4f31a0d7a84e7da24e553ec86cf3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:acf8c4f31a0d7a84e7da24e553ec86cf3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79a5f541a96c769ad3b3bf66aff49115" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115" > incrIndent< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a79a5f541a96c769ad3b3bf66aff49115" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Increment the indent level. < a href = "classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a79a5f541a96c769ad3b3bf66aff49115" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae18e78f7ce58c60f648722fd7f8bdcbd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ae18e78f7ce58c60f648722fd7f8bdcbd" > decrIndent< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ae18e78f7ce58c60f648722fd7f8bdcbd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Decrement the indent level. < a href = "classpFlow_1_1iOstream.html#ae18e78f7ce58c60f648722fd7f8bdcbd" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae18e78f7ce58c60f648722fd7f8bdcbd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab440fa44645864fa1f9595b19d77bed0" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ab440fa44645864fa1f9595b19d77bed0" > beginBlock< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & kw)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab440fa44645864fa1f9595b19d77bed0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin block group with a name Increments indentation, adds newline. < a href = "classpFlow_1_1iOstream.html#ab440fa44645864fa1f9595b19d77bed0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab440fa44645864fa1f9595b19d77bed0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeb38275dc0471cbc5f14ba380df1e0ce" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#aeb38275dc0471cbc5f14ba380df1e0ce" > beginBlock< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:aeb38275dc0471cbc5f14ba380df1e0ce" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin block group without a name Increments indentation, adds newline. < a href = "classpFlow_1_1iOstream.html#aeb38275dc0471cbc5f14ba380df1e0ce" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aeb38275dc0471cbc5f14ba380df1e0ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1850a128366512b2539de09dc0622358" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a1850a128366512b2539de09dc0622358" > endBlock< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a1850a128366512b2539de09dc0622358" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end block group Decrements indentation, adds newline. < a href = "classpFlow_1_1iOstream.html#a1850a128366512b2539de09dc0622358" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a1850a128366512b2539de09dc0622358" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c568592efaca699bbebbf34960a5b76" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a1c568592efaca699bbebbf34960a5b76" > beginList< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a1c568592efaca699bbebbf34960a5b76" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin list "(". < a href = "classpFlow_1_1iOstream.html#a1c568592efaca699bbebbf34960a5b76" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a1c568592efaca699bbebbf34960a5b76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2129fe0304cab5987f6a4db12dcfaa2c" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a2129fe0304cab5987f6a4db12dcfaa2c" > beginList< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & kw)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a2129fe0304cab5987f6a4db12dcfaa2c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin list with keyword "kw (". < a href = "classpFlow_1_1iOstream.html#a2129fe0304cab5987f6a4db12dcfaa2c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2129fe0304cab5987f6a4db12dcfaa2c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b8a8d645b92f6f46a2a4319de8cd6a1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a7b8a8d645b92f6f46a2a4319de8cd6a1" > endList< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a7b8a8d645b92f6f46a2a4319de8cd6a1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end list ")". < a href = "classpFlow_1_1iOstream.html#a7b8a8d645b92f6f46a2a4319de8cd6a1" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7b8a8d645b92f6f46a2a4319de8cd6a1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a05e38ce82900bb8c51d86ae214898e2d" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a05e38ce82900bb8c51d86ae214898e2d" > beginSquare< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a05e38ce82900bb8c51d86ae214898e2d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin list "[". < a href = "classpFlow_1_1iOstream.html#a05e38ce82900bb8c51d86ae214898e2d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a05e38ce82900bb8c51d86ae214898e2d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7fde8e534b51edb398e180ea97215c3" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ab7fde8e534b51edb398e180ea97215c3" > beginSquare< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & kw)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab7fde8e534b51edb398e180ea97215c3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write begin list with keyword "kw [". < a href = "classpFlow_1_1iOstream.html#ab7fde8e534b51edb398e180ea97215c3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab7fde8e534b51edb398e180ea97215c3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a63bdc1079581492459ced30d6e523d17" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a63bdc1079581492459ced30d6e523d17" > endSquare< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a63bdc1079581492459ced30d6e523d17" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end list "]". < a href = "classpFlow_1_1iOstream.html#a63bdc1079581492459ced30d6e523d17" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a63bdc1079581492459ced30d6e523d17" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ddd99bc2797e644b86f74dd1c176f4a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a2ddd99bc2797e644b86f74dd1c176f4a" > endEntry< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a2ddd99bc2797e644b86f74dd1c176f4a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write end entry (';') followed by newline. < a href = "classpFlow_1_1iOstream.html#a2ddd99bc2797e644b86f74dd1c176f4a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2ddd99bc2797e644b86f74dd1c176f4a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a577f32ec301e562d6a205c6bd15fc005" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a577f32ec301e562d6a205c6bd15fc005" > newLine< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a577f32ec301e562d6a205c6bd15fc005" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write a newLine to stream. < a href = "classpFlow_1_1iOstream.html#a577f32ec301e562d6a205c6bd15fc005" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a577f32ec301e562d6a205c6bd15fc005" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adab69c3b447db5491b3b7e2a6e1c39a7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#adab69c3b447db5491b3b7e2a6e1c39a7" > space< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1" > n< / a > =1)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:adab69c3b447db5491b3b7e2a6e1c39a7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write space to stream. < a href = "classpFlow_1_1iOstream.html#adab69c3b447db5491b3b7e2a6e1c39a7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:adab69c3b447db5491b3b7e2a6e1c39a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af746580dedb817d31f5060ee684b9543" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#af746580dedb817d31f5060ee684b9543" > writeWordKeyword< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & kw)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:af746580dedb817d31f5060ee684b9543" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the keyword followed by an appropriate indentation. < a href = "classpFlow_1_1iOstream.html#af746580dedb817d31f5060ee684b9543" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:af746580dedb817d31f5060ee684b9543" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21c60a5f3cd7a26eb97fa28923cbaec6" > < td class = "memTemplParams" colspan = "2" > template< class T > < / td > < / tr >
< tr class = "memitem:a21c60a5f3cd7a26eb97fa28923cbaec6" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a21c60a5f3cd7a26eb97fa28923cbaec6" > writeWordEntry< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & key, const T & value)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a21c60a5f3cd7a26eb97fa28923cbaec6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write a keyword/value entry. < a href = "classpFlow_1_1iOstream.html#a21c60a5f3cd7a26eb97fa28923cbaec6" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a21c60a5f3cd7a26eb97fa28923cbaec6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a76ac4e711fc2bb61f8ad532e5bf687c7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a76ac4e711fc2bb61f8ad532e5bf687c7" > startOfBinaryStreaming< / a > ()=0< / td > < / tr >
< tr class = "memdesc:a76ac4e711fc2bb61f8ad532e5bf687c7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add a new line and flush stream. < a href = "classpFlow_1_1iOstream.html#a76ac4e711fc2bb61f8ad532e5bf687c7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a76ac4e711fc2bb61f8ad532e5bf687c7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a38e991811d9d680487c9a75363d5c332" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a38e991811d9d680487c9a75363d5c332" > endOfBinaryStreaming< / a > ()=0< / td > < / tr >
< tr class = "memdesc:a38e991811d9d680487c9a75363d5c332" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reach end of file add a new line and flush stream. < a href = "classpFlow_1_1iOstream.html#a38e991811d9d680487c9a75363d5c332" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a38e991811d9d680487c9a75363d5c332" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a50ab71f4bc571f6e246b20db4b3dd131" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a50ab71f4bc571f6e246b20db4b3dd131" > flush< / a > ()=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a50ab71f4bc571f6e246b20db4b3dd131" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flush stream. < a href = "classpFlow_1_1iOstream.html#a50ab71f4bc571f6e246b20db4b3dd131" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a50ab71f4bc571f6e246b20db4b3dd131" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a83faa3c12024b2e49e8c7c712d7c96f7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a83faa3c12024b2e49e8c7c712d7c96f7" > endl< / a > ()=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a83faa3c12024b2e49e8c7c712d7c96f7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add newline and flush stream. < a href = "classpFlow_1_1iOstream.html#a83faa3c12024b2e49e8c7c712d7c96f7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a83faa3c12024b2e49e8c7c712d7c96f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48bfc022814fde9f078fd43a0824904b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a48bfc022814fde9f078fd43a0824904b" > fill< / a > () const =0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a48bfc022814fde9f078fd43a0824904b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get padding character. < a href = "classpFlow_1_1iOstream.html#a48bfc022814fde9f078fd43a0824904b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a48bfc022814fde9f078fd43a0824904b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a155bede14108e5cd94032e0840c93053" > < td class = "memItemLeft" align = "right" valign = "top" > virtual char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a155bede14108e5cd94032e0840c93053" > fill< / a > (const char fillch)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a155bede14108e5cd94032e0840c93053" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set padding character for formatted field up to field width. < a href = "classpFlow_1_1iOstream.html#a155bede14108e5cd94032e0840c93053" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a155bede14108e5cd94032e0840c93053" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8d1d1bfe5ed13f36f809f443a8107215" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a8d1d1bfe5ed13f36f809f443a8107215" > width< / a > () const =0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a8d1d1bfe5ed13f36f809f443a8107215" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get width of output field. < a href = "classpFlow_1_1iOstream.html#a8d1d1bfe5ed13f36f809f443a8107215" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8d1d1bfe5ed13f36f809f443a8107215" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8e70826ca9f5a81f878bdd780fc87304" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a8e70826ca9f5a81f878bdd780fc87304" > width< / a > (const int w)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a8e70826ca9f5a81f878bdd780fc87304" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set width of output field (and return old width) < a href = "classpFlow_1_1iOstream.html#a8e70826ca9f5a81f878bdd780fc87304" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8e70826ca9f5a81f878bdd780fc87304" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79148b1315843f58a63a1a13edea0389" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a79148b1315843f58a63a1a13edea0389" > precision< / a > () const =0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a79148b1315843f58a63a1a13edea0389" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get precision of output field. < a href = "classpFlow_1_1iOstream.html#a79148b1315843f58a63a1a13edea0389" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a79148b1315843f58a63a1a13edea0389" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae25bb32775145887697b544876ba63cc" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#ae25bb32775145887697b544876ba63cc" > precision< / a > (const int p)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ae25bb32775145887697b544876ba63cc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set precision of output field (and return old precision) < a href = "classpFlow_1_1iOstream.html#ae25bb32775145887697b544876ba63cc" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae25bb32775145887697b544876ba63cc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6fe16408cba993c758c545470584bdb6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a6fe16408cba993c758c545470584bdb6" > operator()< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a6fe16408cba993c758c545470584bdb6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return a non-const reference to const < a class = "el" href = "classpFlow_1_1iOstream.html" title = "Interface class for any output stream." > iOstream< / a > Needed for write functions where the stream argument is temporary: e.g. < a href = "classpFlow_1_1iOstream.html#a6fe16408cba993c758c545470584bdb6" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6fe16408cba993c758c545470584bdb6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:a685ead9e00563a9b3d0c4753eac347a2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a685ead9e00563a9b3d0c4753eac347a2" > IOstream< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a685ead9e00563a9b3d0c4753eac347a2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Default. < a href = "classpFlow_1_1IOstream.html#a685ead9e00563a9b3d0c4753eac347a2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a685ead9e00563a9b3d0c4753eac347a2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a26824d6240feaec7589240d8c974ee05 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a26824d6240feaec7589240d8c974ee05" > IOstream< / a > (< a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > wF)< / td > < / tr >
< tr class = "memdesc:a26824d6240feaec7589240d8c974ee05 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct and set write format. < a href = "classpFlow_1_1IOstream.html#a26824d6240feaec7589240d8c974ee05" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a26824d6240feaec7589240d8c974ee05 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a65d31aa1e9f9e2c0fde5613c17647e40 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a65d31aa1e9f9e2c0fde5613c17647e40" > IOstream< / a > (const < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > & )=default< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a65d31aa1e9f9e2c0fde5613c17647e40 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy. < a href = "classpFlow_1_1IOstream.html#a65d31aa1e9f9e2c0fde5613c17647e40" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a65d31aa1e9f9e2c0fde5613c17647e40 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a216ce04def77e62d9132be3ce232afcc inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a216ce04def77e62d9132be3ce232afcc" > ~IOstream< / a > ()=default< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a216ce04def77e62d9132be3ce232afcc inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1IOstream.html#a216ce04def77e62d9132be3ce232afcc" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a216ce04def77e62d9132be3ce232afcc inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac9b54653d0ec63ee05f64a185437b335 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" > name< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ac9b54653d0ec63ee05f64a185437b335 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return the name of the stream. < a href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac9b54653d0ec63ee05f64a185437b335 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a093459b3399aba6fe0f57bbbc2925bc2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a093459b3399aba6fe0f57bbbc2925bc2" > name< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a093459b3399aba6fe0f57bbbc2925bc2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return non-const access to the name of the stream. < a href = "classpFlow_1_1IOstream.html#a093459b3399aba6fe0f57bbbc2925bc2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a093459b3399aba6fe0f57bbbc2925bc2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a367eb3425fc4e8270e2aa961df8ac8a5 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a367eb3425fc4e8270e2aa961df8ac8a5" > check< / a > (const char *operation) const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a367eb3425fc4e8270e2aa961df8ac8a5 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check < a class = "el" href = "classpFlow_1_1IOstream.html" title = "A base calss for input/output streams." > IOstream< / a > status for given operation. < a href = "classpFlow_1_1IOstream.html#a367eb3425fc4e8270e2aa961df8ac8a5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a367eb3425fc4e8270e2aa961df8ac8a5 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a281bbfd1fe6ab10377d7cb1f5111044d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a281bbfd1fe6ab10377d7cb1f5111044d" > fatalCheck< / a > (const char *operation) const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a281bbfd1fe6ab10377d7cb1f5111044d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check < a class = "el" href = "classpFlow_1_1IOstream.html" title = "A base calss for input/output streams." > IOstream< / a > status for given operation. < a href = "classpFlow_1_1IOstream.html#a281bbfd1fe6ab10377d7cb1f5111044d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a281bbfd1fe6ab10377d7cb1f5111044d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a298583c3d514f1169bfc43169ba78c38 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a298583c3d514f1169bfc43169ba78c38" > opened< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a298583c3d514f1169bfc43169ba78c38 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if stream has been opened. < a href = "classpFlow_1_1IOstream.html#a298583c3d514f1169bfc43169ba78c38" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a298583c3d514f1169bfc43169ba78c38 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae54500202b0333927a28c440c85cf07e inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ae54500202b0333927a28c440c85cf07e" > closed< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ae54500202b0333927a28c440c85cf07e inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if stream is closed. < a href = "classpFlow_1_1IOstream.html#ae54500202b0333927a28c440c85cf07e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae54500202b0333927a28c440c85cf07e inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:aee3ba44cd3f14501633ae2e8ea04b4d0 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#aee3ba44cd3f14501633ae2e8ea04b4d0" > isBinary< / a > () const< / td > < / tr >
< tr class = "memdesc:aee3ba44cd3f14501633ae2e8ea04b4d0 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if stream format is binray. < a href = "classpFlow_1_1IOstream.html#aee3ba44cd3f14501633ae2e8ea04b4d0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aee3ba44cd3f14501633ae2e8ea04b4d0 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:abdcc7f96f487faadc7769afcf58fe992 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#abdcc7f96f487faadc7769afcf58fe992" > good< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:abdcc7f96f487faadc7769afcf58fe992 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if next operation might succeed. < a href = "classpFlow_1_1IOstream.html#abdcc7f96f487faadc7769afcf58fe992" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:abdcc7f96f487faadc7769afcf58fe992 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af3418ac60d0d7a303478f29a387feb3c inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#af3418ac60d0d7a303478f29a387feb3c" > eof< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:af3418ac60d0d7a303478f29a387feb3c inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if end of input seen. < a href = "classpFlow_1_1IOstream.html#af3418ac60d0d7a303478f29a387feb3c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:af3418ac60d0d7a303478f29a387feb3c inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48de1a2345c4519dd5d19c67dcce62ed inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a48de1a2345c4519dd5d19c67dcce62ed" > fail< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a48de1a2345c4519dd5d19c67dcce62ed inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if next operation will fail. < a href = "classpFlow_1_1IOstream.html#a48de1a2345c4519dd5d19c67dcce62ed" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a48de1a2345c4519dd5d19c67dcce62ed inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f7290a5d70f30e1b1b42c8ac4a6082d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d" > bad< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a9f7290a5d70f30e1b1b42c8ac4a6082d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if stream is corrupted. < a href = "classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9f7290a5d70f30e1b1b42c8ac4a6082d inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67b76affb3b5d35fa419ac234144038b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a67b76affb3b5d35fa419ac234144038b" > operator bool< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a67b76affb3b5d35fa419ac234144038b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if the stream has not failed. < a href = "classpFlow_1_1IOstream.html#a67b76affb3b5d35fa419ac234144038b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a67b76affb3b5d35fa419ac234144038b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61efd4196a96540ee018fee8791f3f10 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a61efd4196a96540ee018fee8791f3f10" > operator!< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a61efd4196a96540ee018fee8791f3f10 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return true if the stream has failed. < a href = "classpFlow_1_1IOstream.html#a61efd4196a96540ee018fee8791f3f10" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a61efd4196a96540ee018fee8791f3f10 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a607efe5fb94edbe4cfa890c4907e76c3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" > lineNumber< / a > () const< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a607efe5fb94edbe4cfa890c4907e76c3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const access to the current stream line number. < a href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a607efe5fb94edbe4cfa890c4907e76c3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd74c1e6fa16247a2150f9014fe2b8a4 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#afd74c1e6fa16247a2150f9014fe2b8a4" > lineNumber< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:afd74c1e6fa16247a2150f9014fe2b8a4 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Non-const access to the current stream line number. < a href = "classpFlow_1_1IOstream.html#afd74c1e6fa16247a2150f9014fe2b8a4" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afd74c1e6fa16247a2150f9014fe2b8a4 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e8e74ae9e601005f806aaa1178921f2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a7e8e74ae9e601005f806aaa1178921f2" > lineNumber< / a > (const < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > num)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a7e8e74ae9e601005f806aaa1178921f2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set the stream line number return the previous value. < a href = "classpFlow_1_1IOstream.html#a7e8e74ae9e601005f806aaa1178921f2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7e8e74ae9e601005f806aaa1178921f2 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6784b88289e1403b616f8ba4d742563 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual ios_base::fmtflags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ab6784b88289e1403b616f8ba4d742563" > flags< / a > () const =0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab6784b88289e1403b616f8ba4d742563 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return flags of stream. < a href = "classpFlow_1_1IOstream.html#ab6784b88289e1403b616f8ba4d742563" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab6784b88289e1403b616f8ba4d742563 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29b2d2944abba037e93cfc4e7ca19d8a inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a29b2d2944abba037e93cfc4e7ca19d8a" > setEof< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a29b2d2944abba037e93cfc4e7ca19d8a inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream to have reached eof. < a href = "classpFlow_1_1IOstream.html#a29b2d2944abba037e93cfc4e7ca19d8a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a29b2d2944abba037e93cfc4e7ca19d8a inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad609d36f9e9be6dd6f502510ab445260 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ad609d36f9e9be6dd6f502510ab445260" > setFail< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ad609d36f9e9be6dd6f502510ab445260 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream to have failed. < a href = "classpFlow_1_1IOstream.html#ad609d36f9e9be6dd6f502510ab445260" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad609d36f9e9be6dd6f502510ab445260 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a638b33dd25b3cd8ea7e846f04fd6a6a3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a638b33dd25b3cd8ea7e846f04fd6a6a3" > setBad< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a638b33dd25b3cd8ea7e846f04fd6a6a3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream to be bad. < a href = "classpFlow_1_1IOstream.html#a638b33dd25b3cd8ea7e846f04fd6a6a3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a638b33dd25b3cd8ea7e846f04fd6a6a3 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad624f59ea96278722591e5c257ab181b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > virtual ios_base::fmtflags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ad624f59ea96278722591e5c257ab181b" > flags< / a > (const ios_base::fmtflags f)=0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ad624f59ea96278722591e5c257ab181b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set flags of stream. < a href = "classpFlow_1_1IOstream.html#ad624f59ea96278722591e5c257ab181b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad624f59ea96278722591e5c257ab181b inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7496d7abe05bdd8cffe2be14798ac34f inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > ios_base::fmtflags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a7496d7abe05bdd8cffe2be14798ac34f" > setf< / a > (const ios_base::fmtflags f)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a7496d7abe05bdd8cffe2be14798ac34f inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set flags of stream. < a href = "classpFlow_1_1IOstream.html#a7496d7abe05bdd8cffe2be14798ac34f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7496d7abe05bdd8cffe2be14798ac34f inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7c8972f80cfc853d1b78253abee55f04 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > ios_base::fmtflags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a7c8972f80cfc853d1b78253abee55f04" > setf< / a > (const ios_base::fmtflags f, const ios_base::fmtflags mask)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a7c8972f80cfc853d1b78253abee55f04 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set flags of given field of stream. < a href = "classpFlow_1_1IOstream.html#a7c8972f80cfc853d1b78253abee55f04" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7c8972f80cfc853d1b78253abee55f04 inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6215a425470b1a58a0f3e0407f8683ca inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a6215a425470b1a58a0f3e0407f8683ca" > unsetf< / a > (const ios_base::fmtflags f)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a6215a425470b1a58a0f3e0407f8683ca inherit pub_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Unset flags of stream. < a href = "classpFlow_1_1IOstream.html#a6215a425470b1a58a0f3e0407f8683ca" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6215a425470b1a58a0f3e0407f8683ca inherit pub_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a439e82f84fd8c2739147eb4c53f4b55f" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a439e82f84fd8c2739147eb4c53f4b55f" > indentSize_< / a > = 4< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a439e82f84fd8c2739147eb4c53f4b55f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of spaces per indent level. < a href = "classpFlow_1_1iOstream.html#a439e82f84fd8c2739147eb4c53f4b55f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a439e82f84fd8c2739147eb4c53f4b55f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af356a109968899936cd3b326801d4d81" > < td class = "memItemLeft" align = "right" valign = "top" > unsigned short  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#af356a109968899936cd3b326801d4d81" > indentLevel_< / a > = 0< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:af356a109968899936cd3b326801d4d81" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Current indent level. < a href = "classpFlow_1_1iOstream.html#af356a109968899936cd3b326801d4d81" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:af356a109968899936cd3b326801d4d81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:aa17155fc05a45901f1fded81dea4c2d0 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1IOstream.html#aacc935fd960fc1d7efe7f3820bb1db35" > streamAccess< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#aa17155fc05a45901f1fded81dea4c2d0" > openClosed_< / a > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:aa17155fc05a45901f1fded81dea4c2d0 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Is stream open or closed. < a href = "classpFlow_1_1IOstream.html#aa17155fc05a45901f1fded81dea4c2d0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa17155fc05a45901f1fded81dea4c2d0 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a950517ca51331d52df5f74cd62e44cb3 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a950517ca51331d52df5f74cd62e44cb3" > writeFormat_< / a > = < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d" > ASCII< / a > < / td > < / tr >
< tr class = "memdesc:a950517ca51331d52df5f74cd62e44cb3 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > write format < a href = "classpFlow_1_1IOstream.html#a950517ca51331d52df5f74cd62e44cb3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a950517ca51331d52df5f74cd62e44cb3 inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a2caff7df9cffd0325a8877c89f5c779a inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > ios_base::iostate  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a2caff7df9cffd0325a8877c89f5c779a" > ioState_< / a > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a2caff7df9cffd0325a8877c89f5c779a inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > state < a href = "classpFlow_1_1IOstream.html#a2caff7df9cffd0325a8877c89f5c779a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2caff7df9cffd0325a8877c89f5c779a inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a271ea4556e1f077f403284c4cde3ccec inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a271ea4556e1f077f403284c4cde3ccec" > lineNumber_< / a > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a271ea4556e1f077f403284c4cde3ccec inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The file line. < a href = "classpFlow_1_1IOstream.html#a271ea4556e1f077f403284c4cde3ccec" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a271ea4556e1f077f403284c4cde3ccec inherit pro_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-static-attribs" > < / a >
Static Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a0832891049728c54e9ee62fb59f81b03" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr const unsigned short  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1iOstream.html#a0832891049728c54e9ee62fb59f81b03" > entryIndentation_< / a > = 16< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a0832891049728c54e9ee62fb59f81b03" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Indentation of the entry from the start of the keyword. < a href = "classpFlow_1_1iOstream.html#a0832891049728c54e9ee62fb59f81b03" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a0832891049728c54e9ee62fb59f81b03" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_static_attribs_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_static_attribs_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Static Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:a384ff8be80c5e301c5ce6838a1f18033 inherit pro_static_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a384ff8be80c5e301c5ce6838a1f18033" > staticName_< / a > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a384ff8be80c5e301c5ce6838a1f18033 inherit pro_static_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Name for any generic stream - normally treat as readonly. < a href = "classpFlow_1_1IOstream.html#a384ff8be80c5e301c5ce6838a1f18033" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a384ff8be80c5e301c5ce6838a1f18033 inherit pro_static_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:aacc935fd960fc1d7efe7f3820bb1db35 inherit pub_types_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#aacc935fd960fc1d7efe7f3820bb1db35" > streamAccess< / a > : char { < a class = "el" href = "classpFlow_1_1IOstream.html#aacc935fd960fc1d7efe7f3820bb1db35a929f0327e17604ce9713b2a6117bd603" > CLOSED< / a > = 0,
< a class = "el" href = "classpFlow_1_1IOstream.html#aacc935fd960fc1d7efe7f3820bb1db35a45c1c97bdcce420fc01045ee101a0cf2" > OPENED< / a >
}< / td > < / tr >
< tr class = "separator:aacc935fd960fc1d7efe7f3820bb1db35 inherit pub_types_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ab76e0cc92bb140c07e198662e39d5268 inherit pub_types_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > : char { < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d" > ASCII< / a > = 0,
< a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268aecafbc1299672a8c1521cc0d5f1ae986" > BINARY< / a >
}< / td > < / tr >
< tr class = "separator:ab76e0cc92bb140c07e198662e39d5268 inherit pub_types_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_static_methods_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:a90f508fef73438f120430ecacd3a603b inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > static unsigned int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a90f508fef73438f120430ecacd3a603b" > defaultPrecision< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a90f508fef73438f120430ecacd3a603b inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return the default precision. < a href = "classpFlow_1_1IOstream.html#a90f508fef73438f120430ecacd3a603b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a90f508fef73438f120430ecacd3a603b inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a422504d8feb8f6597fe839556e8fd868 inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > static unsigned int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a422504d8feb8f6597fe839556e8fd868" > defaultPrecision< / a > (unsigned int prec)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a422504d8feb8f6597fe839556e8fd868 inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reset the default precision return the previous value. < a href = "classpFlow_1_1IOstream.html#a422504d8feb8f6597fe839556e8fd868" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a422504d8feb8f6597fe839556e8fd868 inherit pub_static_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_static_attribs_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_attribs_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Static Public Attributes inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:a4240681db26c977866e8173b76de12d8 inherit pub_static_attribs_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > static unsigned int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a4240681db26c977866e8173b76de12d8" > precision_< / a > = 6< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a4240681db26c977866e8173b76de12d8 inherit pub_static_attribs_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Default precision, only works for ASCII. < a href = "classpFlow_1_1IOstream.html#a4240681db26c977866e8173b76de12d8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4240681db26c977866e8173b76de12d8 inherit pub_static_attribs_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1IOstream" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1IOstream')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOstream.html" > IOstream< / a > < / td > < / tr >
< tr class = "memitem:ab945a2e2c4278c06f4527d8e163b904e inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#ab945a2e2c4278c06f4527d8e163b904e" > setOpened< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:ab945a2e2c4278c06f4527d8e163b904e inherit pro_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream opened. < a href = "classpFlow_1_1IOstream.html#ab945a2e2c4278c06f4527d8e163b904e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab945a2e2c4278c06f4527d8e163b904e inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ffc7629ddba3b8e7652fe888af299ab inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a6ffc7629ddba3b8e7652fe888af299ab" > setClosed< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a6ffc7629ddba3b8e7652fe888af299ab inherit pro_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream closed. < a href = "classpFlow_1_1IOstream.html#a6ffc7629ddba3b8e7652fe888af299ab" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6ffc7629ddba3b8e7652fe888af299ab inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6dc7caf4da073fce8946c51af8d81dee inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a6dc7caf4da073fce8946c51af8d81dee" > setState< / a > (ios_base::iostate state)< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a6dc7caf4da073fce8946c51af8d81dee inherit pro_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream state. < a href = "classpFlow_1_1IOstream.html#a6dc7caf4da073fce8946c51af8d81dee" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6dc7caf4da073fce8946c51af8d81dee inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a41eccdacf379df0ab3fd0b47c2d96a1d inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a41eccdacf379df0ab3fd0b47c2d96a1d" > setWriteFormat< / a > (< a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > wF)< / td > < / tr >
< tr class = "separator:a41eccdacf379df0ab3fd0b47c2d96a1d inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a473118515da3a7497d0673dd24674c70 inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOstream.html#a473118515da3a7497d0673dd24674c70" > setGood< / a > ()< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memdesc:a473118515da3a7497d0673dd24674c70 inherit pro_methods_classpFlow_1_1IOstream" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set stream to be good. < a href = "classpFlow_1_1IOstream.html#a473118515da3a7497d0673dd24674c70" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a473118515da3a7497d0673dd24674c70 inherit pro_methods_classpFlow_1_1IOstream" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" > < p > Interface class for any output stream. < / p >
< p > It is based on OpenFOAM stream, with some modifications/simplifications to be tailored to our needs < / p >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a23526bd51aa20b0822272995e8db1cbe" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23526bd51aa20b0822272995e8db1cbe" > ◆ < / a > < / span > iOstream() < span class = "overload" > [1/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Default. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "af225817097ed9a46fa605c401c8d921a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af225817097ed9a46fa605c401c8d921a" > ◆ < / a > < / span > iOstream() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a >   < / td >
< td class = "paramname" > < em > wF< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Construct from writeFormat. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac0ba482c100b36424e389a81168c2e56" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac0ba482c100b36424e389a81168c2e56" > ◆ < / a > < / span > iOstream() < span class = "overload" > [3/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Copy construct. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab55acff18b8c2779c835f2b6205742c1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab55acff18b8c2779c835f2b6205742c1" > ◆ < / a > < / span > ~iOstream()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Destructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a8da7514808d6493ccfd30582fc945aa1" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8da7514808d6493ccfd30582fc945aa1" > ◆ < / a > < / span > write() < span class = "overload" > [1/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1token.html" > token< / a > &   < / td >
< td class = "paramname" > < em > tok< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Write token to stream or otherwise handle it. < / p >
< p > return false if the token type was not handled by this method < / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#af0296de2f120be163c138350c0c26507" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#aa3b476f06fa0df546adf5f376083ec2b" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1processorOstream.html#aa3b476f06fa0df546adf5f376083ec2b" > processorOstream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#aa3b476f06fa0df546adf5f376083ec2b" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00375" > pFlow::operator< < ()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00022" > pFlow::writeDataAsciiBinary()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00087" > dictionary::writeDictionary()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a8da7514808d6493ccfd30582fc945aa1_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a8da7514808d6493ccfd30582fc945aa1_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "acf65170aebfd3e73c32baa5e252c673c" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf65170aebfd3e73c32baa5e252c673c" > ◆ < / a > < / span > write() < span class = "overload" > [2/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const char  < / td >
< td class = "paramname" > < em > c< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write character. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a10c5d22891f2677067c2fec2d3c366c8" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a10c5d22891f2677067c2fec2d3c366c8" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1masterOstream.html#a10c5d22891f2677067c2fec2d3c366c8" > masterOstream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#af93f721e529951d7770ee01fcd30fecf" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a39550531f2bbcbf045f38923b37b5cb5" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a39550531f2bbcbf045f38923b37b5cb5" > ◆ < / a > < / span > write() < span class = "overload" > [3/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > str< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write character string. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a092e63db7d7406b2999bb7203d8eb91b" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a092e63db7d7406b2999bb7203d8eb91b" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1masterOstream.html#a092e63db7d7406b2999bb7203d8eb91b" > masterOstream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a26b5f60ec0f8d45f3e61562ff788ff38" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1c8d9b598002b80d43961c0a39669bc2" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c8d9b598002b80d43961c0a39669bc2" > ◆ < / a > < / span > write() < span class = "overload" > [4/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > str< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write word. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a2935f4818bb182d88333d2b6be2c9c47" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a2935f4818bb182d88333d2b6be2c9c47" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1masterOstream.html#a2935f4818bb182d88333d2b6be2c9c47" > masterOstream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a379353cb86c3a083fae92681013a6051" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a5298a8cf79628503243d120981f35903" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5298a8cf79628503243d120981f35903" > ◆ < / a > < / span > writeQuoted()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & writeQuoted < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > str< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const bool  < / td >
< td class = "paramname" > < em > quoted< / em > = < code > true< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write std::string surrounded by quotes. < / p >
< p > Optional write without quotes. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#ad49e7395bb1832b095b5567656beae88" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#ad49e7395bb1832b095b5567656beae88" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1masterOstream.html#ad49e7395bb1832b095b5567656beae88" > masterOstream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a72ba64fb076bc369d68140a6ab8deb8a" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae4062a9049d12a4b01428f5d98f08860" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae4062a9049d12a4b01428f5d98f08860" > ◆ < / a > < / span > write() < span class = "overload" > [5/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a >   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write int64. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a8f4206992ef2fb33e42bb9e6a4bf11cb" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#a8f4206992ef2fb33e42bb9e6a4bf11cb" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a8f4206992ef2fb33e42bb9e6a4bf11cb" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a8f4206992ef2fb33e42bb9e6a4bf11cb" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad51d78dad7e75463d30fe1f429dd5775" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad51d78dad7e75463d30fe1f429dd5775" > ◆ < / a > < / span > write() < span class = "overload" > [6/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write int32. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#ad421a57af704a01fded92733aaa5c7cf" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#ad421a57af704a01fded92733aaa5c7cf" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#ad421a57af704a01fded92733aaa5c7cf" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#ad421a57af704a01fded92733aaa5c7cf" > masterOstream< / a > .< / p >
< / div >
< / div >
< a id = "abfc5b75191d4b3a8b68ddfa17c5a82b5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abfc5b75191d4b3a8b68ddfa17c5a82b5" > ◆ < / a > < / span > write() < span class = "overload" > [7/14]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e" > int8< / a >   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Write int8. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#aa4b3fdf33f0da87d93b6c99d65f91c1a" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#aa4b3fdf33f0da87d93b6c99d65f91c1a" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#aa4b3fdf33f0da87d93b6c99d65f91c1a" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#aa4b3fdf33f0da87d93b6c99d65f91c1a" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a73dc5c502aa53276d11ab6a290ddc06d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a73dc5c502aa53276d11ab6a290ddc06d" > ◆ < / a > < / span > write() < span class = "overload" > [8/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > uint64< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Write uint64. < / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#addcf6d0d10437281fcf579cdadcea3d1" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#addcf6d0d10437281fcf579cdadcea3d1" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#addcf6d0d10437281fcf579cdadcea3d1" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#addcf6d0d10437281fcf579cdadcea3d1" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a081c0399c336c4eb1621c19b2ea153ce" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a081c0399c336c4eb1621c19b2ea153ce" > ◆ < / a > < / span > write() < span class = "overload" > [9/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write uint32. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a00226ab20a3e220dc468ac2ec7deba8e" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#a00226ab20a3e220dc468ac2ec7deba8e" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a00226ab20a3e220dc468ac2ec7deba8e" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a00226ab20a3e220dc468ac2ec7deba8e" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6421e78f943e9579f3c5d632a2595d23" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6421e78f943e9579f3c5d632a2595d23" > ◆ < / a > < / span > write() < span class = "overload" > [10/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > uint8< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Write uint8. < / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#ae6625d51f430cec87f360fafb18902dc" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#ae6625d51f430cec87f360fafb18902dc" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#ae6625d51f430cec87f360fafb18902dc" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#ae6625d51f430cec87f360fafb18902dc" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a81f4ff39d4e5b2a102c38ab5edea0405" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a81f4ff39d4e5b2a102c38ab5edea0405" > ◆ < / a > < / span > write() < span class = "overload" > [11/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const float  < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write float. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a9f4f8b12e074652510a84c0ba51111ad" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#a9f4f8b12e074652510a84c0ba51111ad" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a9f4f8b12e074652510a84c0ba51111ad" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a9f4f8b12e074652510a84c0ba51111ad" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afe32853bb554bc8c86197960948106a7" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe32853bb554bc8c86197960948106a7" > ◆ < / a > < / span > write() < span class = "overload" > [12/14]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const double  < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write double. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a44e32a52d8dec9b952a6a018d02ef805" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#a44e32a52d8dec9b952a6a018d02ef805" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a44e32a52d8dec9b952a6a018d02ef805" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a44e32a52d8dec9b952a6a018d02ef805" > masterOstream< / a > .< / p >
< / div >
< / div >
< a id = "aa201eba0105238d7ea54a71d154fec39" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa201eba0105238d7ea54a71d154fec39" > ◆ < / a > < / span > write() < span class = "overload" > [13/14]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Write size_t. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a001027096a2d61d8cefd115a3938aaac" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1oTstream.html#a001027096a2d61d8cefd115a3938aaac" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a001027096a2d61d8cefd115a3938aaac" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a001027096a2d61d8cefd115a3938aaac" > masterOstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a1a7bd509fa8e7fe077bff6c4b36b31c4" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a7bd509fa8e7fe077bff6c4b36b31c4" > ◆ < / a > < / span > write() < span class = "overload" > [14/14]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & write < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > binaryData< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::streamsize  < / td >
< td class = "paramname" > < em > count< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Write a block of binray data. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#a30c2f2e600a35dcaebb70b2ad42b623b" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1processorOstream.html#a30c2f2e600a35dcaebb70b2ad42b623b" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a30c2f2e600a35dcaebb70b2ad42b623b" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1masterOstream.html#a30c2f2e600a35dcaebb70b2ad42b623b" > masterOstream< / a > .< / p >
< / div >
< / div >
< a id = "a183156ea21e90ebf2c97cd46eb367148" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a183156ea21e90ebf2c97cd46eb367148" > ◆ < / a > < / span > writeBinaryBlockFlag()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & writeBinaryBlockFlag < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Write the flag to indicate the start of a binary block. < / p >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a3b953d926859ea70e86d084d118064c1" > Ostream< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00028" > 28< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00084" > notImplementedFunction< / a > .< / p >
< / div >
< / div >
< a id = "a91b2463ca484cf634c73eba7573e8419" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91b2463ca484cf634c73eba7573e8419" > ◆ < / a > < / span > seek()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void seek < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td >
< td class = "paramname" > < em > pos< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a641ff388ef41042b3a08ffe0cb7188f4" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a641ff388ef41042b3a08ffe0cb7188f4" > oTstream< / a > .< / p >
2023-04-13 11:46:41 -07:00
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6f9f89f73f75f7dec4546766148b60d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f9f89f73f75f7dec4546766148b60d7" > ◆ < / a > < / span > indent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void indent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Add indentation characters. < / p >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1processorOstream.html#a49332d3f92c30d4c9429214dbac586e3" > processorOstream< / a > , < a class = "el" href = "classpFlow_1_1Ostream.html#a49332d3f92c30d4c9429214dbac586e3" > Ostream< / a > , < a class = "el" href = "classpFlow_1_1masterOstream.html#a49332d3f92c30d4c9429214dbac586e3" > masterOstream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a25eb5023b0abf0d0331bbf22ce47eaad" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00311" > pFlow::indent()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a6f9f89f73f75f7dec4546766148b60d7_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a6f9f89f73f75f7dec4546766148b60d7_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a50fd431a605cc8733cff59aa38561ac6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50fd431a605cc8733cff59aa38561ac6" > ◆ < / a > < / span > indentSize() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short indentSize < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Return indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00071" > iOstream::indentSize_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad54d41159bfc69e58ea34396adb736ee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad54d41159bfc69e58ea34396adb736ee" > ◆ < / a > < / span > indentSize() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short& indentSize < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Access to indent size. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00071" > iOstream::indentSize_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a67e8e9a697d0918583e4b21a4607c964" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67e8e9a697d0918583e4b21a4607c964" > ◆ < / a > < / span > indentLevel() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short indentLevel < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Return indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00173" > 173< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00074" > iOstream::indentLevel_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "acf8c4f31a0d7a84e7da24e553ec86cf3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf8c4f31a0d7a84e7da24e553ec86cf3" > ◆ < / a > < / span > indentLevel() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short& indentLevel < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Access to indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00179" > 179< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00074" > iOstream::indentLevel_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a79a5f541a96c769ad3b3bf66aff49115" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79a5f541a96c769ad3b3bf66aff49115" > ◆ < / a > < / span > incrIndent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void incrIndent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Increment the indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00185" > 185< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00074" > iOstream::indentLevel_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00318" > pFlow::incrIndent()< / a > , and < a class = "el" href = "stlFile_8cpp_source.html#l00178" > stlFile::writeFacet()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a79a5f541a96c769ad3b3bf66aff49115_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a79a5f541a96c769ad3b3bf66aff49115_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ae18e78f7ce58c60f648722fd7f8bdcbd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae18e78f7ce58c60f648722fd7f8bdcbd" > ◆ < / a > < / span > decrIndent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void decrIndent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Decrement the indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00325" > pFlow::decrIndent()< / a > , and < a class = "el" href = "stlFile_8cpp_source.html#l00178" > stlFile::writeFacet()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_ae18e78f7ce58c60f648722fd7f8bdcbd_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_ae18e78f7ce58c60f648722fd7f8bdcbd_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ab440fa44645864fa1f9595b19d77bed0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab440fa44645864fa1f9595b19d77bed0" > ◆ < / a > < / span > beginBlock() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginBlock < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > kw< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin block group with a name Increments indentation, adds newline. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00350" > pFlow::beginBlock()< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00311" > pFlow::indent()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00350" > pFlow::beginBlock()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00087" > dictionary::writeDictionary()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_ab440fa44645864fa1f9595b19d77bed0_cgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_ab440fa44645864fa1f9595b19d77bed0_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_ab440fa44645864fa1f9595b19d77bed0_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_ab440fa44645864fa1f9595b19d77bed0_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aeb38275dc0471cbc5f14ba380df1e0ce" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb38275dc0471cbc5f14ba380df1e0ce" > ◆ < / a > < / span > beginBlock() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginBlock < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin block group without a name Increments indentation, adds newline. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00095" > token::BEGIN_BLOCK< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00318" > pFlow::incrIndent()< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00311" > pFlow::indent()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_aeb38275dc0471cbc5f14ba380df1e0ce_cgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_aeb38275dc0471cbc5f14ba380df1e0ce_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a1850a128366512b2539de09dc0622358" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1850a128366512b2539de09dc0622358" > ◆ < / a > < / span > endBlock()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & endBlock < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write end block group Decrements indentation, adds newline. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00095" > 95< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00325" > pFlow::decrIndent()< / a > , < a class = "el" href = "token_8hpp_source.html#l00096" > token::END_BLOCK< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00311" > pFlow::indent()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00359" > pFlow::endBlock()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00087" > dictionary::writeDictionary()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a1850a128366512b2539de09dc0622358_cgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a1850a128366512b2539de09dc0622358_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a1850a128366512b2539de09dc0622358_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a1850a128366512b2539de09dc0622358_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a1c568592efaca699bbebbf34960a5b76" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c568592efaca699bbebbf34960a5b76" > ◆ < / a > < / span > beginList() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginList < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin list "(". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00091" > token::BEGIN_LIST< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2129fe0304cab5987f6a4db12dcfaa2c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2129fe0304cab5987f6a4db12dcfaa2c" > ◆ < / a > < / span > beginList() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginList < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > kw< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin list with keyword "kw (". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00141" > 141< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a7b8a8d645b92f6f46a2a4319de8cd6a1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b8a8d645b92f6f46a2a4319de8cd6a1" > ◆ < / a > < / span > endList()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & endList < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write end list ")". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00092" > token::END_LIST< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a05e38ce82900bb8c51d86ae214898e2d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a05e38ce82900bb8c51d86ae214898e2d" > ◆ < / a > < / span > beginSquare() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginSquare < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin list "[". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00160" > 160< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00093" > token::BEGIN_SQR< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "subSurface_8cpp_source.html#l00003" > pFlow::operator< < ()< / a > .< / p >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1iOstream_a05e38ce82900bb8c51d86ae214898e2d_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a05e38ce82900bb8c51d86ae214898e2d_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab7fde8e534b51edb398e180ea97215c3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab7fde8e534b51edb398e180ea97215c3" > ◆ < / a > < / span > beginSquare() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & beginSquare < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > kw< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write begin list with keyword "kw [". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00169" > 169< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a63bdc1079581492459ced30d6e523d17" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a63bdc1079581492459ced30d6e523d17" > ◆ < / a > < / span > endSquare()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & endSquare < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write end list "]". < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00179" > 179< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00094" > token::END_SQR< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "subSurface_8cpp_source.html#l00003" > pFlow::operator< < ()< / a > .< / p >
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1iOstream_a63bdc1079581492459ced30d6e523d17_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a63bdc1079581492459ced30d6e523d17_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2ddd99bc2797e644b86f74dd1c176f4a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2ddd99bc2797e644b86f74dd1c176f4a" > ◆ < / a > < / span > endEntry()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & endEntry < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write end entry (';') followed by newline. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00090" > token::END_STATEMENT< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00367" > pFlow::endEntry()< / a > , < a class = "el" href = "Field_8cpp_source.html#l00095" > Field< uint32x3 > ::write()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00098" > dataEntry::writeDataEntry()< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00239" > iOstream::writeWordEntry()< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a2ddd99bc2797e644b86f74dd1c176f4a_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a2ddd99bc2797e644b86f74dd1c176f4a_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a577f32ec301e562d6a205c6bd15fc005" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a577f32ec301e562d6a205c6bd15fc005" > ◆ < / a > < / span > newLine()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & newLine < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write a newLine to stream. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "token_8hpp_source.html#l00088" > token::NL< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Field_8cpp_source.html#l00116" > Field< uint32x3 > ::write()< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1iOstream_a577f32ec301e562d6a205c6bd15fc005_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a577f32ec301e562d6a205c6bd15fc005_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "adab69c3b447db5491b3b7e2a6e1c39a7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adab69c3b447db5491b3b7e2a6e1c39a7" > ◆ < / a > < / span > space()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & space < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > n< / em > = < code > 1< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write space to stream. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00119" > 119< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > , and < a class = "el" href = "token_8hpp_source.html#l00086" > token::SPACE< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "boundaryGrainParticles_8cpp_source.html#l00027" > boundaryGrainParticles::create()< / a > , < a class = "el" href = "boundarySphereParticles_8cpp_source.html#l00027" > boundarySphereParticles::create()< / a > , < a class = "el" href = "boundaryIntegration_8cpp_source.html#l00016" > boundaryIntegration::create()< / a > , < a class = "el" href = "interaction_8cpp_source.html#l00048" > interaction::create()< / a > , < a class = "el" href = "boundaryContactSearch_8cpp_source.html#l00039" > boundaryContactSearch::create()< / a > , < a class = "el" href = "boundaryGrainInteraction_8cpp_source.html#l00050" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > ::create()< / a > , < a class = "el" href = "boundarySphereInteraction_8cpp_source.html#l00050" > boundarySphereInteraction< contactForceModel, geometryMotionModel > ::create()< / a > , and < a class = "el" href = "contactSearch_8cpp_source.html#l00118" > contactSearch::create()< / a > .< / p >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1iOstream_adab69c3b447db5491b3b7e2a6e1c39a7_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_adab69c3b447db5491b3b7e2a6e1c39a7_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af746580dedb817d31f5060ee684b9543" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af746580dedb817d31f5060ee684b9543" > ◆ < / a > < / span > writeWordKeyword()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > pFlow::iOstream< / a > & writeWordKeyword < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > kw< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write the keyword followed by an appropriate indentation. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8cpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00311" > pFlow::indent()< / a > , and < a class = "el" href = "token_8hpp_source.html#l00086" > token::SPACE< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Field_8cpp_source.html#l00095" > Field< uint32x3 > ::write()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00154" > iEntry< Key, T * > ::writeKeyword()< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00239" > iOstream::writeWordEntry()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_af746580dedb817d31f5060ee684b9543_cgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_af746580dedb817d31f5060ee684b9543_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_af746580dedb817d31f5060ee684b9543_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_af746580dedb817d31f5060ee684b9543_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a21c60a5f3cd7a26eb97fa28923cbaec6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21c60a5f3cd7a26eb97fa28923cbaec6" > ◆ < / a > < / span > writeWordEntry()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & writeWordEntry < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > key< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Write a keyword/value entry. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00239" > 239< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8cpp_source.html#l00104" > iOstream::endEntry()< / a > , and < a class = "el" href = "iOstream_8cpp_source.html#l00048" > iOstream::writeWordKeyword()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "conveyorBelt_8cpp_source.html#l00066" > conveyorBelt::write()< / a > , < a class = "el" href = "timeInterval_8cpp_source.html#l00079" > timeInterval::write()< / a > , < a class = "el" href = "iBox_8cpp_source.html#l00094" > iBox< intType > ::write()< / a > , < a class = "el" href = "sphere_8cpp_source.html#l00077" > sphere::write()< / a > , < a class = "el" href = "box_8cpp_source.html#l00065" > box::write()< / a > , < a class = "el" href = "line_8cpp_source.html#l00124" > line::write()< / a > , < a class = "el" href = "vibrating_8cpp_source.html#l00094" > vibrating::write()< / a > , < a class = "el" href = "cylinder_8cpp_source.html#l00128" > cylinder::write()< / a > , < a class = "el" href = "rotatingAxis_8cpp_source.html#l00132" > rotatingAxis::write()< / a > , < a class = "el" href = "multiTriSurface_8cpp_source.html#l00091" > multiTriSurface::write()< / a > , < a class = "el" href = "infinitePlane_8cpp_source.html#l00042" > infinitePlane::write()< / a > , and < a class = "el" href = "IOfileHeader_8cpp_source.html#l00154" > IOfileHeader::writeHeader()< / a > .< / p >
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a21c60a5f3cd7a26eb97fa28923cbaec6_cgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a21c60a5f3cd7a26eb97fa28923cbaec6_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a21c60a5f3cd7a26eb97fa28923cbaec6_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a21c60a5f3cd7a26eb97fa28923cbaec6_icgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a76ac4e711fc2bb61f8ad532e5bf687c7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a76ac4e711fc2bb61f8ad532e5bf687c7" > ◆ < / a > < / span > startOfBinaryStreaming()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void startOfBinaryStreaming < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Add a new line and flush stream. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#aac74c7c64e14f3c4e96908948ff6f53d" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#aa2f0c1104823e9e80d82c8fcd8fb2bbd" > oTstream< / a > .< / p >
< / div >
< / div >
< a id = "a38e991811d9d680487c9a75363d5c332" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38e991811d9d680487c9a75363d5c332" > ◆ < / a > < / span > endOfBinaryStreaming()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void endOfBinaryStreaming < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reach end of file add a new line and flush stream. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a18da76f3c773f1784901873f098b896e" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a9be08f9454433ea80ed0e49d33b7a2d0" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a50ab71f4bc571f6e246b20db4b3dd131" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50ab71f4bc571f6e246b20db4b3dd131" > ◆ < / a > < / span > flush()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void flush < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Flush stream. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a04f2540d940cc37b5c2538ed8e5b54be" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#ad3aed50bc3b4459454ccb8c64f5ced5a" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00333" > pFlow::flush()< / a > .< / p >
< div id = "dynsection-20" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-20-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-20-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-20-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a50ab71f4bc571f6e246b20db4b3dd131_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a50ab71f4bc571f6e246b20db4b3dd131_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a83faa3c12024b2e49e8c7c712d7c96f7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a83faa3c12024b2e49e8c7c712d7c96f7" > ◆ < / a > < / span > endl()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void endl < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Add newline and flush stream. < / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#acf38748c4b2c640351e6f5bfde221904" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a319600217c15807f91fe82558a670290" > oTstream< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > .< / p >
< div id = "dynsection-21" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-21-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-21-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-21-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1iOstream_a83faa3c12024b2e49e8c7c712d7c96f7_icgraph.png" border = "0" usemap = "#classpFlow_1_1iOstream_a83faa3c12024b2e49e8c7c712d7c96f7_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a48bfc022814fde9f078fd43a0824904b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a48bfc022814fde9f078fd43a0824904b" > ◆ < / a > < / span > fill() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual char fill < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Get padding character. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a52e17bea3e2fb1ff4031131c11807bc0" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a18a2036b582711254ceb4bbb5df94135" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a155bede14108e5cd94032e0840c93053" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a155bede14108e5cd94032e0840c93053" > ◆ < / a > < / span > fill() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual char fill < / td >
< td > (< / td >
< td class = "paramtype" > const char  < / td >
< td class = "paramname" > < em > fillch< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set padding character for formatted field up to field width. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#a28623218f0dd4c0b0a32d8fd846cbb6b" > oTstream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a7d127476c36c285039d56b3dd5bd9811" > Ostream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a8d1d1bfe5ed13f36f809f443a8107215" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8d1d1bfe5ed13f36f809f443a8107215" > ◆ < / a > < / span > width() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual int width < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Get width of output field. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#af77f129924f44cbdb7d5d002f7f0a61e" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#a9b61ef0d32670df138a7a60b2b56ae9a" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a8e70826ca9f5a81f878bdd780fc87304" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e70826ca9f5a81f878bdd780fc87304" > ◆ < / a > < / span > width() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual int width < / td >
< td > (< / td >
< td class = "paramtype" > const int  < / td >
< td class = "paramname" > < em > w< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set width of output field (and return old width) < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#a0c5abe84f3d911df4212b2401a8867c4" > oTstream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a952c8dac127f5c0d30ad3388373af8da" > Ostream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a79148b1315843f58a63a1a13edea0389" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79148b1315843f58a63a1a13edea0389" > ◆ < / a > < / span > precision() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual int precision < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Get precision of output field. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1Ostream.html#a8ad456dfdbf8aaf3eecec232dbe0904d" > Ostream< / a > , and < a class = "el" href = "classpFlow_1_1oTstream.html#af574adc6c2f2e1c2a054ff6a167dd456" > oTstream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae25bb32775145887697b544876ba63cc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae25bb32775145887697b544876ba63cc" > ◆ < / a > < / span > precision() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual int precision < / td >
< td > (< / td >
< td class = "paramtype" > const int  < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set precision of output field (and return old precision) < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#afa2c1826bcba76af371af3257fd2addb" > oTstream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a7b8bb4b32c046de9185b575f853c7237" > Ostream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6fe16408cba993c758c545470584bdb6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6fe16408cba993c758c545470584bdb6" > ◆ < / a > < / span > operator()()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & operator() < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Return a non-const reference to const < a class = "el" href = "classpFlow_1_1iOstream.html" title = "Interface class for any output stream." > iOstream< / a > Needed for write functions where the stream argument is temporary: e.g. < / p >
2023-04-13 11:46:41 -07:00
< p > thing thisThing(OFstream("thingFileName")()); < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00284" > 284< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a0832891049728c54e9ee62fb59f81b03" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0832891049728c54e9ee62fb59f81b03" > ◆ < / a > < / span > entryIndentation_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr const unsigned short entryIndentation_ = 16< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > constexpr< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Indentation of the entry from the start of the keyword. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a439e82f84fd8c2739147eb4c53f4b55f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a439e82f84fd8c2739147eb4c53f4b55f" > ◆ < / a > < / span > indentSize_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short indentSize_ = 4< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Number of spaces per indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00071" > 71< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00161" > iOstream::indentSize()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af356a109968899936cd3b326801d4d81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af356a109968899936cd3b326801d4d81" > ◆ < / a > < / span > indentLevel_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned short indentLevel_ = 0< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Current indent level. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "iOstream_8hpp_source.html#l00074" > 74< / a > of file < a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "iOstream_8hpp_source.html#l00185" > iOstream::incrIndent()< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00173" > iOstream::indentLevel()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/streams/iStream/< a class = "el" href = "iOstream_8hpp_source.html" > iOstream.hpp< / a > < / li >
< li > src/phasicFlow/streams/iStream/< a class = "el" href = "iOstream_8cpp_source.html" > iOstream.cpp< / a > < / li >
< / ul >
< / 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 = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / 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 >