Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 939

libzypp-doc-17.9.0-1.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: zypp/base/InputStream.h 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>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.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" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libzypp
   &#160;<span id="projectnumber">17.9.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</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('InputStream_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">InputStream.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="InputStream_8h.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">/*---------------------------------------------------------------------\</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">|                          ____ _   __ __ ___                          |</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">|                         |__  / \ / / . \ . \                         |</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">|                           / / \ V /|  _/  _/                         |</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">|                          / /__ | | | | | |                           |</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">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#ifndef ZYPP_BASE_INPUTSTREAM_H</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#define ZYPP_BASE_INPUTSTREAM_H</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &lt;iosfwd&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="PtrTypes_8h.html">zypp/base/PtrTypes.h</a>&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="DefaultIntegral_8h.html">zypp/base/DefaultIntegral.h</a>&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Pathname_8h.html">zypp/Pathname.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;{ </div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;  <span class="comment">//    CLASS NAME : InputStream</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html">   56</a></span>&#160;<span class="comment"></span>  <span class="keyword">class </span><a class="code" href="classzypp_1_1InputStream.html">InputStream</a></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;  <span class="keyword">public</span>:</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>();</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( std::istream &amp; stream_r,</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;                 <span class="keyword">const</span> std::string &amp; name_r = std::string() );</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp; file_r );</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;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp; file_r,</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;                 <span class="keyword">const</span> std::string &amp; name_r );</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> std::string &amp; file_r );</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> std::string &amp; file_r,</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;                 <span class="keyword">const</span> std::string &amp; name_r );</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">   81</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * file_r );</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">InputStream</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * file_r,</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;                 <span class="keyword">const</span> std::string &amp; name_r );</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;    <a class="code" href="classzypp_1_1InputStream.html#a938478a7e857e2be4cc4e1477e6c1adb">~InputStream</a>();</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a6136188b397b01f777bcf0f3814c379f">   93</a></span>&#160;    std::istream &amp; <a class="code" href="classzypp_1_1InputStream.html#a6136188b397b01f777bcf0f3814c379f">stream</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1InputStream.html#aaa3fe242615393b04ac6fb534a004567">_stream</a>; }</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"><a class="line" href="classzypp_1_1InputStream.html#a5ce4c625600a89b05a804f9c0210a437">   97</a></span>&#160;    <span class="keyword">operator</span> std::istream &amp;() <span class="keyword">const</span></div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    { <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1InputStream.html#aaa3fe242615393b04ac6fb534a004567">_stream</a>; }</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a627b57ada20d3b56ecbb201d0be74817">  107</a></span>&#160;    <span class="keyword">const</span> std::string &amp; <a class="code" href="classzypp_1_1InputStream.html#a627b57ada20d3b56ecbb201d0be74817">name</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1InputStream.html#aae5e63877c151d46eeb8587203785c88">_name</a>; }</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a8e717e3bd4020668506b6c0fab77ad7f">  111</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp; <a class="code" href="classzypp_1_1InputStream.html#a8e717e3bd4020668506b6c0fab77ad7f">path</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1InputStream.html#a99580fbd827096016fbacc0f71d9116f">_path</a>; }</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a860ea2cf5575915464967546527ba105">  118</a></span>&#160;    std::streamoff <a class="code" href="classzypp_1_1InputStream.html#a860ea2cf5575915464967546527ba105">size</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1InputStream.html#a5b9121176cfd35f2e35f70dbb0ce4635">_size</a>; }</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#adb51b9b812d0277e696b24a812c0179b">  127</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1InputStream.html#adb51b9b812d0277e696b24a812c0179b">setSize</a>( std::streamoff val_r )</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    { <a class="code" href="classzypp_1_1InputStream.html#a5b9121176cfd35f2e35f70dbb0ce4635">_size</a> = val_r; }</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a99580fbd827096016fbacc0f71d9116f">  131</a></span>&#160;    <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>                 <a class="code" href="classzypp_1_1InputStream.html#a99580fbd827096016fbacc0f71d9116f">_path</a>;</div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#aaa3fe242615393b04ac6fb534a004567">  132</a></span>&#160;    shared_ptr&lt;std::istream&gt; <a class="code" href="classzypp_1_1InputStream.html#aaa3fe242615393b04ac6fb534a004567">_stream</a>;</div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#aae5e63877c151d46eeb8587203785c88">  133</a></span>&#160;    std::string              <a class="code" href="classzypp_1_1InputStream.html#aae5e63877c151d46eeb8587203785c88">_name</a>;</div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classzypp_1_1InputStream.html#a5b9121176cfd35f2e35f70dbb0ce4635">  134</a></span>&#160;    <a class="code" href="classzypp_1_1DefaultIntegral.html">DefaultIntegral</a>&lt;std::streamoff,-1&gt; <a class="code" href="classzypp_1_1InputStream.html#a5b9121176cfd35f2e35f70dbb0ce4635">_size</a>;</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;  };</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;  std::ostream &amp; <a class="code" href="namespacezypp.html#a736823673697753a9826f368fefff5f0">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1InputStream.html">InputStream</a> &amp; obj );</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="comment">// namespace zypp</span></div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<span class="comment"></span><span class="preprocessor">#endif // ZYPP_BASE_INPUTSTREAM_H</span></div><div class="ttc" id="Pathname_8h_html"><div class="ttname"><a href="Pathname_8h.html">Pathname.h</a></div></div>
<div class="ttc" id="DefaultIntegral_8h_html"><div class="ttname"><a href="DefaultIntegral_8h.html">DefaultIntegral.h</a></div></div>
<div class="ttc" id="namespacestr_html"><div class="ttname"><a href="namespacestr.html">str</a></div><div class="ttdoc">String related utilities and Regular expression matching.</div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_aae5e63877c151d46eeb8587203785c88"><div class="ttname"><a href="classzypp_1_1InputStream.html#aae5e63877c151d46eeb8587203785c88">zypp::InputStream::_name</a></div><div class="ttdeci">std::string _name</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00133">InputStream.h:133</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html"><div class="ttname"><a href="classzypp_1_1InputStream.html">zypp::InputStream</a></div><div class="ttdoc">Helper to create and pass std::istream.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00056">InputStream.h:56</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a5b9121176cfd35f2e35f70dbb0ce4635"><div class="ttname"><a href="classzypp_1_1InputStream.html#a5b9121176cfd35f2e35f70dbb0ce4635">zypp::InputStream::_size</a></div><div class="ttdeci">DefaultIntegral&lt; std::streamoff,-1 &gt; _size</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00134">InputStream.h:134</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a860ea2cf5575915464967546527ba105"><div class="ttname"><a href="classzypp_1_1InputStream.html#a860ea2cf5575915464967546527ba105">zypp::InputStream::size</a></div><div class="ttdeci">std::streamoff size() const</div><div class="ttdoc">Size of the input stream (informal).</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00118">InputStream.h:118</a></div></div>
<div class="ttc" id="PtrTypes_8h_html"><div class="ttname"><a href="PtrTypes_8h.html">PtrTypes.h</a></div></div>
<div class="ttc" id="namespacezypp_html_a736823673697753a9826f368fefff5f0"><div class="ttname"><a href="namespacezypp.html#a736823673697753a9826f368fefff5f0">zypp::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const Exception &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8cc_source.html#l00147">Exception.cc:147</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a938478a7e857e2be4cc4e1477e6c1adb"><div class="ttname"><a href="classzypp_1_1InputStream.html#a938478a7e857e2be4cc4e1477e6c1adb">zypp::InputStream::~InputStream</a></div><div class="ttdeci">~InputStream()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8cc_source.html#l00143">InputStream.cc:143</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a627b57ada20d3b56ecbb201d0be74817"><div class="ttname"><a href="classzypp_1_1InputStream.html#a627b57ada20d3b56ecbb201d0be74817">zypp::InputStream::name</a></div><div class="ttdeci">const std::string &amp; name() const</div><div class="ttdoc">Name of the std::istream.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00107">InputStream.h:107</a></div></div>
<div class="ttc" id="classzypp_1_1DefaultIntegral_html"><div class="ttname"><a href="classzypp_1_1DefaultIntegral.html">zypp::DefaultIntegral</a></div><div class="ttdoc">Integral type with defined initial value when default constructed.</div><div class="ttdef"><b>Definition:</b> <a href="DefaultIntegral_8h_source.html#l00041">DefaultIntegral.h:41</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a8e717e3bd4020668506b6c0fab77ad7f"><div class="ttname"><a href="classzypp_1_1InputStream.html#a8e717e3bd4020668506b6c0fab77ad7f">zypp::InputStream::path</a></div><div class="ttdeci">const Pathname &amp; path() const</div><div class="ttdoc">Path to the input file or empty if no file.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00111">InputStream.h:111</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_ab2e19c1485189fbb57828de65e6d65ab"><div class="ttname"><a href="classzypp_1_1InputStream.html#ab2e19c1485189fbb57828de65e6d65ab">zypp::InputStream::InputStream</a></div><div class="ttdeci">InputStream()</div><div class="ttdoc">Default ctor providing std::cin.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8cc_source.html#l00047">InputStream.cc:47</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a6136188b397b01f777bcf0f3814c379f"><div class="ttname"><a href="classzypp_1_1InputStream.html#a6136188b397b01f777bcf0f3814c379f">zypp::InputStream::stream</a></div><div class="ttdeci">std::istream &amp; stream() const</div><div class="ttdoc">The std::istream.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00093">InputStream.h:93</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_a99580fbd827096016fbacc0f71d9116f"><div class="ttname"><a href="classzypp_1_1InputStream.html#a99580fbd827096016fbacc0f71d9116f">zypp::InputStream::_path</a></div><div class="ttdeci">Pathname _path</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00131">InputStream.h:131</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_adb51b9b812d0277e696b24a812c0179b"><div class="ttname"><a href="classzypp_1_1InputStream.html#adb51b9b812d0277e696b24a812c0179b">zypp::InputStream::setSize</a></div><div class="ttdeci">void setSize(std::streamoff val_r)</div><div class="ttdoc">Set the size of the input stream.</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00127">InputStream.h:127</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html">zypp::filesystem::Pathname</a></div><div class="ttdoc">Pathname.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00043">Pathname.h:43</a></div></div>
<div class="ttc" id="namespacezypp_html"><div class="ttname"><a href="namespacezypp.html">zypp</a></div><div class="ttdoc">Easy-to use interface to the ZYPP dependency resolver.</div><div class="ttdef"><b>Definition:</b> <a href="CodePitfalls_8doc_source.html#l00001">CodePitfalls.doc:1</a></div></div>
<div class="ttc" id="classzypp_1_1InputStream_html_aaa3fe242615393b04ac6fb534a004567"><div class="ttname"><a href="classzypp_1_1InputStream.html#aaa3fe242615393b04ac6fb534a004567">zypp::InputStream::_stream</a></div><div class="ttdeci">shared_ptr&lt; std::istream &gt; _stream</div><div class="ttdef"><b>Definition:</b> <a href="InputStream_8h_source.html#l00132">InputStream.h:132</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="dir_76651d3a0256a4372f696a008d71ee69.html">base</a></li><li class="navelem"><a class="el" href="InputStream_8h.html">InputStream.h</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.15 </li>
  </ul>
</div>
</body>
</html>