Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 3732

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/ZYpp.cc 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('ZYpp_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ZYpp.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ZYpp_8cc.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">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Logger_8h.html">zypp/base/Logger.h</a>&quot;</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 &quot;<a class="code" href="ZYpp_8h.html">zypp/ZYpp.h</a>&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ZYppImpl_8h.html">zypp/zypp_detail/ZYppImpl.h</a>&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Pool_8h.html">zypp/sat/Pool.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="ManagedFile_8h.html">zypp/ManagedFile.h</a>&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="keyword">using</span> std::endl;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;{ </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="comment">// class ZYpp:</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;  <span class="comment">// ctor and dtor implemented in  ZYppFactory.cc</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespacezypp.html#a0cbc2e2f7086209f7f3b03978f7a8722">   29</a></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_1ZYpp.html">ZYpp</a> &amp; obj )</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a> &lt;&lt; *obj.<a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>; }</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;  <span class="comment">// Forward to Impl:</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ab7caa0cf54b370229dee05b199dedc0d">   38</a></span>&#160;  <a class="code" href="classzypp_1_1ResPool.html">ResPool</a> <a class="code" href="classzypp_1_1ZYpp.html#ab7caa0cf54b370229dee05b199dedc0d">ZYpp::pool</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a1ef5422d8e78caf59fef2d8f7f96eedf">pool</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"><a class="line" href="classzypp_1_1ZYpp.html#a6ccdbf8184dd7ea75fdcce7b9b4889ec">   41</a></span>&#160;  <a class="code" href="classzypp_1_1DiskUsageCounter.html#a6303dc944493fe6919410635402df776">DiskUsageCounter::MountPointSet</a> <a class="code" href="classzypp_1_1ZYpp.html#a6ccdbf8184dd7ea75fdcce7b9b4889ec">ZYpp::diskUsage</a>()</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ae90fdb29ca6474596a6cb2f7f338a678">diskUsage</a>(); }</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a82535c03ee8b28969958a8abd6cb9908">   44</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ZYpp.html#a82535c03ee8b28969958a8abd6cb9908">ZYpp::setPartitions</a>(<span class="keyword">const</span> <a class="code" href="classzypp_1_1DiskUsageCounter.html#a6303dc944493fe6919410635402df776">DiskUsageCounter::MountPointSet</a> &amp;mp)</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a46a393c58eb4898e2697a8b0876df89c">setPartitions</a>(mp); }</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a9c770c7e4ed6ac09e07a272d67300acd">   47</a></span>&#160;  <a class="code" href="classzypp_1_1DiskUsageCounter.html#a6303dc944493fe6919410635402df776">DiskUsageCounter::MountPointSet</a> <a class="code" href="classzypp_1_1ZYpp.html#a9c770c7e4ed6ac09e07a272d67300acd">ZYpp::getPartitions</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a06d2d02a61500134a588be797780c37b">getPartitions</a>(); }</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ad9d4155428d575fb182553fa3e45beac">   50</a></span>&#160;  <a class="code" href="classzypp_1_1ResPoolProxy.html">ResPoolProxy</a> <a class="code" href="classzypp_1_1ZYpp.html#ad9d4155428d575fb182553fa3e45beac">ZYpp::poolProxy</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a60d61e0123b8b6ec15407f00788c1e26">poolProxy</a>(); }</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a35f7069ff5447991d4b6c9c96114d300">   53</a></span>&#160;  Resolver_Ptr <a class="code" href="classzypp_1_1ZYpp.html#a35f7069ff5447991d4b6c9c96114d300">ZYpp::resolver</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a63f30329cc44e15763464ab61bc095de">resolver</a>(); }</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a236706a4f8fa2906b7d51b7d4567d91a">   56</a></span>&#160;  KeyRing_Ptr <a class="code" href="classzypp_1_1ZYpp.html#a236706a4f8fa2906b7d51b7d4567d91a">ZYpp::keyRing</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#abe6b3a8b1fb3489f628647945fbc3f3e">keyRing</a>(); }</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">//</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;  <span class="comment">// Forward to Impl:</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ac7bbbf6e231e3b3d4454599c31720dbc">   65</a></span>&#160;  <a class="code" href="classTarget__Ptr.html">Target_Ptr</a> <a class="code" href="classzypp_1_1ZYpp.html#ac7bbbf6e231e3b3d4454599c31720dbc">ZYpp::target</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a48cdb81a19b22fb244e612eeafcf020c">target</a>(); }</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#aca51973e5169dd028960e24f7f7bd1fd">   68</a></span>&#160;  <a class="code" href="classTarget__Ptr.html">Target_Ptr</a> <a class="code" href="classzypp_1_1ZYpp.html#aca51973e5169dd028960e24f7f7bd1fd">ZYpp::getTarget</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a2ff2cc88f876f9a29674d8073dee20dd">getTarget</a>(); }</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ae87121ca097b87c0a1a8fd512ab7342b">   71</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ZYpp.html#ae87121ca097b87c0a1a8fd512ab7342b">ZYpp::initializeTarget</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp; root, <span class="keywordtype">bool</span> doRebuild_r )</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;  { <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#af816635f6d041a41cc45d7729a3f04cc">initializeTarget</a>( root, doRebuild_r ); }</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ac93f430183ac1f869b2c6bfc5a958ef2">   74</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ZYpp.html#ac93f430183ac1f869b2c6bfc5a958ef2">ZYpp::finishTarget</a>()</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;  { <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a854779259b1e6a99d9b92bee0039758f">finishTarget</a>(); }</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"><a class="line" href="classzypp_1_1ZYpp.html#a27e3f9aa4c5c257acf2ad3720f5784d1">   77</a></span>&#160;  <a class="code" href="classzypp_1_1ZYppCommitResult.html">ZYppCommitResult</a> <a class="code" href="classzypp_1_1ZYpp.html#a27e3f9aa4c5c257acf2ad3720f5784d1">ZYpp::commit</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1ZYppCommitPolicy.html">ZYppCommitPolicy</a> &amp; policy_r )</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a77864310d9b1ca7b285ce24aaa55a311">commit</a>( policy_r ); }</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ab9d01a9e7088732ff4d633cafb9481eb">   80</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ZYpp.html#ab9d01a9e7088732ff4d633cafb9481eb">ZYpp::installSrcPackage</a>( <span class="keyword">const</span> SrcPackage_constPtr &amp; srcPackage_r )</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;  { <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a90957d905977856a798e5b95c076659a">installSrcPackage</a>( srcPackage_r ); }</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ade9b353680ce5023a3bc9f333e488b9e">   83</a></span>&#160;  <a class="code" href="classzypp_1_1AutoDispose.html">ManagedFile</a> <a class="code" href="classzypp_1_1ZYpp.html#ade9b353680ce5023a3bc9f333e488b9e">ZYpp::provideSrcPackage</a>( <span class="keyword">const</span> SrcPackage_constPtr &amp; srcPackage_r )</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;  {<span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ad1b7248a38877b603a78a203579ba0e7">provideSrcPackage</a>( srcPackage_r ); }</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a05027399fbf199ccc6bf3cbc525850f0">   87</a></span>&#160;  <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1ZYpp.html#a05027399fbf199ccc6bf3cbc525850f0">ZYpp::homePath</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ad6b4711f6c5f7373071cd5a8d3d672e2">homePath</a>(); }</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#a904e4e637c5756acd4d8fa6750910ae0">   90</a></span>&#160;  <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1ZYpp.html#a904e4e637c5756acd4d8fa6750910ae0">ZYpp::tmpPath</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a74cf2f626dde4d644de9d6f693231e50">tmpPath</a>(); }</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classzypp_1_1ZYpp.html#ab2413d086cdf3f614da09425c5348489">   93</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ZYpp.html#ab2413d086cdf3f614da09425c5348489">ZYpp::setHomePath</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp; path )</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;  { <a class="code" href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a512d191da0d29e3827c176c8d1017f71">setHomePath</a>(path); }</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;} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a48cdb81a19b22fb244e612eeafcf020c"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a48cdb81a19b22fb244e612eeafcf020c">zypp::zypp_detail::ZYppImpl::target</a></div><div class="ttdeci">Target_Ptr target() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00112">ZYppImpl.cc:112</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_abe6b3a8b1fb3489f628647945fbc3f3e"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#abe6b3a8b1fb3489f628647945fbc3f3e">zypp::zypp_detail::ZYppImpl::keyRing</a></div><div class="ttdeci">KeyRing_Ptr keyRing() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8h_source.html#l00059">ZYppImpl.h:59</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a854779259b1e6a99d9b92bee0039758f"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a854779259b1e6a99d9b92bee0039758f">zypp::zypp_detail::ZYppImpl::finishTarget</a></div><div class="ttdeci">void finishTarget()</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00135">ZYppImpl.cc:135</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a512d191da0d29e3827c176c8d1017f71"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a512d191da0d29e3827c176c8d1017f71">zypp::zypp_detail::ZYppImpl::setHomePath</a></div><div class="ttdeci">void setHomePath(const Pathname &amp;path)</div><div class="ttdoc">set the home, if you need to change it</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00203">ZYppImpl.cc:203</a></div></div>
<div class="ttc" id="classzypp_1_1ZYppCommitResult_html"><div class="ttname"><a href="classzypp_1_1ZYppCommitResult.html">zypp::ZYppCommitResult</a></div><div class="ttdoc">Result returned from ZYpp::commit.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppCommitResult_8h_source.html#l00062">ZYppCommitResult.h:62</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ade9b353680ce5023a3bc9f333e488b9e"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ade9b353680ce5023a3bc9f333e488b9e">zypp::ZYpp::provideSrcPackage</a></div><div class="ttdeci">ManagedFile provideSrcPackage(const SrcPackage_constPtr &amp;srcPackage_r)</div><div class="ttdoc">Provides a source package on the Target.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00083">ZYpp.cc:83</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html"><div class="ttname"><a href="classzypp_1_1ZYpp.html">zypp::ZYpp</a></div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8h_source.html#l00054">ZYpp.h:54</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ab9d01a9e7088732ff4d633cafb9481eb"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ab9d01a9e7088732ff4d633cafb9481eb">zypp::ZYpp::installSrcPackage</a></div><div class="ttdeci">void installSrcPackage(const SrcPackage_constPtr &amp;srcPackage_r)</div><div class="ttdoc">Install a source package on the Target.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00080">ZYpp.cc:80</a></div></div>
<div class="ttc" id="Pool_8h_html"><div class="ttname"><a href="Pool_8h.html">Pool.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_1zypp__detail_1_1ZYppImpl_html_ae90fdb29ca6474596a6cb2f7f338a678"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ae90fdb29ca6474596a6cb2f7f338a678">zypp::zypp_detail::ZYppImpl::diskUsage</a></div><div class="ttdeci">DiskUsageCounter::MountPointSet diskUsage()</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00086">ZYppImpl.cc:86</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a904e4e637c5756acd4d8fa6750910ae0"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a904e4e637c5756acd4d8fa6750910ae0">zypp::ZYpp::tmpPath</a></div><div class="ttdeci">Pathname tmpPath() const</div><div class="ttdoc">Get the path where zypp related plugins store temp data.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00090">ZYpp.cc:90</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a63f30329cc44e15763464ab61bc095de"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a63f30329cc44e15763464ab61bc095de">zypp::zypp_detail::ZYppImpl::resolver</a></div><div class="ttdeci">Resolver_Ptr resolver() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8h_source.html#l00063">ZYppImpl.h:63</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ad9d4155428d575fb182553fa3e45beac"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ad9d4155428d575fb182553fa3e45beac">zypp::ZYpp::poolProxy</a></div><div class="ttdeci">ResPoolProxy poolProxy() const</div><div class="ttdoc">Pool of ui::Selectable.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00050">ZYpp.cc:50</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a06d2d02a61500134a588be797780c37b"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a06d2d02a61500134a588be797780c37b">zypp::zypp_detail::ZYppImpl::getPartitions</a></div><div class="ttdeci">DiskUsageCounter::MountPointSet getPartitions() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00101">ZYppImpl.cc:101</a></div></div>
<div class="ttc" id="classzypp_1_1ResPoolProxy_html"><div class="ttname"><a href="classzypp_1_1ResPoolProxy.html">zypp::ResPoolProxy</a></div><div class="ttdoc">ResPool::instance().proxy();.</div><div class="ttdef"><b>Definition:</b> <a href="ResPoolProxy_8h_source.html#l00034">ResPoolProxy.h:34</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a60d61e0123b8b6ec15407f00788c1e26"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a60d61e0123b8b6ec15407f00788c1e26">zypp::zypp_detail::ZYppImpl::poolProxy</a></div><div class="ttdeci">ResPoolProxy poolProxy() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8h_source.html#l00055">ZYppImpl.h:55</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_af816635f6d041a41cc45d7729a3f04cc"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#af816635f6d041a41cc45d7729a3f04cc">zypp::zypp_detail::ZYppImpl::initializeTarget</a></div><div class="ttdeci">void initializeTarget(const Pathname &amp;root, bool doRebuild_r)</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00119">ZYppImpl.cc:119</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a05027399fbf199ccc6bf3cbc525850f0"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a05027399fbf199ccc6bf3cbc525850f0">zypp::ZYpp::homePath</a></div><div class="ttdeci">Pathname homePath() const</div><div class="ttdoc">Get the path where zypp related plugins store persistent data and caches.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00087">ZYpp.cc:87</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a9c770c7e4ed6ac09e07a272d67300acd"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a9c770c7e4ed6ac09e07a272d67300acd">zypp::ZYpp::getPartitions</a></div><div class="ttdeci">DiskUsageCounter::MountPointSet getPartitions() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00047">ZYpp.cc:47</a></div></div>
<div class="ttc" id="ZYppImpl_8h_html"><div class="ttname"><a href="ZYppImpl_8h.html">ZYppImpl.h</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ac7bbbf6e231e3b3d4454599c31720dbc"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ac7bbbf6e231e3b3d4454599c31720dbc">zypp::ZYpp::target</a></div><div class="ttdeci">Target_Ptr target() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00065">ZYpp.cc:65</a></div></div>
<div class="ttc" id="classzypp_1_1DiskUsageCounter_html_a6303dc944493fe6919410635402df776"><div class="ttname"><a href="classzypp_1_1DiskUsageCounter.html#a6303dc944493fe6919410635402df776">zypp::DiskUsageCounter::MountPointSet</a></div><div class="ttdeci">std::set&lt; MountPoint &gt; MountPointSet</div><div class="ttdef"><b>Definition:</b> <a href="DiskUsageCounter_8h_source.html#l00153">DiskUsageCounter.h:153</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a77864310d9b1ca7b285ce24aaa55a311"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a77864310d9b1ca7b285ce24aaa55a311">zypp::zypp_detail::ZYppImpl::commit</a></div><div class="ttdeci">ZYppCommitResult commit(const ZYppCommitPolicy &amp;policy_r)</div><div class="ttdoc">Commit changes and transactions.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00148">ZYppImpl.cc:148</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a82535c03ee8b28969958a8abd6cb9908"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a82535c03ee8b28969958a8abd6cb9908">zypp::ZYpp::setPartitions</a></div><div class="ttdeci">void setPartitions(const DiskUsageCounter::MountPointSet &amp;mp)</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00044">ZYpp.cc:44</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ab2413d086cdf3f614da09425c5348489"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ab2413d086cdf3f614da09425c5348489">zypp::ZYpp::setHomePath</a></div><div class="ttdeci">void setHomePath(const Pathname &amp;path)</div><div class="ttdoc">set the home, if you need to change it</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00093">ZYpp.cc:93</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a35f7069ff5447991d4b6c9c96114d300"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a35f7069ff5447991d4b6c9c96114d300">zypp::ZYpp::resolver</a></div><div class="ttdeci">Resolver_Ptr resolver() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00053">ZYpp.cc:53</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_1ZYppCommitPolicy_html"><div class="ttname"><a href="classzypp_1_1ZYppCommitPolicy.html">zypp::ZYppCommitPolicy</a></div><div class="ttdoc">Options and policies for ZYpp::commit.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppCommitPolicy_8h_source.html#l00033">ZYppCommitPolicy.h:33</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a74cf2f626dde4d644de9d6f693231e50"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a74cf2f626dde4d644de9d6f693231e50">zypp::zypp_detail::ZYppImpl::tmpPath</a></div><div class="ttdeci">Pathname tmpPath() const</div><div class="ttdoc">Get the path where zypp related plugins store tmp data.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00206">ZYppImpl.cc:206</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a27e3f9aa4c5c257acf2ad3720f5784d1"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a27e3f9aa4c5c257acf2ad3720f5784d1">zypp::ZYpp::commit</a></div><div class="ttdeci">ZYppCommitResult commit(const ZYppCommitPolicy &amp;policy_r)</div><div class="ttdoc">Commit changes and transactions.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00077">ZYpp.cc:77</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a236706a4f8fa2906b7d51b7d4567d91a"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a236706a4f8fa2906b7d51b7d4567d91a">zypp::ZYpp::keyRing</a></div><div class="ttdeci">KeyRing_Ptr keyRing() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00056">ZYpp.cc:56</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a90957d905977856a798e5b95c076659a"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a90957d905977856a798e5b95c076659a">zypp::zypp_detail::ZYppImpl::installSrcPackage</a></div><div class="ttdeci">void installSrcPackage(const SrcPackage_constPtr &amp;srcPackage_r)</div><div class="ttdoc">Install a source package on the Target.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00183">ZYppImpl.cc:183</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_ad6b4711f6c5f7373071cd5a8d3d672e2"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ad6b4711f6c5f7373071cd5a8d3d672e2">zypp::zypp_detail::ZYppImpl::homePath</a></div><div class="ttdeci">Pathname homePath() const</div><div class="ttdoc">Get the path where zypp related plugins store persistent data and caches.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00200">ZYppImpl.cc:200</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ab7caa0cf54b370229dee05b199dedc0d"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ab7caa0cf54b370229dee05b199dedc0d">zypp::ZYpp::pool</a></div><div class="ttdeci">ResPool pool() const</div><div class="ttdoc">Access to the global resolvable pool.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00038">ZYpp.cc:38</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ae87121ca097b87c0a1a8fd512ab7342b"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ae87121ca097b87c0a1a8fd512ab7342b">zypp::ZYpp::initializeTarget</a></div><div class="ttdeci">void initializeTarget(const Pathname &amp;root, bool doRebuild_r=false)</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00071">ZYpp.cc:71</a></div></div>
<div class="ttc" id="classzypp_1_1ResPool_html"><div class="ttname"><a href="classzypp_1_1ResPool.html">zypp::ResPool</a></div><div class="ttdoc">Global ResObject pool.</div><div class="ttdef"><b>Definition:</b> <a href="ResPool_8h_source.html#l00060">ResPool.h:60</a></div></div>
<div class="ttc" id="Logger_8h_html"><div class="ttname"><a href="Logger_8h.html">Logger.h</a></div></div>
<div class="ttc" id="ZYpp_8h_html"><div class="ttname"><a href="ZYpp_8h.html">ZYpp.h</a></div></div>
<div class="ttc" id="ManagedFile_8h_html"><div class="ttname"><a href="ManagedFile_8h.html">ManagedFile.h</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a49b41cf09d3eae5ffd62175a60d0e67c"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a49b41cf09d3eae5ffd62175a60d0e67c">zypp::ZYpp::_pimpl</a></div><div class="ttdeci">RW_pointer&lt; Impl &gt; _pimpl</div><div class="ttdoc">Pointer to implementation.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8h_source.html#l00157">ZYpp.h:157</a></div></div>
<div class="ttc" id="classzypp_1_1AutoDispose_html"><div class="ttname"><a href="classzypp_1_1AutoDispose.html">zypp::AutoDispose</a></div><div class="ttdoc">Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...</div><div class="ttdef"><b>Definition:</b> <a href="AutoDispose_8h_source.html#l00092">AutoDispose.h:92</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a2ff2cc88f876f9a29674d8073dee20dd"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a2ff2cc88f876f9a29674d8073dee20dd">zypp::zypp_detail::ZYppImpl::getTarget</a></div><div class="ttdeci">Target_Ptr getTarget() const</div><div class="ttdoc">Same as target but returns NULL if target is not initialized, instead of throwing.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8h_source.html#l00076">ZYppImpl.h:76</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_a1ef5422d8e78caf59fef2d8f7f96eedf"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a1ef5422d8e78caf59fef2d8f7f96eedf">zypp::zypp_detail::ZYppImpl::pool</a></div><div class="ttdeci">ResPool pool() const</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8h_source.html#l00052">ZYppImpl.h:52</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_aca51973e5169dd028960e24f7f7bd1fd"><div class="ttname"><a href="classzypp_1_1ZYpp.html#aca51973e5169dd028960e24f7f7bd1fd">zypp::ZYpp::getTarget</a></div><div class="ttdeci">Target_Ptr getTarget() const</div><div class="ttdoc">Same as target but returns NULL if target is not initialized, instead of throwing.</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00068">ZYpp.cc:68</a></div></div>
<div class="ttc" id="classTarget__Ptr_html"><div class="ttname"><a href="classTarget__Ptr.html">Target_Ptr</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_1zypp__detail_1_1ZYppImpl_html_a46a393c58eb4898e2697a8b0876df89c"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#a46a393c58eb4898e2697a8b0876df89c">zypp::zypp_detail::ZYppImpl::setPartitions</a></div><div class="ttdeci">void setPartitions(const DiskUsageCounter::MountPointSet &amp;mp)</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00095">ZYppImpl.cc:95</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_a6ccdbf8184dd7ea75fdcce7b9b4889ec"><div class="ttname"><a href="classzypp_1_1ZYpp.html#a6ccdbf8184dd7ea75fdcce7b9b4889ec">zypp::ZYpp::diskUsage</a></div><div class="ttdeci">DiskUsageCounter::MountPointSet diskUsage()</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00041">ZYpp.cc:41</a></div></div>
<div class="ttc" id="classzypp_1_1zypp__detail_1_1ZYppImpl_html_ad1b7248a38877b603a78a203579ba0e7"><div class="ttname"><a href="classzypp_1_1zypp__detail_1_1ZYppImpl.html#ad1b7248a38877b603a78a203579ba0e7">zypp::zypp_detail::ZYppImpl::provideSrcPackage</a></div><div class="ttdeci">ManagedFile provideSrcPackage(const SrcPackage_constPtr &amp;srcPackage_r)</div><div class="ttdoc">Install a source package on the Target.</div><div class="ttdef"><b>Definition:</b> <a href="ZYppImpl_8cc_source.html#l00190">ZYppImpl.cc:190</a></div></div>
<div class="ttc" id="classzypp_1_1ZYpp_html_ac93f430183ac1f869b2c6bfc5a958ef2"><div class="ttname"><a href="classzypp_1_1ZYpp.html#ac93f430183ac1f869b2c6bfc5a958ef2">zypp::ZYpp::finishTarget</a></div><div class="ttdeci">void finishTarget()</div><div class="ttdef"><b>Definition:</b> <a href="ZYpp_8cc_source.html#l00074">ZYpp.cc:74</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="ZYpp_8cc.html">ZYpp.cc</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>