phasicFlow/doc/code-documentation/html/Istream_8hpp_source.html

304 lines
45 KiB
HTML

<!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"/>
<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.">
<title>PhasicFlow: src/phasicFlow/streams/Stream/Istream.hpp Source File</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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<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>
<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">
<table cellspacing="0" >
<tbody>
<tr>
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></td>
<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>
<tr>
<td id="projectbrief">
<a href="https://https://cemf.ir">www.cemf.ir</a>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('Istream_8hpp_source.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="headertitle">
<div class="title">Istream.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="Istream_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*------------------------------- phasicFlow ---------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> O C enter of</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> O O E ngineering and</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> O O M ultiscale modeling of</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> OOOOOOO F luid flow </span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> Copyright (C): www.cemf.ir</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> email: hamid.r.norouzi AT gmail.com</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">------------------------------------------------------------------------------ </span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">Licence:</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> This file is part of phasicFlow code. It is a free software for simulating </span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> granular and multiphase flows. You can redistribute it and/or modify it under</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> the terms of GNU General Public License v3 or any other later versions. </span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> </span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> phasicFlow is distributed to help others in their research in the field of </span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">-----------------------------------------------------------------------------*/</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef __Istream_hpp__</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define __Istream_hpp__</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;limits&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="iIstream_8hpp.html">iIstream.hpp</a>&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;{</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html"> 39</a></span>&#160;<span class="keyword">class </span><a class="code" href="classpFlow_1_1Istream.html">Istream</a></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;:</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keyword">public</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;{</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="comment">//- Private Data</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#a50fd7d13a0f7a6007ca5027b3bb8765a"> 46</a></span>&#160; <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a> <a class="code" href="classpFlow_1_1Istream.html#a50fd7d13a0f7a6007ca5027b3bb8765a">name_</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#ae07f290f478c5378efde3613f1396f95"> 49</a></span>&#160; std::istream&amp; <a class="code" href="classpFlow_1_1Istream.html#ae07f290f478c5378efde3613f1396f95">is_</a>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keywordtype">char</span> <a class="code" href="classpFlow_1_1Istream.html#a3d5ae683596fda5b3cb7e1e22750ced3">nextValid</a>();</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1Istream.html#a7e71f99e176c31f799cb199c7ff6d5b8">readWordToken</a>(<a class="code" href="classpFlow_1_1token.html">token</a>&amp; t);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; </div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="comment">// Handles &quot;$var&quot; and &quot;${var}&quot; forms, permits &#39;/&#39; scoping character.</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="classpFlow_1_1Istream.html">Istream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#aba7335ea9b5adb9f02359e7ee2556431">readVariable</a>(<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; str);</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1Istream.html#a32b77186746c413f9a774962268d9f67">operator=</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1Istream.html">Istream</a>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; </div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="classpFlow_1_1Istream.html#ad48b8b290ed666fa5a63bc93b3a6d042">Istream</a>( std::istream&amp; is, <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; streamName, <a class="code" href="classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268">writeFormat</a> wf = <a class="code" href="classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d">ASCII</a>);</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1Istream.html#aa87acab95f6b508c203a4509ca726bcf">~Istream</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b"> 81</a></span>&#160; <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b">name</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1Istream.html#a50fd7d13a0f7a6007ca5027b3bb8765a">name_</a>;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; }</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#a093459b3399aba6fe0f57bbbc2925bc2"> 87</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a093459b3399aba6fe0f57bbbc2925bc2">name</a>()</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; {</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1Istream.html#a50fd7d13a0f7a6007ca5027b3bb8765a">name_</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; }</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; </div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keyword">virtual</span> ios_base::fmtflags <a class="code" href="classpFlow_1_1Istream.html#ada47b7405e5eaa26f35e795f291164bf">flags</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <a class="code" href="classpFlow_1_1Istream.html">Istream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a4b24d3a74d38ac71f0c83493e2e96ef8">get</a>(<span class="keywordtype">char</span>&amp; c);</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="keywordtype">int</span> <a class="code" href="classpFlow_1_1Istream.html#a9040fa1d479d71edf3a826f4691c35c4">peek</a>();</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <a class="code" href="classpFlow_1_1Istream.html">Istream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a1795762addc0a9a1c0d105e81b1a47c2">getLine</a>(<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; str, <span class="keywordtype">char</span> delim = <span class="charliteral">&#39;\n&#39;</span>);</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; std::streamsize <a class="code" href="classpFlow_1_1Istream.html#a1795762addc0a9a1c0d105e81b1a47c2">getLine</a>(std::nullptr_t, <span class="keywordtype">char</span> delim = <span class="charliteral">&#39;\n&#39;</span>);</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="classpFlow_1_1Istream.html">Istream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a469a625701584441d1d62023823cd452">putback</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> c);</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="classpFlow_1_1token.html">token</a>&amp; t) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<span class="keywordtype">char</span>&amp; c) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; </div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; str) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#ab57115c7d3b788246557d319c80f9e8a">readString</a>(<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>&amp; str) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0">int64</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e">int8</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5">uint64</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; </div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<a class="code" href="namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d">uint8</a>&amp;) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<span class="keywordtype">float</span>&amp; val) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<span class="keywordtype">double</span>&amp; val) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; </div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; <a class="code" href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">read</a>(<span class="keywordtype">char</span>* buffer, std::streamsize <a class="code" href="namespacepFlow.html#ab484dde689e0549b38dbaf95068150af">count</a>) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; </div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classpFlow_1_1Istream.html#a2bdbb2555e86aa90ede87dcc48e33f65">findBinaryBlockStart</a>()<span class="keyword">override</span>;</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; </div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1Istream.html#a16b5576a276bb013a4bfc1dccacf3671">rewind</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; </div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1Istream.html#a641ff388ef41042b3a08ffe0cb7188f4">seek</a>(<span class="keywordtype">size_t</span> pos) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; </div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classpFlow_1_1Istream.html#ae44e318a6d58d774d4eddf726dd543f4">tell</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; </div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; </div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keyword">virtual</span> ios_base::fmtflags <a class="code" href="classpFlow_1_1Istream.html#ada47b7405e5eaa26f35e795f291164bf">flags</a>(<span class="keyword">const</span> ios_base::fmtflags <a class="code" href="classpFlow_1_1Istream.html#ada47b7405e5eaa26f35e795f291164bf">flags</a>);</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; </div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; </div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#a513d1fa6b29fa93acb75f0afe0a58dd5"> 173</a></span>&#160; <span class="keyword">virtual</span> std::istream&amp; <a class="code" href="classpFlow_1_1Istream.html#a513d1fa6b29fa93acb75f0afe0a58dd5">stdStream</a>()</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; {</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1Istream.html#ae07f290f478c5378efde3613f1396f95">is_</a>;</div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; }</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; </div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classpFlow_1_1Istream.html#a7a17167d833673fb25c95ae879d14b18"> 179</a></span>&#160; <span class="keyword">virtual</span> <span class="keyword">const</span> std::istream&amp; <a class="code" href="classpFlow_1_1Istream.html#a7a17167d833673fb25c95ae879d14b18">stdStream</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1Istream.html#ae07f290f478c5378efde3613f1396f95">is_</a>;</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; }</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; </div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; </div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;};</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; </div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; </div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;} </div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; </div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclasspFlow_1_1Istream_html_a32b77186746c413f9a774962268d9f67"><div class="ttname"><a href="classpFlow_1_1Istream.html#a32b77186746c413f9a774962268d9f67">pFlow::Istream::operator=</a></div><div class="ttdeci">void operator=(const Istream &amp;)=delete</div><div class="ttdoc">No copy assignment.</div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a513d1fa6b29fa93acb75f0afe0a58dd5"><div class="ttname"><a href="classpFlow_1_1Istream.html#a513d1fa6b29fa93acb75f0afe0a58dd5">pFlow::Istream::stdStream</a></div><div class="ttdeci">virtual std::istream &amp; stdStream()</div><div class="ttdoc">Access to underlying std::istream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00173">Istream.hpp:173</a></div></div>
<div class="ttc" id="aclasspFlow_1_1token_html"><div class="ttname"><a href="classpFlow_1_1token.html">pFlow::token</a></div><div class="ttdoc">Token class based on OpenFOAM stream, with some modifications/simplifications to be tailored to our n...</div><div class="ttdef"><b>Definition:</b> <a href="token_8hpp_source.html#l00044">token.hpp:44</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a3d5ae683596fda5b3cb7e1e22750ced3"><div class="ttname"><a href="classpFlow_1_1Istream.html#a3d5ae683596fda5b3cb7e1e22750ced3">pFlow::Istream::nextValid</a></div><div class="ttdeci">char nextValid()</div><div class="ttdoc">Get the next valid character.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00049">Istream.cpp:49</a></div></div>
<div class="ttc" id="aiIstream_8hpp_html"><div class="ttname"><a href="iIstream_8hpp.html">iIstream.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a7e71f99e176c31f799cb199c7ff6d5b8"><div class="ttname"><a href="classpFlow_1_1Istream.html#a7e71f99e176c31f799cb199c7ff6d5b8">pFlow::Istream::readWordToken</a></div><div class="ttdeci">void readWordToken(token &amp;t)</div><div class="ttdoc">Read a word token.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00127">Istream.cpp:127</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a2bdbb2555e86aa90ede87dcc48e33f65"><div class="ttname"><a href="classpFlow_1_1Istream.html#a2bdbb2555e86aa90ede87dcc48e33f65">pFlow::Istream::findBinaryBlockStart</a></div><div class="ttdeci">size_t findBinaryBlockStart() override</div><div class="ttdoc">It seek for a character sequence that indicates the start of a binary block char sequence is 255 255 ...</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00861">Istream.cpp:861</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_ae44e318a6d58d774d4eddf726dd543f4"><div class="ttname"><a href="classpFlow_1_1Istream.html#ae44e318a6d58d774d4eddf726dd543f4">pFlow::Istream::tell</a></div><div class="ttdeci">size_t tell() override</div><div class="ttdoc">Return current position indicator.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00911">Istream.cpp:911</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_ad48b8b290ed666fa5a63bc93b3a6d042"><div class="ttname"><a href="classpFlow_1_1Istream.html#ad48b8b290ed666fa5a63bc93b3a6d042">pFlow::Istream::Istream</a></div><div class="ttdeci">Istream(std::istream &amp;is, const word &amp;streamName, writeFormat wf=ASCII)</div><div class="ttdoc">Construct wrapper around std::istream, set stream status.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00304">Istream.cpp:304</a></div></div>
<div class="ttc" id="aclasspFlow_1_1IOstream_html_ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d"><div class="ttname"><a href="classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d">pFlow::IOstream::ASCII</a></div><div class="ttdeci">@ ASCII</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00061">IOstream.hpp:61</a></div></div>
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00056">builtinTypes.hpp:56</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00064">builtinTypes.hpp:64</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a093459b3399aba6fe0f57bbbc2925bc2"><div class="ttname"><a href="classpFlow_1_1Istream.html#a093459b3399aba6fe0f57bbbc2925bc2">pFlow::Istream::name</a></div><div class="ttdeci">virtual word &amp; name()</div><div class="ttdoc">Return non-const access to the name of the stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00087">Istream.hpp:87</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a94809bdb48183ff3ef62935d56f5c1e0"><div class="ttname"><a href="namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0">pFlow::int64</a></div><div class="ttdeci">long long int int64</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00052">builtinTypes.hpp:52</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a754ce9966caae1ee331378bf4a87269b"><div class="ttname"><a href="classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b">pFlow::Istream::name</a></div><div class="ttdeci">virtual const word &amp; name() const</div><div class="ttdoc">Return the name of the stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00081">Istream.hpp:81</a></div></div>
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demGeometry_8hpp_source.html#l00027">demGeometry.hpp:27</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a641ff388ef41042b3a08ffe0cb7188f4"><div class="ttname"><a href="classpFlow_1_1Istream.html#a641ff388ef41042b3a08ffe0cb7188f4">pFlow::Istream::seek</a></div><div class="ttdeci">void seek(size_t pos) override</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00902">Istream.cpp:902</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_ab57115c7d3b788246557d319c80f9e8a"><div class="ttname"><a href="classpFlow_1_1Istream.html#ab57115c7d3b788246557d319c80f9e8a">pFlow::Istream::readString</a></div><div class="ttdeci">virtual iIstream &amp; readString(word &amp;str) override</div><div class="ttdoc">Read a string.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00680">Istream.cpp:680</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html"><div class="ttname"><a href="classpFlow_1_1Istream.html">pFlow::Istream</a></div><div class="ttdoc">Standard input stream for binary and ascii data.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00039">Istream.hpp:39</a></div></div>
<div class="ttc" id="aclasspFlow_1_1iIstream_html"><div class="ttname"><a href="classpFlow_1_1iIstream.html">pFlow::iIstream</a></div><div class="ttdoc">Interface class for any input stream</div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8hpp_source.html#l00037">iIstream.hpp:37</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_aba7335ea9b5adb9f02359e7ee2556431"><div class="ttname"><a href="classpFlow_1_1Istream.html#aba7335ea9b5adb9f02359e7ee2556431">pFlow::Istream::readVariable</a></div><div class="ttdeci">Istream &amp; readVariable(word &amp;str)</div><div class="ttdoc">Read a variable name starting with '$'.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00141">Istream.cpp:141</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00050">builtinTypes.hpp:50</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a2927b1d2adfb79cfbe30374f02109ac5"><div class="ttname"><a href="classpFlow_1_1Istream.html#a2927b1d2adfb79cfbe30374f02109ac5">pFlow::Istream::read</a></div><div class="ttdeci">virtual iIstream &amp; read(token &amp;t) override</div><div class="ttdoc">Return next token from stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00392">Istream.cpp:392</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_aa87acab95f6b508c203a4509ca726bcf"><div class="ttname"><a href="classpFlow_1_1Istream.html#aa87acab95f6b508c203a4509ca726bcf">pFlow::Istream::~Istream</a></div><div class="ttdeci">virtual ~Istream()=default</div><div class="ttdoc">Destructor.</div></div>
<div class="ttc" id="anamespacepFlow_html_ab484dde689e0549b38dbaf95068150af"><div class="ttname"><a href="namespacepFlow.html#ab484dde689e0549b38dbaf95068150af">pFlow::count</a></div><div class="ttdeci">auto count(const Vector&lt; T, Allocator &gt; &amp;vec, const T &amp;val)</div><div class="ttdef"><b>Definition:</b> <a href="VectorAlgorithm_8hpp_source.html#l00026">VectorAlgorithm.hpp:26</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a4b24d3a74d38ac71f0c83493e2e96ef8"><div class="ttname"><a href="classpFlow_1_1Istream.html#a4b24d3a74d38ac71f0c83493e2e96ef8">pFlow::Istream::get</a></div><div class="ttdeci">Istream &amp; get(char &amp;c)</div><div class="ttdoc">Raw, low-level get character function.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00325">Istream.cpp:325</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a16b5576a276bb013a4bfc1dccacf3671"><div class="ttname"><a href="classpFlow_1_1Istream.html#a16b5576a276bb013a4bfc1dccacf3671">pFlow::Istream::rewind</a></div><div class="ttdeci">void rewind() override</div><div class="ttdoc">Rewind the stream so that it may be read again.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00891">Istream.cpp:891</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a50fd7d13a0f7a6007ca5027b3bb8765a"><div class="ttname"><a href="classpFlow_1_1Istream.html#a50fd7d13a0f7a6007ca5027b3bb8765a">pFlow::Istream::name_</a></div><div class="ttdeci">word name_</div><div class="ttdoc">Stream name.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00046">Istream.hpp:46</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aeefdb2888fa3c58f2454ef004419e6a5"><div class="ttname"><a href="namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5">pFlow::uint64</a></div><div class="ttdeci">unsigned long long int uint64</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00058">builtinTypes.hpp:58</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a07fb256c1077eea7a7726e948cc8ff0e"><div class="ttname"><a href="namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e">pFlow::int8</a></div><div class="ttdeci">signed char int8</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00048">builtinTypes.hpp:48</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a9040fa1d479d71edf3a826f4691c35c4"><div class="ttname"><a href="classpFlow_1_1Istream.html#a9040fa1d479d71edf3a826f4691c35c4">pFlow::Istream::peek</a></div><div class="ttdeci">int peek()</div><div class="ttdoc">Raw, low-level peek function.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00339">Istream.cpp:339</a></div></div>
<div class="ttc" id="aclasspFlow_1_1IOstream_html_ab76e0cc92bb140c07e198662e39d5268"><div class="ttname"><a href="classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268">pFlow::IOstream::writeFormat</a></div><div class="ttdeci">writeFormat</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00059">IOstream.hpp:59</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_ada47b7405e5eaa26f35e795f291164bf"><div class="ttname"><a href="classpFlow_1_1Istream.html#ada47b7405e5eaa26f35e795f291164bf">pFlow::Istream::flags</a></div><div class="ttdeci">virtual ios_base::fmtflags flags() const</div><div class="ttdoc">Return flags of output stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00927">Istream.cpp:927</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a7a17167d833673fb25c95ae879d14b18"><div class="ttname"><a href="classpFlow_1_1Istream.html#a7a17167d833673fb25c95ae879d14b18">pFlow::Istream::stdStream</a></div><div class="ttdeci">virtual const std::istream &amp; stdStream() const</div><div class="ttdoc">Const access to underlying std::istream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00179">Istream.hpp:179</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a469a625701584441d1d62023823cd452"><div class="ttname"><a href="classpFlow_1_1Istream.html#a469a625701584441d1d62023823cd452">pFlow::Istream::putback</a></div><div class="ttdeci">Istream &amp; putback(const char c)</div><div class="ttdoc">Raw, low-level putback character function.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00375">Istream.cpp:375</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_a1795762addc0a9a1c0d105e81b1a47c2"><div class="ttname"><a href="classpFlow_1_1Istream.html#a1795762addc0a9a1c0d105e81b1a47c2">pFlow::Istream::getLine</a></div><div class="ttdeci">Istream &amp; getLine(word &amp;str, char delim='\n')</div><div class="ttdoc">Raw, low-level getline (until delimiter) into a string.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8cpp_source.html#l00345">Istream.cpp:345</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a34ecedcf03a70dc91e4616212d79267d"><div class="ttname"><a href="namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d">pFlow::uint8</a></div><div class="ttdeci">unsigned char uint8</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00054">builtinTypes.hpp:54</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Istream_html_ae07f290f478c5378efde3613f1396f95"><div class="ttname"><a href="classpFlow_1_1Istream.html#ae07f290f478c5378efde3613f1396f95">pFlow::Istream::is_</a></div><div class="ttdeci">std::istream &amp; is_</div><div class="ttdoc">Input stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00049">Istream.hpp:49</a></div></div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a></li><li class="navelem"><a class="el" href="dir_b13948a90891cb8a59f39ab8c50a8102.html">streams</a></li><li class="navelem"><a class="el" href="dir_7b330c61a9c831e500520a1387f6b9d0.html">Stream</a></li><li class="navelem"><a class="el" href="Istream_8hpp.html">Istream.hpp</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>