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-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pro-methods" > Protected 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 > A base calss for input/output streams.
< 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 >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:aacc935fd960fc1d7efe7f3820bb1db35" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ab76e0cc92bb140c07e198662e39d5268" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < 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:a685ead9e00563a9b3d0c4753eac347a2" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a26824d6240feaec7589240d8c974ee05" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a65d31aa1e9f9e2c0fde5613c17647e40" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a216ce04def77e62d9132be3ce232afcc" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac9b54653d0ec63ee05f64a185437b335" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a093459b3399aba6fe0f57bbbc2925bc2" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a367eb3425fc4e8270e2aa961df8ac8a5" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a281bbfd1fe6ab10377d7cb1f5111044d" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a298583c3d514f1169bfc43169ba78c38" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae54500202b0333927a28c440c85cf07e" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:aee3ba44cd3f14501633ae2e8ea04b4d0" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:abdcc7f96f487faadc7769afcf58fe992" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af3418ac60d0d7a303478f29a387feb3c" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48de1a2345c4519dd5d19c67dcce62ed" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f7290a5d70f30e1b1b42c8ac4a6082d" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67b76affb3b5d35fa419ac234144038b" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61efd4196a96540ee018fee8791f3f10" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a607efe5fb94edbe4cfa890c4907e76c3" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd74c1e6fa16247a2150f9014fe2b8a4" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e8e74ae9e601005f806aaa1178921f2" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6784b88289e1403b616f8ba4d742563" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29b2d2944abba037e93cfc4e7ca19d8a" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad609d36f9e9be6dd6f502510ab445260" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a638b33dd25b3cd8ea7e846f04fd6a6a3" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad624f59ea96278722591e5c257ab181b" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7496d7abe05bdd8cffe2be14798ac34f" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7c8972f80cfc853d1b78253abee55f04" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6215a425470b1a58a0f3e0407f8683ca" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a90f508fef73438f120430ecacd3a603b" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a422504d8feb8f6597fe839556e8fd868" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a4240681db26c977866e8173b76de12d8" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ab945a2e2c4278c06f4527d8e163b904e" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ffc7629ddba3b8e7652fe888af299ab" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6dc7caf4da073fce8946c51af8d81dee" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a41eccdacf379df0ab3fd0b47c2d96a1d" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a473118515da3a7497d0673dd24674c70" > < 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" > < 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" > < 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:aa17155fc05a45901f1fded81dea4c2d0" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a950517ca51331d52df5f74cd62e44cb3" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a2caff7df9cffd0325a8877c89f5c779a" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a271ea4556e1f077f403284c4cde3ccec" > < 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" > < 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" > < 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:a384ff8be80c5e301c5ce6838a1f18033" > < 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" > < 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" > < 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 > A base calss for input/output streams. < / 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#l00047" > 47< / 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" > Member Enumeration Documentation< / h2 >
< a id = "aacc935fd960fc1d7efe7f3820bb1db35" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aacc935fd960fc1d7efe7f3820bb1db35" > ◆ < / a > < / span > streamAccess< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "classpFlow_1_1IOstream.html#aacc935fd960fc1d7efe7f3820bb1db35" > streamAccess< / a > : char< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2023-04-13 11:46:41 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "aacc935fd960fc1d7efe7f3820bb1db35a929f0327e17604ce9713b2a6117bd603" > < / a > CLOSED  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aacc935fd960fc1d7efe7f3820bb1db35a45c1c97bdcce420fc01045ee101a0cf2" > < / a > OPENED  < / td > < td class = "fielddoc" > < p > stream is not open < / p >
< p > stream is open < / p >
2023-03-27 10:16:23 -07:00
< / td > < / tr >
< / table >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "ab76e0cc92bb140c07e198662e39d5268" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab76e0cc92bb140c07e198662e39d5268" > ◆ < / a > < / span > writeFormat< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > : char< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d" > < / a > ASCII  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ab76e0cc92bb140c07e198662e39d5268aecafbc1299672a8c1521cc0d5f1ae986" > < / a > BINARY  < / td > < td class = "fielddoc" > < / td > < / tr >
< / table >
2025-01-10 13:02:07 +03:30
< 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-04-13 11:46:41 -07:00
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a685ead9e00563a9b3d0c4753eac347a2" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a685ead9e00563a9b3d0c4753eac347a2" > ◆ < / 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#l00123" > 123< / 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#l00274" > IOstream::setBad()< / a > .< / p >
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 = "+" / > Here is the call graph for this function:< / 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_a685ead9e00563a9b3d0c4753eac347a2_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a685ead9e00563a9b3d0c4753eac347a2_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< / div >
< a id = "a26824d6240feaec7589240d8c974ee05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a26824d6240feaec7589240d8c974ee05" > ◆ < / 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 and set write format. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00274" > IOstream::setBad()< / a > .< / p >
2023-04-13 11:46:41 -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 call 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;" >
< div class = "center" > < img src = "classpFlow_1_1IOstream_a26824d6240feaec7589240d8c974ee05_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a26824d6240feaec7589240d8c974ee05_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a65d31aa1e9f9e2c0fde5613c17647e40" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a65d31aa1e9f9e2c0fde5613c17647e40" > ◆ < / 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. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a216ce04def77e62d9132be3ce232afcc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a216ce04def77e62d9132be3ce232afcc" > ◆ < / 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 = "ab945a2e2c4278c06f4527d8e163b904e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab945a2e2c4278c06f4527d8e163b904e" > ◆ < / a > < / span > setOpened()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setOpened < / 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set stream opened. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00090" > 90< / 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::openClosed_< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00056" > IOstream::OPENED< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6ffc7629ddba3b8e7652fe888af299ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6ffc7629ddba3b8e7652fe888af299ab" > ◆ < / a > < / span > setClosed()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setClosed < / 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set stream closed. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00055" > IOstream::CLOSED< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00074" > IOstream::openClosed_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6dc7caf4da073fce8946c51af8d81dee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6dc7caf4da073fce8946c51af8d81dee" > ◆ < / a > < / span > setState()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setState < / td >
< td > (< / td >
< td class = "paramtype" > ios_base::iostate  < / td >
< td class = "paramname" > < em > state< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set stream state. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00102" > 102< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a41eccdacf379df0ab3fd0b47c2d96a1d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a41eccdacf379df0ab3fd0b47c2d96a1d" > ◆ < / a > < / span > setWriteFormat()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setWriteFormat < / 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00107" > 107< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00077" > IOstream::writeFormat_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a473118515da3a7497d0673dd24674c70" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a473118515da3a7497d0673dd24674c70" > ◆ < / a > < / span > setGood()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setGood < / 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Set stream to be good. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00080" > IOstream::ioState_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac9b54653d0ec63ee05f64a185437b335" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac9b54653d0ec63ee05f64a185437b335" > ◆ < / a > < / span > name() < 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 = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a > & name < / 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" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Return the name of the stream. < / p >
2023-03-27 10:16:23 -07:00
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1iTstream.html#ac9b54653d0ec63ee05f64a185437b335" > iTstream< / a > , < a class = "el" href = "classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b" > Istream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a754ce9966caae1ee331378bf4a87269b" > Ostream< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8cpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "IOstream_8cpp_source.html" > IOstream.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00071" > IOstream::staticName_< / 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 = "box_8cpp_source.html#l00043" > box::box()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00064" > iEntry< Key, T * > ::createEntry()< / a > , < a class = "el" href = "cylinder_8cpp_source.html#l00103" > cylinder::cylinder()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00207" > dataEntry::dataEntry()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00215" > dictionary::dictionary()< / a > , < a class = "el" href = "iBox_8cpp_source.html#l00061" > iBox< intType > ::iBox()< / a > , < a class = "el" href = "Field_8hpp_source.html#l00225" > pFlow::operator< < ()< / a > , < a class = "el" href = "Field_8hpp_source.html#l00214" > pFlow::operator> > ()< / a > , < a class = "el" href = "iIstream_8cpp_source.html#l00023" > iIstream::putBack()< / a > , < a class = "el" href = "timeInterval_8cpp_source.html#l00046" > timeInterval::read()< / a > , < a class = "el" href = "Logical_8cpp_source.html#l00065" > Logical::read()< / a > , < a class = "el" href = "line_8cpp_source.html#l00082" > line::read()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00349" > dataEntry::read()< / a > , < a class = "el" href = "rotatingAxis_8cpp_source.html#l00101" > rotatingAxis::read()< / a > , < a class = "el" href = "multiTriSurface_8cpp_source.html#l00076" > multiTriSurface::read()< / a > , < a class = "el" href = "pointStructure_8cpp_source.html#l00257" > pointStructure::read()< / a > , < a class = "el" href = "Field_8cpp_source.html#l00023" > Field< uint32x3 > ::read()< / a > , < a class = "el" href = "triSurface_8cpp_source.html#l00257" > triSurface::read()< / a > , < a class = "el" href = "internalPoints_8cpp_source.html#l00530" > internalPoints::read()< / a > , < a class = "el" href = "multiRotatingAxisMotion_8cpp_source.html#l00198" > multiRotatingAxisMotion::read()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00772" > dictionary::read()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00080" > pFlow::readDataAsciiBinary()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00035" > dataEntry::readDataEntry()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00037" > dictionary::readDictionary()< / a > , < a class = "el" href = "IOfileHeader_8cpp_source.html#l00196" > IOfileHeader::readHeader()< / a > , < a class = "el" href = "ListI_8hpp_source.html#l00194" > List< std::any > ::readList()< / a > , < a class = "el" href = "pointField_8cpp_source.html#l00236" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::readPointField()< / a > , < a class = "el" href = "sphere_8cpp_source.html#l00053" > sphere::sphere()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00370" > dataEntry::write()< / a > , < a class = "el" href = "baseShapeNames_8cpp_source.html#l00105" > baseShapeNames::write()< / a > , < a class = "el" href = "triSurface_8cpp_source.html#l00282" > triSurface::write()< / a > , < a class = "el" href = "multiRotatingAxisMotion_8cpp_source.html#l00219" > multiRotatingAxisMotion::write()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00793" > dictionary::write()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00193" > dataIO< T > ::writeData()< / a > , and < a class = "el" href = "dataIO_8cpp_source.html#l00022" > pFlow::writeDataAsciiBinary()< / a > .< / p >
2023-04-13 11:46:41 -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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_ac9b54653d0ec63ee05f64a185437b335_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_ac9b54653d0ec63ee05f64a185437b335_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a093459b3399aba6fe0f57bbbc2925bc2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a093459b3399aba6fe0f57bbbc2925bc2" > ◆ < / a > < / span > name() < 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 < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name < / 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 > Return non-const access to the name of the stream. < / p >
2023-03-27 10:16:23 -07:00
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1iTstream.html#a093459b3399aba6fe0f57bbbc2925bc2" > iTstream< / a > , < a class = "el" href = "classpFlow_1_1Istream.html#a093459b3399aba6fe0f57bbbc2925bc2" > Istream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a093459b3399aba6fe0f57bbbc2925bc2" > Ostream< / a > .< / p >
< / div >
< / div >
< a id = "a367eb3425fc4e8270e2aa961df8ac8a5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a367eb3425fc4e8270e2aa961df8ac8a5" > ◆ < / a > < / span > check()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool check < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > operation< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Check < a class = "el" href = "classpFlow_1_1IOstream.html" title = "A base calss for input/output streams." > IOstream< / a > status for given operation. < / p >
< p > Print < a class = "el" href = "classpFlow_1_1IOstream.html" title = "A base calss for input/output streams." > IOstream< / a > state or generate a FatalIOError when an error has occurred. The base implementation is a fatalCheck < / p >
2023-04-13 11:46:41 -07:00
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8cpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "IOstream_8cpp_source.html" > IOstream.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "AdamsBashforth3_8hpp_source.html#l00057" > pFlow::operator< < ()< / a > , < a class = "el" href = "AdamsBashforth3_8hpp_source.html#l00041" > pFlow::operator> > ()< / a > , < a class = "el" href = "line_8cpp_source.html#l00082" > line::read()< / a > , < a class = "el" href = "rotatingAxis_8cpp_source.html#l00101" > rotatingAxis::read()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00080" > pFlow::readDataAsciiBinary()< / 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 = "Logical_8cpp_source.html#l00097" > Logical::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 > , < a class = "el" href = "Field_8cpp_source.html#l00095" > Field< uint32x3 > ::write()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00057" > pFlow::writeDataASCII()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00022" > pFlow::writeDataAsciiBinary()< / a > , and < a class = "el" href = "ListI_8hpp_source.html#l00160" > List< std::any > ::writeList()< / a > .< / p >
2023-04-13 11:46:41 -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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_a367eb3425fc4e8270e2aa961df8ac8a5_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a367eb3425fc4e8270e2aa961df8ac8a5_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a281bbfd1fe6ab10377d7cb1f5111044d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a281bbfd1fe6ab10377d7cb1f5111044d" > ◆ < / a > < / span > fatalCheck()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool fatalCheck < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > operation< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Check < a class = "el" href = "classpFlow_1_1IOstream.html" title = "A base calss for input/output streams." > IOstream< / a > status for given operation. < / p >
2023-04-13 11:46:41 -07:00
< p > Generate a FatalIOError when an error has occurred. < / p >
2023-03-27 10:16:23 -07:00
< 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 >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , and < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / 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 = "iEntry_8cpp_source.html#l00064" > iEntry< Key, T * > ::createEntry()< / a > , < a class = "el" href = "dataIO_8cpp_source.html#l00120" > pFlow::readDataAscii()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00035" > dataEntry::readDataEntry()< / a > , < a class = "el" href = "ListI_8hpp_source.html#l00194" > List< std::any > ::readList()< / a > , < a class = "el" href = "IOfileHeader_8cpp_source.html#l00154" > IOfileHeader::writeHeader()< / a > , and < a class = "el" href = "iEntry_8cpp_source.html#l00154" > iEntry< Key, T * > ::writeKeyword()< / a > .< / p >
2023-04-13 11:46:41 -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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_a281bbfd1fe6ab10377d7cb1f5111044d_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a281bbfd1fe6ab10377d7cb1f5111044d_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a298583c3d514f1169bfc43169ba78c38" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a298583c3d514f1169bfc43169ba78c38" > ◆ < / a > < / span > opened()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool opened < / 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 true if stream has been opened. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00168" > 168< / 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::openClosed_< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00056" > IOstream::OPENED< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae54500202b0333927a28c440c85cf07e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae54500202b0333927a28c440c85cf07e" > ◆ < / a > < / span > closed()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool closed < / 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 true if stream is closed. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00055" > IOstream::CLOSED< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00074" > IOstream::openClosed_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "aee3ba44cd3f14501633ae2e8ea04b4d0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee3ba44cd3f14501633ae2e8ea04b4d0" > ◆ < / a > < / span > isBinary()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isBinary < / 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" >
< p > Return true if stream format is binray. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00180" > 180< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00062" > IOstream::BINARY< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00077" > IOstream::writeFormat_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "dataIO_8cpp_source.html#l00080" > pFlow::readDataAsciiBinary()< / a > , and < a class = "el" href = "dataIO_8cpp_source.html#l00022" > pFlow::writeDataAsciiBinary()< / a > .< / p >
2023-04-13 11:46:41 -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 caller 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;" >
< div class = "center" > < img src = "classpFlow_1_1IOstream_aee3ba44cd3f14501633ae2e8ea04b4d0_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_aee3ba44cd3f14501633ae2e8ea04b4d0_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abdcc7f96f487faadc7769afcf58fe992" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abdcc7f96f487faadc7769afcf58fe992" > ◆ < / a > < / span > good()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool good < / 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 true if next operation might succeed. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00186" > 186< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00080" > IOstream::ioState_< / 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 = "Istream_8cpp_source.html#l00049" > Istream::nextValid()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00037" > dictionary::readDictionary()< / a > .< / p >
2023-04-13 11:46:41 -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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_abdcc7f96f487faadc7769afcf58fe992_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_abdcc7f96f487faadc7769afcf58fe992_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "af3418ac60d0d7a303478f29a387feb3c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3418ac60d0d7a303478f29a387feb3c" > ◆ < / a > < / span > eof()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool eof < / 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 true if end of input seen. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00192" > 192< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "stlFile_8cpp_source.html#l00042" > pFlow::checkNumberToken()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00034" > pFlow::checkWordToken()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00064" > iEntry< Key, T * > ::createEntry()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00292" > stlFile::read()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00037" > dictionary::readDictionary()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00032" > iEntry< Key, T * > ::readKeyword()< / a > , and < a class = "el" href = "twoPartEntry_8cpp_source.html#l00028" > twoPartEntry::twoPartEntry()< / a > .< / p >
2023-04-13 11:46:41 -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 caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_af3418ac60d0d7a303478f29a387feb3c_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_af3418ac60d0d7a303478f29a387feb3c_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a48de1a2345c4519dd5d19c67dcce62ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a48de1a2345c4519dd5d19c67dcce62ed" > ◆ < / a > < / span > fail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool fail < / 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 true if next operation will fail. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00198" > 198< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00210" > IOstream::operator bool()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00216" > IOstream::operator!()< / a > .< / p >
2023-04-13 11:46:41 -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 caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_a48de1a2345c4519dd5d19c67dcce62ed_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a48de1a2345c4519dd5d19c67dcce62ed_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a9f7290a5d70f30e1b1b42c8ac4a6082d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f7290a5d70f30e1b1b42c8ac4a6082d" > ◆ < / a > < / span > bad()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool bad < / 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 true if stream is corrupted. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00204" > 204< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "stlFile_8cpp_source.html#l00029" > pFlow::badInput()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00064" > iEntry< Key, T * > ::createEntry()< / a > , < a class = "el" href = "Istream_8cpp_source.html#l00049" > Istream::nextValid()< / a > , < a class = "el" href = "iIstream_8cpp_source.html#l00023" > iIstream::putBack()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00035" > dataEntry::readDataEntry()< / a > , and < a class = "el" href = "iEntry_8cpp_source.html#l00032" > iEntry< Key, T * > ::readKeyword()< / a > .< / p >
2023-04-13 11:46:41 -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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_a9f7290a5d70f30e1b1b42c8ac4a6082d_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a9f7290a5d70f30e1b1b42c8ac4a6082d_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a67b76affb3b5d35fa419ac234144038b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67b76affb3b5d35fa419ac234144038b" > ◆ < / a > < / span > operator bool()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > operator bool < / 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 class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Return true if the stream has not failed. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00210" > 210< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00198" > IOstream::fail()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 call graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1IOstream_a67b76affb3b5d35fa419ac234144038b_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a67b76affb3b5d35fa419ac234144038b_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a61efd4196a96540ee018fee8791f3f10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61efd4196a96540ee018fee8791f3f10" > ◆ < / 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" > bool 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" >
2023-04-13 11:46:41 -07:00
< p > Return true if the stream has failed. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00216" > 216< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00198" > IOstream::fail()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1IOstream_a61efd4196a96540ee018fee8791f3f10_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a61efd4196a96540ee018fee8791f3f10_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a607efe5fb94edbe4cfa890c4907e76c3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a607efe5fb94edbe4cfa890c4907e76c3" > ◆ < / a > < / span > lineNumber() < span class = "overload" > [1/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 = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > lineNumber < / 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 > Const access to the current stream line number. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00223" > 223< / 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#l00084" > IOstream::lineNumber_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "box_8cpp_source.html#l00043" > box::box()< / a > , < a class = "el" href = "iEntry_8cpp_source.html#l00064" > iEntry< Key, T * > ::createEntry()< / a > , < a class = "el" href = "cylinder_8cpp_source.html#l00103" > cylinder::cylinder()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00207" > dataEntry::dataEntry()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00175" > dictionary::dictionary()< / a > , < a class = "el" href = "iBox_8cpp_source.html#l00061" > iBox< intType > ::iBox()< / a > , < a class = "el" href = "Field_8hpp_source.html#l00225" > pFlow::operator< < ()< / a > , < a class = "el" href = "Field_8hpp_source.html#l00214" > pFlow::operator> > ()< / a > , < a class = "el" href = "iIstream_8cpp_source.html#l00023" > iIstream::putBack()< / a > , < a class = "el" href = "timeInterval_8cpp_source.html#l00046" > timeInterval::read()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00292" > stlFile::read()< / a > , < a class = "el" href = "Logical_8cpp_source.html#l00065" > Logical::read()< / a > , < a class = "el" href = "line_8cpp_source.html#l00082" > line::read()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00349" > dataEntry::read()< / a > , < a class = "el" href = "rotatingAxis_8cpp_source.html#l00101" > rotatingAxis::read()< / a > , < a class = "el" href = "Field_8cpp_source.html#l00023" > Field< uint32x3 > ::read()< / a > , < a class = "el" href = "triSurface_8cpp_source.html#l00257" > triSurface::read()< / a > , < a class = "el" href = "multiRotatingAxisMotion_8cpp_source.html#l00198" > multiRotatingAxisMotion::read()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00772" > dictionary::read()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00035" > dataEntry::readDataEntry()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00037" > dictionary::readDictionary()< / a > , < a class = "el" href = "ListI_8hpp_source.html#l00194" > List< std::any > ::readList()< / a > , < a class = "el" href = "sphere_8cpp_source.html#l00053" > sphere::sphere()< / a > , < a class = "el" href = "dataEntry_8cpp_source.html#l00370" > dataEntry::write()< / a > , < a class = "el" href = "triSurface_8cpp_source.html#l00282" > triSurface::write()< / a > , < a class = "el" href = "multiRotatingAxisMotion_8cpp_source.html#l00219" > multiRotatingAxisMotion::write()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00793" > dictionary::write()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 >
2023-04-13 11:46:41 -07:00
< 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_a607efe5fb94edbe4cfa890c4907e76c3_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a607efe5fb94edbe4cfa890c4907e76c3_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "afd74c1e6fa16247a2150f9014fe2b8a4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd74c1e6fa16247a2150f9014fe2b8a4" > ◆ < / a > < / span > lineNumber() < 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 = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > & lineNumber < / 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 > Non-const access to the current stream line number. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00229" > 229< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00084" > IOstream::lineNumber_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a7e8e74ae9e601005f806aaa1178921f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e8e74ae9e601005f806aaa1178921f2" > ◆ < / a > < / span > lineNumber() < span class = "overload" > [3/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 = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > lineNumber < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > num< / em > < / 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 > Set the stream line number return the previous value. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00236" > 236< / 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#l00084" > IOstream::lineNumber_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab6784b88289e1403b616f8ba4d742563" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab6784b88289e1403b616f8ba4d742563" > ◆ < / a > < / span > flags() < 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 ios_base::fmtflags flags < / 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 > Return flags of stream. < / p >
2023-03-27 10:16:23 -07:00
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#ae1cdc69a3d1b9a79aa72ee54c1ea3e44" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1iTstream.html#a03ad359247e17b29c93563d7bf4e33c9" > iTstream< / a > , < a class = "el" href = "classpFlow_1_1Istream.html#ada47b7405e5eaa26f35e795f291164bf" > Istream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#ada47b7405e5eaa26f35e795f291164bf" > Ostream< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00283" > IOstream::setf()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00299" > IOstream::unsetf()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1IOstream_ab6784b88289e1403b616f8ba4d742563_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_ab6784b88289e1403b616f8ba4d742563_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a90f508fef73438f120430ecacd3a603b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90f508fef73438f120430ecacd3a603b" > ◆ < / a > < / span > defaultPrecision() < 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" > static unsigned int defaultPrecision < / 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" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Return the default precision. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00247" > 247< / 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#l00066" > IOstream::precision_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a422504d8feb8f6597fe839556e8fd868" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a422504d8feb8f6597fe839556e8fd868" > ◆ < / a > < / span > defaultPrecision() < 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" > static unsigned int defaultPrecision < / td >
< td > (< / td >
< td class = "paramtype" > unsigned int  < / td >
< td class = "paramname" > < em > prec< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Reset the default precision return the previous value. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00254" > 254< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8hpp_source.html#l00066" > IOstream::precision_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a29b2d2944abba037e93cfc4e7ca19d8a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a29b2d2944abba037e93cfc4e7ca19d8a" > ◆ < / a > < / span > setEof()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setEof < / 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 > Set stream to have reached eof. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00262" > 262< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad609d36f9e9be6dd6f502510ab445260" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad609d36f9e9be6dd6f502510ab445260" > ◆ < / a > < / span > setFail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setFail < / 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 > Set stream to have failed. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00268" > 268< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a638b33dd25b3cd8ea7e846f04fd6a6a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a638b33dd25b3cd8ea7e846f04fd6a6a3" > ◆ < / a > < / span > setBad()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setBad < / 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 > Set stream to be bad. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00274" > 274< / 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#l00080" > IOstream::ioState_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00123" > IOstream::IOstream()< / a > , < a class = "el" href = "iIstreamI_8hpp_source.html#l00129" > pFlow::operator> > ()< / a > , and < a class = "el" href = "Logical_8cpp_source.html#l00065" > Logical::read()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1IOstream_a638b33dd25b3cd8ea7e846f04fd6a6a3_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a638b33dd25b3cd8ea7e846f04fd6a6a3_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ad624f59ea96278722591e5c257ab181b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad624f59ea96278722591e5c257ab181b" > ◆ < / a > < / span > flags() < 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 ios_base::fmtflags flags < / td >
< td > (< / td >
< td class = "paramtype" > const ios_base::fmtflags  < / td >
< td class = "paramname" > < em > f< / 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 flags of stream. < / p >
< p > Implemented in < a class = "el" href = "classpFlow_1_1oTstream.html#a82cca7e83c1c39a4f1599c1d0481d044" > oTstream< / a > , < a class = "el" href = "classpFlow_1_1iTstream.html#a82cca7e83c1c39a4f1599c1d0481d044" > iTstream< / a > , < a class = "el" href = "classpFlow_1_1Istream.html#a5f4e9197238714c0ef19b6a9e9b9ad57" > Istream< / a > , and < a class = "el" href = "classpFlow_1_1Ostream.html#a0150827c09b84dda855b7eb70e7d31c1" > Ostream< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a7496d7abe05bdd8cffe2be14798ac34f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7496d7abe05bdd8cffe2be14798ac34f" > ◆ < / a > < / span > setf() < 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" > ios_base::fmtflags setf < / td >
< td > (< / td >
< td class = "paramtype" > const ios_base::fmtflags  < / td >
< td class = "paramname" > < em > f< / em > < / 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 > Set flags of stream. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00283" > 283< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "classpFlow_1_1IOstream.html#ab6784b88289e1403b616f8ba4d742563" > IOstream::flags()< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00311" > pFlow::dec()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00329" > pFlow::fixed()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00317" > pFlow::hex()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00323" > pFlow::oct()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00335" > pFlow::scientific()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 >
2023-04-13 11:46:41 -07:00
< 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_a7496d7abe05bdd8cffe2be14798ac34f_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a7496d7abe05bdd8cffe2be14798ac34f_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< 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 >
2023-04-13 11:46:41 -07:00
< 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_a7496d7abe05bdd8cffe2be14798ac34f_icgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a7496d7abe05bdd8cffe2be14798ac34f_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a7c8972f80cfc853d1b78253abee55f04" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7c8972f80cfc853d1b78253abee55f04" > ◆ < / a > < / span > setf() < 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" > ios_base::fmtflags setf < / td >
< td > (< / td >
< td class = "paramtype" > const ios_base::fmtflags  < / td >
< td class = "paramname" > < em > f< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const ios_base::fmtflags  < / td >
< td class = "paramname" > < em > mask< / 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 > Set flags of given field of stream. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00290" > 290< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "classpFlow_1_1IOstream.html#ab6784b88289e1403b616f8ba4d742563" > IOstream::flags()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 >
2023-04-13 11:46:41 -07:00
< 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_a7c8972f80cfc853d1b78253abee55f04_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a7c8972f80cfc853d1b78253abee55f04_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6215a425470b1a58a0f3e0407f8683ca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6215a425470b1a58a0f3e0407f8683ca" > ◆ < / a > < / span > unsetf()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void unsetf < / td >
< td > (< / td >
< td class = "paramtype" > const ios_base::fmtflags  < / td >
< td class = "paramname" > < em > f< / em > < / 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 > Unset flags of stream. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00299" > 299< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "classpFlow_1_1IOstream.html#ab6784b88289e1403b616f8ba4d742563" > IOstream::flags()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< 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 call graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_a6215a425470b1a58a0f3e0407f8683ca_cgraph.png" border = "0" usemap = "#classpFlow_1_1IOstream_a6215a425470b1a58a0f3e0407f8683ca_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a4240681db26c977866e8173b76de12d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4240681db26c977866e8173b76de12d8" > ◆ < / a > < / span > precision_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > unsigned int precision_ = 6< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Default precision, only works for ASCII. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00247" > IOstream::defaultPrecision()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a384ff8be80c5e301c5ce6838a1f18033" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a384ff8be80c5e301c5ce6838a1f18033" > ◆ < / a > < / span > staticName_< / 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 = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a > staticName_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p > Name for any generic stream - normally treat as readonly. < / 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
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > .< / p >
< / div >
< / div >
< a id = "aa17155fc05a45901f1fded81dea4c2d0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa17155fc05a45901f1fded81dea4c2d0" > ◆ < / a > < / span > openClosed_< / 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#aacc935fd960fc1d7efe7f3820bb1db35" > streamAccess< / a > openClosed_< / 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 > Is stream open or closed. < / 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-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00174" > IOstream::closed()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00168" > IOstream::opened()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00096" > IOstream::setClosed()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00090" > IOstream::setOpened()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a950517ca51331d52df5f74cd62e44cb3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a950517ca51331d52df5f74cd62e44cb3" > ◆ < / a > < / span > writeFormat_< / 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#ab76e0cc92bb140c07e198662e39d5268" > writeFormat< / a > writeFormat_ = < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d" > ASCII< / a > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > write format < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00077" > 77< / 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#l00180" > IOstream::isBinary()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00107" > IOstream::setWriteFormat()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2caff7df9cffd0325a8877c89f5c779a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2caff7df9cffd0325a8877c89f5c779a" > ◆ < / a > < / span > ioState_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ios_base::iostate ioState_< / 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 > state < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "IOstream_8hpp_source.html" > IOstream.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "IOstream_8hpp_source.html#l00204" > IOstream::bad()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00192" > IOstream::eof()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00198" > IOstream::fail()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00186" > IOstream::good()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00274" > IOstream::setBad()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00262" > IOstream::setEof()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00268" > IOstream::setFail()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00113" > IOstream::setGood()< / a > , and < a class = "el" href = "IOstream_8hpp_source.html#l00102" > IOstream::setState()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a271ea4556e1f077f403284c4cde3ccec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a271ea4556e1f077f403284c4cde3ccec" > ◆ < / a > < / span > lineNumber_< / 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 = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > lineNumber_< / 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 > The file line. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "IOstream_8hpp_source.html#l00084" > 84< / 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#l00223" > IOstream::lineNumber()< / 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 >