Sophie

Sophie

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

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/sat/detail/PoolImpl.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('sat_2detail_2PoolImpl_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">PoolImpl.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="sat_2detail_2PoolImpl_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 &lt;fstream&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &lt;boost/mpl/int.hpp&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Easy_8h.html">zypp/base/Easy.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="LogTools_8h.html">zypp/base/LogTools.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="Gettext_8h.html">zypp/base/Gettext.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="Exception_8h.html">zypp/base/Exception.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Measure_8h.html">zypp/base/Measure.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="WatchFile_8h.html">zypp/base/WatchFile.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Sysconfig_8h.html">zypp/base/Sysconfig.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="IOStream_8h.html">zypp/base/IOStream.h</a>&quot;</span></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;<span class="preprocessor">#include &quot;<a class="code" href="ZConfig_8h.html">zypp/ZConfig.h</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="sat_2detail_2PoolImpl_8h.html">zypp/sat/detail/PoolImpl.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SolvableSet_8h.html">zypp/sat/SolvableSet.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</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="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Capability_8h.html">zypp/Capability.h</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Locale_8h.html">zypp/Locale.h</a>&quot;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="PoolItem_8h.html">zypp/PoolItem.h</a>&quot;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Modalias_8h.html">zypp/target/modalias/Modalias.h</a>&quot;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MediaPriority_8h.html">zypp/media/MediaPriority.h</a>&quot;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;{</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment">// Workaround libsolv project not providing a common include</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="comment">// directory. (the -devel package does, but the git repo doesn&#39;t).</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">// #include &lt;solv/repo_helix.h&gt;</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keywordtype">int</span> <a class="code" href="sat_2detail_2PoolImpl_8cc.html#a1fcc47bb89c9f675113ec874e03c1d6d">repo_add_helix</a>( ::Repo *repo, FILE *fp, <span class="keywordtype">int</span> flags );</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">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keyword">using</span> std::endl;</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">   47</span>&#160;<span class="preprocessor">#undef  ZYPP_BASE_LOGGER_LOGGROUP</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="sat_2detail_2PoolImpl_8cc.html#ad11ca1dc9757eafa29e9de2259388ff4">   48</a></span>&#160;<span class="preprocessor">#define ZYPP_BASE_LOGGER_LOGGROUP &quot;zypp::satpool&quot;</span></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">   50</span>&#160;<span class="comment">// ///////////////////////////////////////////////////////////////////</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;{</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;  <span class="keyword">namespace </span>env</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  {</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="namespacezypp_1_1env.html#aa53d6868a565091840faaa20c6ed701b">   57</a></span>&#160;    <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="namespacezypp_1_1env.html#aa53d6868a565091840faaa20c6ed701b">LIBSOLV_DEBUGMASK</a>()</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    {</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * envp = getenv(<span class="stringliteral">&quot;LIBSOLV_DEBUGMASK&quot;</span>);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;      <span class="keywordflow">return</span> envp ? str::strtonum&lt;int&gt;( envp ) : 0;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;    }</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;  } <span class="comment">// namespace env</span></div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment"></span>  <span class="keyword">namespace </span>sat</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="l00068"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat_1_1detail.html">   68</a></span>&#160;    <span class="keyword">namespace </span>detail</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    { </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">   71</span>&#160;      <span class="comment">// MPL checks for satlib constants we redefine to avoid</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;      <span class="comment">// includes and defines.</span></div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a7e9a3049ad4c7542ea1cd5cee91a5432">noId</a>,                 ==, STRID_NULL );</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a5c8efa123e7f3db25970db1791483638">emptyId</a>,              ==, STRID_EMPTY );</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a86243ff14cd229d4a0f6a4a28b8fdbc8">noSolvableId</a>,         ==, ID_NULL );</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">systemSolvableId</a>,     ==, SYSTEMSOLVABLE );</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c06f423178836f11e94031966993c66">solvablePrereqMarker</a>, ==, SOLVABLE_PREREQMARKER );</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a45d3e734a09c4a216f70f15179232419">solvableFileMarker</a>,   ==, SOLVABLE_FILEMARKER );</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95">CapDetail::CAP_AND</a>,       ==, REL_AND );</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345">CapDetail::CAP_OR</a>,        ==, REL_OR );</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452">CapDetail::CAP_WITH</a>,      ==, REL_WITH );</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af">CapDetail::CAP_NAMESPACE</a>, ==, REL_NAMESPACE );</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da">CapDetail::CAP_ARCH</a>,      ==, REL_ARCH );</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a721585f102a332951b750f7a6e2a0a91">namespaceModalias</a>,     ==, NAMESPACE_MODALIAS );</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2a97e91d68e8cac5d426e660632040ad">namespaceLanguage</a>,     ==, NAMESPACE_LANGUAGE );</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">BOOST_MPL_ASSERT_RELATION</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a7a3025a734f4e8235c12bdc7ae15e634">namespaceFilesystem</a>,   ==, NAMESPACE_FILESYSTEM );</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;</div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae9ee247d708fd97abe9421032e6a926e">   94</a></span>&#160;      <span class="keyword">const</span> std::string &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae9ee247d708fd97abe9421032e6a926e">PoolImpl::systemRepoAlias</a>()</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;      {</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> std::string _val( <span class="stringliteral">&quot;@System&quot;</span> );</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;        <span class="keywordflow">return</span> _val;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;      }</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat_1_1detail.html#ad838e05a345f10a0ec3e2721cb788d74">  100</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="namespacezypp_1_1sat_1_1detail.html#ad838e05a345f10a0ec3e2721cb788d74">sysconfigStoragePath</a>()</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;      {</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> _val( <span class="stringliteral">&quot;/etc/sysconfig/storage&quot;</span> );</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        <span class="keywordflow">return</span> _val;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;      }</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat_1_1detail.html#affb76d498bc9384fb8fa5f223ea55623">  108</a></span>&#160;      <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="namespacezypp_1_1sat_1_1detail.html#affb76d498bc9384fb8fa5f223ea55623">logSat</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a58fc0c36f81591f1f06cc060d603340f">CPool</a> *, <span class="keywordtype">void</span> *data, <span class="keywordtype">int</span> type, <span class="keyword">const</span> <span class="keywordtype">char</span> *logString )</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;      {</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;        <span class="comment">//                            &quot;1234567890123456789012345678901234567890</span></div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;        <span class="keywordflow">if</span> ( 0 == strncmp( logString, <span class="stringliteral">&quot;  - no rule created&quot;</span>, 19 ) )</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;          <span class="keywordflow">return</span>;</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;        <span class="keywordflow">if</span> ( 0 == strncmp( logString, <span class="stringliteral">&quot;    next rules: 0 0&quot;</span>, 19 ) )</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;          <span class="keywordflow">return</span>;</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;        <span class="keywordflow">if</span> ( type &amp; (SOLV_FATAL|SOLV_ERROR) ) {</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga0c77da38232dd21b1be8d79ef6ff9133">L_ERR</a>(<span class="stringliteral">&quot;libsolv&quot;</span>) &lt;&lt; logString;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;        } <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( type &amp; SOLV_DEBUG_STATS ) {</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#gac2f5053852d30c8208a2b54f9da37732">L_DBG</a>(<span class="stringliteral">&quot;libsolv&quot;</span>) &lt;&lt; logString;</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;        } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#gab523528d18fc9fba6e110ffa0d4078cc">L_MIL</a>(<span class="stringliteral">&quot;libsolv&quot;</span>) &lt;&lt; logString;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;        }</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;      }</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3b9fd2e0ab713ac2f9ed66eb4c2adc57">  125</a></span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3b9fd2e0ab713ac2f9ed66eb4c2adc57">PoolImpl::nsCallback</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a58fc0c36f81591f1f06cc060d603340f">CPool</a> *, <span class="keywordtype">void</span> * data, <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> lhs, <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> rhs )</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;      {</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;        <span class="comment">// lhs:    the namespace identifier, e.g. NAMESPACE:MODALIAS</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;        <span class="comment">// rhs:    the value, e.g. pci:v0000104Cd0000840[01]sv*sd*bc*sc*i*</span></div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;        <span class="comment">// return: 0 if not supportded</span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;        <span class="comment">//         1 if supported by the system</span></div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;        <span class="comment">//        -1  AFAIK it&#39;s also possible to return a list of solvables that support it, but don&#39;t know how.</span></div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> RET_unsupported    = 0;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> RET_systemProperty = 1;</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;        <span class="keywordflow">switch</span> ( lhs )</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;        {</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;          <span class="keywordflow">case</span> NAMESPACE_LANGUAGE:</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;          {</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;            <span class="keyword">const</span> <a class="code" href="structzypp_1_1base_1_1SetTracker.html">TrackedLocaleIds</a> &amp; localeIds( reinterpret_cast&lt;PoolImpl*&gt;(data)-&gt;<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7feac9f268fe27d2de95102d0981694a">trackedLocaleIds</a>() );</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;            <span class="keywordflow">return</span> localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#ae99ae5f08f2020fd80d22d8b789fcddb">contains</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(rhs) ) ? RET_systemProperty : RET_unsupported;</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;          }</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;          <span class="keywordflow">break</span>;</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;          <span class="keywordflow">case</span> NAMESPACE_MODALIAS:</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;          {</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;            <span class="comment">// modalias strings in capability may be hexencoded because rpm does not allow</span></div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;            <span class="comment">// &#39;,&#39;, &#39; &#39; or other special chars.</span></div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1target_1_1Modalias.html#a406383a904db959412e61b8525abaa9e">target::Modalias::instance</a>().<a class="code" href="classzypp_1_1target_1_1Modalias.html#a38699d7dcbfa636dee29e26119a506cc">query</a>( <a class="code" href="namespacezypp_1_1str.html#a094815f9db94b2b06d181a2460710cba">str::hexdecode</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(rhs).c_str() ) )</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;                ? RET_systemProperty</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;              : RET_unsupported;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;          }</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;          <span class="keywordflow">break</span>;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;          <span class="keywordflow">case</span> NAMESPACE_FILESYSTEM:</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="keyword">const</span> std::set&lt;std::string&gt; &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>( reinterpret_cast&lt;PoolImpl*&gt;(data)-&gt;<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>() );</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>.find( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(rhs).<a class="code" href="namespacezypp.html#a1547a676c9d1f206e0ed614d42d74c2d">asString</a>() ) != <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>.end() ? RET_systemProperty : RET_unsupported;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;          }</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;          <span class="keywordflow">break</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;        }</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;        <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga9423380a92639b296ea0a984ea7e1c6b">WAR</a> &lt;&lt; <span class="stringliteral">&quot;Unhandled &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1Capability.html">Capability</a>( lhs ) &lt;&lt; <span class="stringliteral">&quot; vs. &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1Capability.html">Capability</a>( rhs ) &lt;&lt; endl;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;        <span class="keywordflow">return</span> RET_unsupported;</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="comment">//</span></div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;      <span class="comment">//        METHOD NAME : PoolMember::myPool</span></div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;      <span class="comment">//        METHOD TYPE : PoolImpl</span></div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;      <span class="comment">//</span></div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">  172</a></span>&#160;      <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html">PoolImpl</a> &amp; <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">PoolMember::myPool</a>()</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;      {</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;        <span class="keyword">static</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html">PoolImpl</a> _global;</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;        <span class="keywordflow">return</span> _global;</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">  179</span>&#160;      <span class="comment">//</span></div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;      <span class="comment">//        METHOD NAME : PoolImpl::PoolImpl</span></div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;      <span class="comment">//        METHOD TYPE : Ctor</span></div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;      <span class="comment">//</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afccca8ddcc6b8609e737ccf57b9397d6">  183</a></span>&#160;      <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afccca8ddcc6b8609e737ccf57b9397d6">PoolImpl::PoolImpl</a>()</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;      : _pool( ::pool_create() )</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;        <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;Creating sat-pool.&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a> )</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;          <a class="code" href="group__ZYPP__THROW.html#gaf8c3a87d63dd4f26f059eddd62c22864">ZYPP_THROW</a>( <a class="code" href="classzypp_1_1Exception.html">Exception</a>( <a class="code" href="Gettext_8h.html#ad0ac7087c1804ce80118f897d7edd897">_</a>(<span class="stringliteral">&quot;Can not create sat-pool.&quot;</span>) ) );</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="comment">// by now we support only a RPM backend</span></div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;        ::pool_setdisttype(<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, DISTTYPE_RPM );</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;        <span class="comment">// initialialize logging</span></div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="namespacezypp_1_1env.html#aa53d6868a565091840faaa20c6ed701b">env::LIBSOLV_DEBUGMASK</a>() )</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;        {</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;          ::pool_setdebugmask(<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, <a class="code" href="namespacezypp_1_1env.html#aa53d6868a565091840faaa20c6ed701b">env::LIBSOLV_DEBUGMASK</a>() );</div><div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;        }</div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;        <span class="keywordflow">else</span></div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;        {</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;          <span class="keywordflow">if</span> ( getenv(<span class="stringliteral">&quot;ZYPP_LIBSOLV_FULLLOG&quot;</span>) || getenv(<span class="stringliteral">&quot;ZYPP_LIBSAT_FULLLOG&quot;</span>) )</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;            ::pool_setdebuglevel( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, 3 );</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;          <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( getenv(<span class="stringliteral">&quot;ZYPP_FULLLOG&quot;</span>) )</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;            ::pool_setdebuglevel( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, 2 );</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;          else</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;            ::pool_setdebugmask(<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, SOLV_DEBUG_JOB|SOLV_DEBUG_STATS );</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;        }</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;        ::pool_setdebugcallback( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, <a class="code" href="namespacezypp_1_1sat_1_1detail.html#affb76d498bc9384fb8fa5f223ea55623">logSat</a>, NULL );</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;        <span class="comment">// set namespace callback</span></div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;nscallback = &amp;<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3b9fd2e0ab713ac2f9ed66eb4c2adc57">nsCallback</a>;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;nscallbackdata = (<span class="keywordtype">void</span>*)<span class="keyword">this</span>;</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;      }</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;      <span class="comment">//</span></div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;      <span class="comment">//        METHOD NAME : PoolImpl::~PoolImpl</span></div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;      <span class="comment">//        METHOD TYPE : Dtor</span></div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;      <span class="comment">//</span></div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7da14dbf4dc49ad80118c74c8eb657ab">  221</a></span>&#160;      <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7da14dbf4dc49ad80118c74c8eb657ab">PoolImpl::~PoolImpl</a>()</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;      {</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;        ::pool_free( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a> );</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;      }</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">  228</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">PoolImpl::setDirty</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * a1, <span class="keyword">const</span> <span class="keywordtype">char</span> * a2, <span class="keyword">const</span> <span class="keywordtype">char</span> * a3 )</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;      {</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;        <span class="keywordflow">if</span> ( a1 )</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;        {</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;          <span class="keywordflow">if</span>      ( a3 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a3 &lt;&lt; endl;</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;          <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( a2 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; endl;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;          <span class="keywordflow">else</span>           <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; endl;</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;        }</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab2d4ac549d2a2e1e4f92d16fee14a5f6">_serial</a>.<a class="code" href="classzypp_1_1SerialNumber.html#a467487c42c4b18c2579f817d337a25ae">setDirty</a>();           <span class="comment">// pool content change</span></div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">_availableLocalesPtr</a>.reset(); <span class="comment">// available locales may change</span></div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a>.reset(); <span class="comment">// re-evaluate ZConfig::multiversionSpec.</span></div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afcd725321b04a8eb28f5d117b9cdd6af">depSetDirty</a>();  <span class="comment">// invaldate dependency/namespace related indices</span></div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;      }</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;</div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">  243</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">PoolImpl::localeSetDirty</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * a1, <span class="keyword">const</span> <span class="keywordtype">char</span> * a2, <span class="keyword">const</span> <span class="keywordtype">char</span> * a3 )</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;      {</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;        <span class="keywordflow">if</span> ( a1 )</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;        {</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;          <span class="keywordflow">if</span>      ( a3 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a3 &lt;&lt; endl;</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;          <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( a2 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; endl;</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;          <span class="keywordflow">else</span>           <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; endl;</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;        }</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">_trackedLocaleIdsPtr</a>.reset();   <span class="comment">// requested locales changed</span></div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afcd725321b04a8eb28f5d117b9cdd6af">depSetDirty</a>();  <span class="comment">// invaldate dependency/namespace related indices</span></div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;      }</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;</div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afcd725321b04a8eb28f5d117b9cdd6af">  255</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afcd725321b04a8eb28f5d117b9cdd6af">PoolImpl::depSetDirty</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * a1, <span class="keyword">const</span> <span class="keywordtype">char</span> * a2, <span class="keyword">const</span> <span class="keywordtype">char</span> * a3 )</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;      {</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;        <span class="keywordflow">if</span> ( a1 )</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;        {</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;          <span class="keywordflow">if</span>      ( a3 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a3 &lt;&lt; endl;</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;          <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( a2 ) <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; <span class="stringliteral">&quot; &quot;</span> &lt;&lt; a2 &lt;&lt; endl;</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;          <span class="keywordflow">else</span>           <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; a1 &lt;&lt; endl;</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;        }</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;        ::pool_freewhatprovides( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a> );</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;      }</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;</div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae4da0dde1921a7c1047db837b8572fe9">  266</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae4da0dde1921a7c1047db837b8572fe9">PoolImpl::prepare</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;        <span class="comment">// additional /etc/sysconfig/storage check:</span></div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;        <span class="keyword">static</span> <a class="code" href="classzypp_1_1WatchFile.html">WatchFile</a> sysconfigFile( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ad838e05a345f10a0ec3e2721cb788d74">sysconfigStoragePath</a>(), <a class="code" href="classzypp_1_1WatchFile.html#ab9153dd84d8e4610cf656ed967f4b562a375746bba584174232a45b6ec7f23ed8">WatchFile::NO_INIT</a> );</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;        <span class="keywordflow">if</span> ( sysconfigFile.<a class="code" href="classzypp_1_1WatchFile.html#a76b1cfbf1923c82a0cfdb22a2effe776">hasChanged</a>() )</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;        {</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">_requiredFilesystemsPtr</a>.reset(); <span class="comment">// recreated on demand</span></div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;          const_cast&lt;PoolImpl*&gt;(<span class="keyword">this</span>)-&gt;depSetDirty( <span class="stringliteral">&quot;/etc/sysconfig/storage change&quot;</span> );</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;        }</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#aa6b2004d9b82253dc3ee9b416bd17530">_watcher</a>.<a class="code" href="classzypp_1_1SerialNumberWatcher.html#a17645910a2ca753c4a9682328d554041">remember</a>( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab2d4ac549d2a2e1e4f92d16fee14a5f6">_serial</a> ) )</div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;        {</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;          <span class="comment">// After repo/solvable add/remove:</span></div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;          <span class="comment">// set pool architecture</span></div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;          ::pool_setarch( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>,  <a class="code" href="classzypp_1_1ZConfig.html#a9b986f2c40a1aa9e1a2aea3d299210d1">ZConfig::instance</a>().systemArchitecture().<a class="code" href="namespacezypp.html#a1547a676c9d1f206e0ed614d42d74c2d">asString</a>().c_str() );</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;        }</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;whatprovides )</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;        {</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;pool_createwhatprovides...&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;          ::pool_addfileprovides( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a> );</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;          ::pool_createwhatprovides( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a> );</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;        }</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;languages )</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;        {</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;          <span class="comment">// initial seting</span></div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;          const_cast&lt;PoolImpl*&gt;(<span class="keyword">this</span>)-&gt;setTextLocale( <a class="code" href="classzypp_1_1ZConfig.html#a9b986f2c40a1aa9e1a2aea3d299210d1">ZConfig::instance</a>().textLocale() );</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;        }</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;      }</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;</div><div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#aa508ca91ff84294249b5193aa4a5af41">  297</a></span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#aa508ca91ff84294249b5193aa4a5af41">PoolImpl::_createRepo</a>( <span class="keyword">const</span> std::string &amp; name_r )</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;      {</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, name_r.c_str() );</div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;        <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * ret = ::repo_create( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, name_r.c_str() );</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;        <span class="keywordflow">if</span> ( ret &amp;&amp; name_r == <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae9ee247d708fd97abe9421032e6a926e">systemRepoAlias</a>() )</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;          ::pool_set_installed( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, ret );</div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;        <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;      }</div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;</div><div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a758e9c6f281d214ab5d0d13abe50e122">  306</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a758e9c6f281d214ab5d0d13abe50e122">PoolImpl::_deleteRepo</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo_r )</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;      {</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, repo_r-&gt;name );</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3ae2d4656d67b8c326ef44a01c43fe24">isSystemRepo</a>( repo_r ) )</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a4b0cbab0c2c3365e2818de54672b45ec">_autoinstalled</a>.<a class="code" href="classzypp_1_1sat_1_1Queue.html#ac0a308e6956c61be9b0f4619701ac357">clear</a>();</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7eb58b0cd5dff6a836ab1fb586d3887d">eraseRepoInfo</a>( repo_r );</div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;        ::repo_free( repo_r, <span class="comment">/*resusePoolIDs*/</span><span class="keyword">false</span> );</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;        <span class="comment">// If the last repo is removed clear the pool to actually reuse all IDs.</span></div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;        <span class="comment">// NOTE: the explicit ::repo_free above asserts all solvables are memset(0)!</span></div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;        <span class="keywordflow">if</span> ( !<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;urepos )</div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;        {</div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae397d6973fed0ca98fad267bef844987">_serialIDs</a>.<a class="code" href="classzypp_1_1SerialNumber.html#a467487c42c4b18c2579f817d337a25ae">setDirty</a>();        <span class="comment">// Indicate resusePoolIDs - ResPool must also invalidate it&#39;s PoolItems</span></div><div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;          ::pool_freeallrepos( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, <span class="comment">/*resusePoolIDs*/</span><span class="keyword">true</span> );</div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;        }</div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;      }</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div><div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac5336af4afd3477b63c88e054f3b7d8a">  322</a></span>&#160;      <span class="keywordtype">int</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac5336af4afd3477b63c88e054f3b7d8a">PoolImpl::_addSolv</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo_r, FILE * file_r )</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;      {</div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, repo_r-&gt;name );</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;        <span class="keywordtype">int</span> ret = ::repo_add_solv( repo_r, file_r, 0 );</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;        <span class="keywordflow">if</span> ( ret == 0 )</div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab9a96328d8283f2ff2641147d010458a">_postRepoAdd</a>( repo_r );</div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;        <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;      }</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;</div><div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad349673dc8981a16f69159da3f14bd80">  331</a></span>&#160;      <span class="keywordtype">int</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad349673dc8981a16f69159da3f14bd80">PoolImpl::_addHelix</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo_r, FILE * file_r )</div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;      {</div><div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, repo_r-&gt;name );</div><div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;        <span class="keywordtype">int</span> ret = <a class="code" href="sat_2detail_2PoolImpl_8cc.html#a1fcc47bb89c9f675113ec874e03c1d6d">::repo_add_helix</a>( repo_r, file_r, 0 );</div><div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;        <span class="keywordflow">if</span> ( ret == 0 )</div><div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab9a96328d8283f2ff2641147d010458a">_postRepoAdd</a>( repo_r );</div><div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;        <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;      }</div><div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;</div><div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab9a96328d8283f2ff2641147d010458a">  340</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab9a96328d8283f2ff2641147d010458a">PoolImpl::_postRepoAdd</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo_r )</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;      {</div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3ae2d4656d67b8c326ef44a01c43fe24">isSystemRepo</a>( repo_r ) )</div><div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;        {</div><div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;            <span class="comment">// Filter out unwanted archs</span></div><div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;          std::set&lt;detail::IdType&gt; sysids;</div><div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;          {</div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;            <a class="code" href="classzypp_1_1Arch.html#a33d43756f8323b663bfcd5788a1fc486">Arch::CompatSet</a> sysarchs( <a class="code" href="classzypp_1_1Arch.html#a7a4d0e1ee6708aa73b0ccedfe4bf381f">Arch::compatSet</a>( <a class="code" href="classzypp_1_1ZConfig.html#a9b986f2c40a1aa9e1a2aea3d299210d1">ZConfig::instance</a>().systemArchitecture() ) );</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;            <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, sysarchs.begin(), sysarchs.end() )</div><div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;              sysids.insert( it-&gt;id() );</div><div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;</div><div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;              <span class="comment">// unfortunately libsolv treats src/nosrc as architecture:</span></div><div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;            sysids.insert( ARCH_SRC );</div><div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;            sysids.insert( ARCH_NOSRC );</div><div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;          }</div><div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;</div><div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;          <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> blockBegin = 0;</div><div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;          <span class="keywordtype">unsigned</span>       blockSize  = 0;</div><div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;          <span class="keywordflow">for</span> ( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> i = repo_r-&gt;start; i &lt; repo_r-&gt;end; ++i )</div><div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;          {</div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;              <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">CSolvable</a> * s( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>-&gt;solvables + i );</div><div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;              <span class="keywordflow">if</span> ( s-&gt;repo == repo_r &amp;&amp; sysids.find( s-&gt;arch ) == sysids.end() )</div><div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;              {</div><div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;                <span class="comment">// Remember an unwanted arch entry:</span></div><div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;                <span class="keywordflow">if</span> ( ! blockBegin )</div><div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;                  blockBegin = i;</div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;                ++blockSize;</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;              }</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;              <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( blockSize )</div><div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;              {</div><div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;                <span class="comment">// Free remembered entries</span></div><div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;                  ::repo_free_solvable_block( repo_r, blockBegin, blockSize, <span class="comment">/*resusePoolIDs*/</span><span class="keyword">false</span> );</div><div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;                  blockBegin = blockSize = 0;</div><div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;              }</div><div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;          }</div><div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;          <span class="keywordflow">if</span> ( blockSize )</div><div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;          {</div><div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;              <span class="comment">// Free remembered entries</span></div><div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;              ::repo_free_solvable_block( repo_r, blockBegin, blockSize, <span class="comment">/*resusePoolIDs*/</span><span class="keyword">false</span> );</div><div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;              blockBegin = blockSize = 0;</div><div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;          }</div><div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;        }</div><div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;      }</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;</div><div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad977170c049b874e4c48e3979e46ed71">  384</a></span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ae94cd07a576454d3dd6803db524488b7">detail::SolvableIdType</a> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad977170c049b874e4c48e3979e46ed71">PoolImpl::_addSolvables</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo_r, <span class="keywordtype">unsigned</span> count_r )</div><div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;      {</div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, repo_r-&gt;name );</div><div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;        return ::repo_add_solvable_block( repo_r, count_r );</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;      }</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;</div><div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af7b9c1ed13bf4d388d475b5cba41231b">  390</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af7b9c1ed13bf4d388d475b5cba41231b">PoolImpl::setRepoInfo</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#af7f94740473734e85e7ddbca348c3997">RepoIdType</a> id_r, <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp; info_r )</div><div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;      {</div><div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;        <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">CRepo</a> * repo( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad0891f6ffd72c403d05f4772d7616d5f">getRepo</a>( id_r ) );</div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;        <span class="keywordflow">if</span> ( repo )</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;        {</div><div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;          <span class="keywordtype">bool</span> dirty = <span class="keyword">false</span>;</div><div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;</div><div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;          <span class="comment">// libsolv priority is based on &#39;&lt;&#39;, while yum&#39;s repoinfo</span></div><div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;          <span class="comment">// uses 1(highest)-&gt;99(lowest). Thus we use -info_r.priority.</span></div><div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;          <span class="keywordflow">if</span> ( repo-&gt;priority != <span class="keywordtype">int</span>(-info_r.<a class="code" href="classzypp_1_1RepoInfo.html#abb5284204be1b3bf5d52203287ed845a">priority</a>()) )</div><div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;          {</div><div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;            repo-&gt;priority = -info_r.<a class="code" href="classzypp_1_1RepoInfo.html#abb5284204be1b3bf5d52203287ed845a">priority</a>();</div><div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;            dirty = <span class="keyword">true</span>;</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;          }</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;</div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;          <span class="comment">// subpriority is used to e.g. prefer http over dvd iff</span></div><div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;          <span class="comment">// both have same priority.</span></div><div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;          <span class="keywordtype">int</span> mediaPriority( <a class="code" href="classzypp_1_1media_1_1MediaPriority.html">media::MediaPriority</a>( info_r.<a class="code" href="classzypp_1_1RepoInfo.html#a716c908c1f49972fa90f63991b7dddce">url</a>() ) );</div><div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;          <span class="keywordflow">if</span> ( repo-&gt;subpriority != mediaPriority )</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;          {</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;            repo-&gt;subpriority = mediaPriority;</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;            dirty = <span class="keyword">true</span>;</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;          }</div><div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;</div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;          <span class="keywordflow">if</span> ( dirty )</div><div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;            <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">setDirty</a>(__FUNCTION__, info_r.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>().c_str() );</div><div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;        }</div><div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a6d41a61d37a917b7b5af6bc58f49d982">_repoinfos</a>[id_r] = info_r;</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;      }</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;</div><div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;</div><div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a466b16662372bed7c47c098971016307">  422</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a466b16662372bed7c47c098971016307">PoolImpl::setTextLocale</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; locale_r )</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;      {</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;        std::vector&lt;std::string&gt; fallbacklist;</div><div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;        <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1Locale.html">Locale</a> l( locale_r ); l; l = l.<a class="code" href="classzypp_1_1Locale.html#a4120d65fb13e49f32c9ff30e83213557">fallback</a>() )</div><div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;        {</div><div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;          fallbacklist.push_back( l.code() );</div><div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;        }</div><div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;        <a class="code" href="namespacezypp.html#a479f546f3ea5c44da01c3ef26a968c2f">dumpRangeLine</a>( <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;pool_set_languages: &quot;</span>, fallbacklist.begin(), fallbacklist.end() ) &lt;&lt; endl;</div><div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;        std::vector&lt;const char *&gt; fallbacklist_cstr;</div><div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;        <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, fallbacklist.begin(), fallbacklist.end() )</div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;        {</div><div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;          fallbacklist_cstr.push_back( it-&gt;c_str() );</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;        }</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;        ::pool_set_languages( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">_pool</a>, &amp;fallbacklist_cstr.front(), fallbacklist_cstr.size() );</div><div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;      }</div><div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;</div><div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a4a68b729510dd679e3bf1aa9cefeee33">  439</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a4a68b729510dd679e3bf1aa9cefeee33">PoolImpl::initRequestedLocales</a>( <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; locales_r )</div><div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;      {</div><div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a>.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#acbc1a5b46008d69bf2a25f956e10a7e9">setInitial</a>( locales_r ) )</div><div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;        {</div><div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">localeSetDirty</a>( <span class="stringliteral">&quot;initRequestedLocales&quot;</span> );</div><div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;Init RequestedLocales: &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a> &lt;&lt; <span class="stringliteral">&quot; =&quot;</span> &lt;&lt; locales_r &lt;&lt; endl;</div><div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;        }</div><div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;      }</div><div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;</div><div class="line"><a name="l00448"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a97be473a9375cfafd10d61a8c0380816">  448</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a97be473a9375cfafd10d61a8c0380816">PoolImpl::setRequestedLocales</a>( <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; locales_r )</div><div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;      {</div><div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a>.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#a76c0330d1363194ca84ba0695e1f64a0">set</a>( locales_r ) )</div><div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;        {</div><div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">localeSetDirty</a>( <span class="stringliteral">&quot;setRequestedLocales&quot;</span> );</div><div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;New RequestedLocales: &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a> &lt;&lt; <span class="stringliteral">&quot; =&quot;</span> &lt;&lt; locales_r &lt;&lt; endl;</div><div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;        }</div><div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;      }</div><div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;</div><div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac1cb1d4da5b7e2010e8147ce01b2b90a">  457</a></span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac1cb1d4da5b7e2010e8147ce01b2b90a">PoolImpl::addRequestedLocale</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; locale_r )</div><div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;      {</div><div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;        <span class="keywordtype">bool</span> done = <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a>.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#a7a3a9ec2295911fe0733ccd2eb45df20">add</a>( locale_r );</div><div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;        <span class="keywordflow">if</span> ( done )</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;        {</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">localeSetDirty</a>( <span class="stringliteral">&quot;addRequestedLocale&quot;</span>, locale_r.<a class="code" href="classzypp_1_1Locale.html#a815b229da829e629e13a817451095146">code</a>().c_str() );</div><div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;New RequestedLocales: &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a> &lt;&lt; <span class="stringliteral">&quot; +&quot;</span> &lt;&lt; locale_r &lt;&lt; endl;</div><div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;        }</div><div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;        <span class="keywordflow">return</span> done;</div><div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;      }</div><div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;</div><div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a781bc12e76c98186dc52a37b9e6e7d8e">  468</a></span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a781bc12e76c98186dc52a37b9e6e7d8e">PoolImpl::eraseRequestedLocale</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; locale_r )</div><div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;      {</div><div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;        <span class="keywordtype">bool</span> done = <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a>.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#aa64bc1470b630627e8d924600b2aed71">remove</a>( locale_r );</div><div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;        <span class="keywordflow">if</span> ( done )</div><div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;        {</div><div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">localeSetDirty</a>( <span class="stringliteral">&quot;addRequestedLocale&quot;</span>, locale_r.<a class="code" href="classzypp_1_1Locale.html#a815b229da829e629e13a817451095146">code</a>().c_str() );</div><div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;New RequestedLocales: &quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a> &lt;&lt; <span class="stringliteral">&quot; -&quot;</span> &lt;&lt; locale_r &lt;&lt; endl;</div><div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;        }</div><div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;        <span class="keywordflow">return</span> done;</div><div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;      }</div><div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;</div><div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;</div><div class="line"><a name="l00480"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7feac9f268fe27d2de95102d0981694a">  480</a></span>&#160;      <span class="keyword">const</span> <a class="code" href="structzypp_1_1base_1_1SetTracker.html">PoolImpl::TrackedLocaleIds</a> &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7feac9f268fe27d2de95102d0981694a">PoolImpl::trackedLocaleIds</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">_trackedLocaleIdsPtr</a> )</div><div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;        {</div><div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">_trackedLocaleIdsPtr</a>.reset( <span class="keyword">new</span> <a class="code" href="structzypp_1_1base_1_1SetTracker.html">TrackedLocaleIds</a> );</div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;</div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;          <span class="keyword">const</span> <a class="code" href="structzypp_1_1base_1_1SetTracker.html">base::SetTracker&lt;LocaleSet&gt;</a> &amp;   localesTracker( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">_requestedLocalesTracker</a> );</div><div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;          <a class="code" href="structzypp_1_1base_1_1SetTracker.html">TrackedLocaleIds</a> &amp;                    localeIds( *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">_trackedLocaleIdsPtr</a> );</div><div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;</div><div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;          <span class="comment">// Add current locales+fallback except for added ones</span></div><div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;          <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1Locale.html">Locale</a> lang: localesTracker.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>() )</div><div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;          {</div><div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;            <span class="keywordflow">if</span> ( localesTracker.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#a923c4cb05e4b884e39a9410e4bd6c4af">wasAdded</a>( lang ) )</div><div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;              <span class="keywordflow">continue</span>;</div><div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;            <span class="keywordflow">for</span> ( ; lang; lang = lang.fallback() )</div><div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;            { localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>().insert( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(lang) ); }</div><div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;          }</div><div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;</div><div class="line"><a name="l00498"></a><span class="lineno">  498</span>&#160;          <span class="comment">// Add added locales+fallback except they are already in current</span></div><div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;          <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1Locale.html">Locale</a> lang: localesTracker.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#ab0911e3739d88b4e0631b154a51bf000">added</a>() )</div><div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;          {</div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;            <span class="keywordflow">for</span> ( ; lang &amp;&amp; localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>().insert( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(lang) ).second; lang = lang.fallback() )</div><div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;            { localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#ab0911e3739d88b4e0631b154a51bf000">added</a>().insert( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(lang) ); }</div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;          }</div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;          <span class="comment">// Add removed locales+fallback except they are still in current</span></div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;          <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1Locale.html">Locale</a> lang: localesTracker.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#a66a88ee8b51d331eadc189d0157c28e4">removed</a>() )</div><div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;          {</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;            <span class="keywordflow">for</span> ( ; lang &amp;&amp; ! localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>().count( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(lang) ); lang = lang.fallback() )</div><div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;            { localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#a66a88ee8b51d331eadc189d0157c28e4">removed</a>().insert( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(lang) ); }</div><div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;          }</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;</div><div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;          <span class="comment">// Assert that TrackedLocaleIds::current is not empty.</span></div><div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;          <span class="comment">// If, so fill in LanguageCode::enCode as last resort.</span></div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;          <span class="keywordflow">if</span> ( localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>().empty() )</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;          { localeIds.<a class="code" href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">current</a>().insert( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(<a class="code" href="classzypp_1_1Locale.html#a50f74e55f966904bedc04e1bdfed26cb">Locale::enCode</a>) ); }</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;        }</div><div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;        <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">_trackedLocaleIdsPtr</a>;</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;      }</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;</div><div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;</div><div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">  521</a></span>&#160;      <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">_getLocaleDeps</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Capability.html">Capability</a> &amp; cap_r, <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; store_r )</div><div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;      {</div><div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;        <span class="comment">// Collect locales from any &#39;namespace:language(lang)&#39; dependency</span></div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;        <a class="code" href="classzypp_1_1CapDetail.html">CapDetail</a> detail( cap_r );</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;        <span class="keywordflow">if</span> ( detail.<a class="code" href="classzypp_1_1CapDetail.html#a8de879ae1ff36c3a5a0147fa8d7a40ff">kind</a>() == <a class="code" href="classzypp_1_1CapDetail.html#a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090">CapDetail::EXPRESSION</a> )</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;        {</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;          <span class="keywordflow">switch</span> ( detail.<a class="code" href="classzypp_1_1CapDetail.html#acbf90016e1f7786571b6c56229c59cd5">capRel</a>() )</div><div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;          {</div><div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95">CapDetail::CAP_AND</a>:</div><div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345">CapDetail::CAP_OR</a>:</div><div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;              <span class="comment">// expand</span></div><div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;              <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">_getLocaleDeps</a>( detail.<a class="code" href="classzypp_1_1CapDetail.html#a86ec6a3b30b222b1c8c9f0cfea627cc8">lhs</a>(), store_r );</div><div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;              <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">_getLocaleDeps</a>( detail.<a class="code" href="classzypp_1_1CapDetail.html#a65852dc5c3c6bded4e762ef0eaf57257">rhs</a>(), store_r );</div><div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;              <span class="keywordflow">break</span>;</div><div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;</div><div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af">CapDetail::CAP_NAMESPACE</a>:</div><div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;              <span class="keywordflow">if</span> ( detail.<a class="code" href="classzypp_1_1CapDetail.html#a86ec6a3b30b222b1c8c9f0cfea627cc8">lhs</a>().<a class="code" href="classzypp_1_1Capability.html#a10d22bd2f52723a8eb3ae576471e1611">id</a>() == NAMESPACE_LANGUAGE )</div><div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;              {</div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;                store_r.insert( <a class="code" href="classzypp_1_1Locale.html">Locale</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(detail.<a class="code" href="classzypp_1_1CapDetail.html#a65852dc5c3c6bded4e762ef0eaf57257">rhs</a>().<a class="code" href="classzypp_1_1Capability.html#a10d22bd2f52723a8eb3ae576471e1611">id</a>()) ) );</div><div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;              }</div><div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;              <span class="keywordflow">break</span>;</div><div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2">CapDetail::REL_NONE</a>:</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452">CapDetail::CAP_WITH</a>:</div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da">CapDetail::CAP_ARCH</a>:</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;              <span class="keywordflow">break</span>; <span class="comment">// unwanted</span></div><div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;          }</div><div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;        }</div><div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;      }</div><div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;</div><div class="line"><a name="l00551"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a6650414df6085fc42f0336720c7fc1a3">  551</a></span>&#160;      <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a6650414df6085fc42f0336720c7fc1a3">PoolImpl::getAvailableLocales</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;        <span class="keywordflow">if</span> ( !<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">_availableLocalesPtr</a> )</div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;        {</div><div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">_availableLocalesPtr</a>.reset( <span class="keyword">new</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> );</div><div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;          <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; localeSet( *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">_availableLocalesPtr</a> );</div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;          <span class="keywordflow">for</span> ( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> &amp; pi : <a class="code" href="classzypp_1_1sat_1_1Pool.html#aacf0eaeb5c1f2dbe59254df82840dd9a">Pool::instance</a>().solvables() )</div><div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;          {</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;            <span class="keywordflow">for</span> ( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Capability.html">Capability</a> &amp; cap : pi.supplements() )</div><div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;            {</div><div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;              <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">_getLocaleDeps</a>( cap, localeSet );</div><div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;            }</div><div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;          }</div><div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;        }</div><div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;        <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">_availableLocalesPtr</a>;</div><div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;      }</div><div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;</div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;</div><div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a5b53f164ec9b7ea1f939404c28550d56">  571</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a5b53f164ec9b7ea1f939404c28550d56">PoolImpl::multiversionListInit</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a>.reset( <span class="keyword">new</span> <a class="code" href="classzypp_1_1sat_1_1SolvableSet.html">MultiversionList</a> );</div><div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1SolvableSet.html">MultiversionList</a> &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">multiversionList</a>( *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a> );</div><div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;        </div><div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1SolvableSet.html#a635af85e7051e56649954b73d066ea69">MultiversionList::size_type</a> size = 0;</div><div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;        <span class="keywordflow">for</span> ( <span class="keyword">const</span> std::string &amp; spec : <a class="code" href="classzypp_1_1ZConfig.html#a9b986f2c40a1aa9e1a2aea3d299210d1">ZConfig::instance</a>().multiversionSpec() )</div><div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;        {</div><div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;          <span class="keyword">static</span> <span class="keyword">const</span> std::string prefix( <span class="stringliteral">&quot;provides:&quot;</span> );</div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;          <span class="keywordtype">bool</span> provides = <a class="code" href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">str::hasPrefix</a>( spec, prefix );</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;          <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> solv : <a class="code" href="classzypp_1_1sat_1_1WhatProvides.html">WhatProvides</a>( <a class="code" href="classzypp_1_1Capability.html">Capability</a>( provides ? spec.c_str() + prefix.size() : spec.c_str() ) ) )</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;          {</div><div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;            <span class="keywordflow">if</span> ( provides || solv.ident() == spec )</div><div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;              <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">multiversionList</a>.<a class="code" href="classzypp_1_1sat_1_1SolvableSet.html#a7572b477b547fa558b105cc4d4a22cb4">insert</a>( solv );</div><div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;          }</div><div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;</div><div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1SolvableSet.html#a635af85e7051e56649954b73d066ea69">MultiversionList::size_type</a> nsize = <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">multiversionList</a>.<a class="code" href="classzypp_1_1sat_1_1SolvableSet.html#a535af4ea815dc50cf44ad6370d7da51c">size</a>();</div><div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a> &lt;&lt; <span class="stringliteral">&quot;Multiversion install &quot;</span> &lt;&lt; spec &lt;&lt; <span class="stringliteral">&quot;: &quot;</span> &lt;&lt; (nsize-size) &lt;&lt; <span class="stringliteral">&quot; matches&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;          size = nsize;</div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;        }</div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;      }</div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;</div><div class="line"><a name="l00594"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae7dceede45c1738c6238c92b7264927a">  594</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae7dceede45c1738c6238c92b7264927a">PoolImpl::multiversionSpecChanged</a>()</div><div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;      { <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a>.reset(); }</div><div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;</div><div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">  597</a></span>&#160;      <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvableSet.html">PoolImpl::MultiversionList</a> &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">PoolImpl::multiversionList</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a> )</div><div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a5b53f164ec9b7ea1f939404c28550d56">multiversionListInit</a>();</div><div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;        <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">_multiversionListPtr</a>;</div><div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;      }</div><div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;</div><div class="line"><a name="l00604"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae421625586bd555cf6a2da07ebeecf6d">  604</a></span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae421625586bd555cf6a2da07ebeecf6d">PoolImpl::isMultiversion</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> &amp; solv_r )<span class="keyword"> const</span></div><div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">multiversionList</a>().<a class="code" href="classzypp_1_1sat_1_1SolvableSet.html#aa908e190279fa5c4a3a2e72458db62a3">contains</a>( solv_r ); }</div><div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;</div><div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;</div><div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">  609</a></span>&#160;      <span class="keyword">const</span> std::set&lt;std::string&gt; &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">PoolImpl::requiredFilesystems</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;        <span class="keywordflow">if</span> ( ! <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">_requiredFilesystemsPtr</a> )</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;        {</div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">_requiredFilesystemsPtr</a>.reset( <span class="keyword">new</span> std::set&lt;std::string&gt; );</div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;          std::set&lt;std::string&gt; &amp; <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>( *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">_requiredFilesystemsPtr</a> );</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;          <a class="code" href="namespacezypp_1_1str.html#a3e502e8088ab73efb24b011f03f65b5a">str::split</a>( <a class="code" href="namespacezypp_1_1base_1_1sysconfig.html#a7143baad1cef04b5fa432d20e4491d1e">base::sysconfig::read</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ad838e05a345f10a0ec3e2721cb788d74">sysconfigStoragePath</a>() )[<span class="stringliteral">&quot;USED_FS_LIST&quot;</span>],</div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;                      std::inserter( <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>, <a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">requiredFilesystems</a>.end() ) );</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;        }</div><div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;        <span class="keywordflow">return</span> *<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">_requiredFilesystemsPtr</a>;</div><div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;      }</div><div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;</div><div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;    } <span class="comment">// namespace detail</span></div><div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;<span class="comment"></span>  } <span class="comment">// namespace sat</span></div><div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a86243ff14cd229d4a0f6a4a28b8fdbc8"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a86243ff14cd229d4a0f6a4a28b8fdbc8">zypp::sat::detail::noSolvableId</a></div><div class="ttdeci">static const SolvableIdType noSolvableId(0)</div><div class="ttdoc">Id to denote Solvable::noSolvable.</div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a721585f102a332951b750f7a6e2a0a91"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a721585f102a332951b750f7a6e2a0a91">zypp::sat::detail::namespaceModalias</a></div><div class="ttdeci">static const IdType namespaceModalias(18)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvableSet_html_aa908e190279fa5c4a3a2e72458db62a3"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvableSet.html#aa908e190279fa5c4a3a2e72458db62a3">zypp::sat::SolvableSet::contains</a></div><div class="ttdeci">bool contains(const TSolv &amp;solv_r) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableSet_8h_source.html#l00068">SolvableSet.h:68</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_ae99ae5f08f2020fd80d22d8b789fcddb"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#ae99ae5f08f2020fd80d22d8b789fcddb">zypp::base::SetTracker::contains</a></div><div class="ttdeci">bool contains(const key_type &amp;key_r) const</div><div class="ttdoc">Whether val_r is in the set.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00129">SetTracker.h:129</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_abb5284204be1b3bf5d52203287ed845a"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#abb5284204be1b3bf5d52203287ed845a">zypp::RepoInfo::priority</a></div><div class="ttdeci">unsigned priority() const</div><div class="ttdoc">Repository priority for solver.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00366">RepoInfo.cc:366</a></div></div>
<div class="ttc" id="Gettext_8h_html"><div class="ttname"><a href="Gettext_8h.html">Gettext.h</a></div><div class="ttdoc">Interface to gettext.</div></div>
<div class="ttc" id="Sysconfig_8h_html"><div class="ttname"><a href="Sysconfig_8h.html">Sysconfig.h</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga552f8ec9d8e5b4efa04839a129104818"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga552f8ec9d8e5b4efa04839a129104818">MIL</a></div><div class="ttdeci">#define MIL</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00079">Logger.h:79</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_ad838e05a345f10a0ec3e2721cb788d74"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#ad838e05a345f10a0ec3e2721cb788d74">zypp::sat::detail::sysconfigStoragePath</a></div><div class="ttdeci">const Pathname &amp; sysconfigStoragePath()</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00100">PoolImpl.cc:100</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_acbf90016e1f7786571b6c56229c59cd5"><div class="ttname"><a href="classzypp_1_1CapDetail.html#acbf90016e1f7786571b6c56229c59cd5">zypp::CapDetail::capRel</a></div><div class="ttdeci">CapRel capRel() const</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00353">Capability.h:353</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_acc9c4c1cc63097094476fa90b3ca12d5"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">zypp::sat::detail::IdType</a></div><div class="ttdeci">int IdType</div><div class="ttdoc">Generic Id type.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00130">PoolMember.h:130</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html">zypp::sat::Solvable</a></div><div class="ttdoc">A Solvable object within the sat Pool.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00053">Solvable.h:53</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatProvides_html"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatProvides.html">zypp::sat::WhatProvides</a></div><div class="ttdoc">Container of Solvable providing a Capability (read only).</div><div class="ttdef"><b>Definition:</b> <a href="WhatProvides_8h_source.html#l00087">WhatProvides.h:87</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_a86ec6a3b30b222b1c8c9f0cfea627cc8"><div class="ttname"><a href="classzypp_1_1CapDetail.html#a86ec6a3b30b222b1c8c9f0cfea627cc8">zypp::CapDetail::lhs</a></div><div class="ttdeci">Capability lhs() const</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00352">Capability.h:352</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a781bc12e76c98186dc52a37b9e6e7d8e"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a781bc12e76c98186dc52a37b9e6e7d8e">zypp::sat::detail::PoolImpl::eraseRequestedLocale</a></div><div class="ttdeci">bool eraseRequestedLocale(const Locale &amp;locale_r)</div><div class="ttdoc">User change (tracked).</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00468">PoolImpl.cc:468</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a2d832333995c431133cd5e043f723eed"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a2d832333995c431133cd5e043f723eed">zypp::sat::detail::PoolImpl::_availableLocalesPtr</a></div><div class="ttdeci">scoped_ptr&lt; LocaleSet &gt; _availableLocalesPtr</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00343">PoolImpl.h:343</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html_a815b229da829e629e13a817451095146"><div class="ttname"><a href="classzypp_1_1Locale.html#a815b229da829e629e13a817451095146">zypp::Locale::code</a></div><div class="ttdeci">std::string code() const</div><div class="ttdoc">Return the locale code asString.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00088">Locale.h:88</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html">zypp::base::SetTracker</a></div><div class="ttdoc">Track added/removed set items based on an initial set.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00037">SetTracker.h:37</a></div></div>
<div class="ttc" id="namespacezypp_html_a1547a676c9d1f206e0ed614d42d74c2d"><div class="ttname"><a href="namespacezypp.html#a1547a676c9d1f206e0ed614d42d74c2d">zypp::asString</a></div><div class="ttdeci">std::string asString(const DefaultIntegral&lt; Tp, TInitial &gt; &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="DefaultIntegral_8h_source.html#l00098">DefaultIntegral.h:98</a></div></div>
<div class="ttc" id="group__ZYPP__THROW_html_gaf8c3a87d63dd4f26f059eddd62c22864"><div class="ttname"><a href="group__ZYPP__THROW.html#gaf8c3a87d63dd4f26f059eddd62c22864">ZYPP_THROW</a></div><div class="ttdeci">#define ZYPP_THROW(EXCPT)</div><div class="ttdoc">Drops a logline and throws the Exception.</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8h_source.html#l00392">Exception.h:392</a></div></div>
<div class="ttc" id="classzypp_1_1ZConfig_html_a9b986f2c40a1aa9e1a2aea3d299210d1"><div class="ttname"><a href="classzypp_1_1ZConfig.html#a9b986f2c40a1aa9e1a2aea3d299210d1">zypp::ZConfig::instance</a></div><div class="ttdeci">static ZConfig &amp; instance()</div><div class="ttdoc">Singleton ctor.</div><div class="ttdef"><b>Definition:</b> <a href="solver_2detail_2Resolver_8cc_source.html#l00130">Resolver.cc:130</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a5b53f164ec9b7ea1f939404c28550d56"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a5b53f164ec9b7ea1f939404c28550d56">zypp::sat::detail::PoolImpl::multiversionListInit</a></div><div class="ttdeci">void multiversionListInit() const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00571">PoolImpl.cc:571</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html_a50f74e55f966904bedc04e1bdfed26cb"><div class="ttname"><a href="classzypp_1_1Locale.html#a50f74e55f966904bedc04e1bdfed26cb">zypp::Locale::enCode</a></div><div class="ttdeci">static const Locale enCode</div><div class="ttdoc">Last resort &quot;en&quot;.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00077">Locale.h:77</a></div></div>
<div class="ttc" id="classzypp_1_1SerialNumberWatcher_html_a17645910a2ca753c4a9682328d554041"><div class="ttname"><a href="classzypp_1_1SerialNumberWatcher.html#a17645910a2ca753c4a9682328d554041">zypp::SerialNumberWatcher::remember</a></div><div class="ttdeci">bool remember(unsigned serial_r) const</div><div class="ttdoc">Return isDirty, storing serial_r as new value.</div><div class="ttdef"><b>Definition:</b> <a href="SerialNumber_8h_source.html#l00160">SerialNumber.h:160</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345">zypp::CapDetail::CAP_OR</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00316">Capability.h:316</a></div></div>
<div class="ttc" id="classzypp_1_1SerialNumber_html_a467487c42c4b18c2579f817d337a25ae"><div class="ttname"><a href="classzypp_1_1SerialNumber.html#a467487c42c4b18c2579f817d337a25ae">zypp::SerialNumber::setDirty</a></div><div class="ttdeci">void setDirty()</div><div class="ttdef"><b>Definition:</b> <a href="SerialNumber_8h_source.html#l00055">SerialNumber.h:55</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html"><div class="ttname"><a href="classzypp_1_1CapDetail.html">zypp::CapDetail</a></div><div class="ttdoc">Helper providing more detailed information about a Capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00298">Capability.h:298</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ac5336af4afd3477b63c88e054f3b7d8a"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac5336af4afd3477b63c88e054f3b7d8a">zypp::sat::detail::PoolImpl::_addSolv</a></div><div class="ttdeci">int _addSolv(CRepo *repo_r, FILE *file_r)</div><div class="ttdoc">Adding solv file to a repo.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00322">PoolImpl.cc:322</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a96311353eb3f5d16bfe038dea9876359"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a96311353eb3f5d16bfe038dea9876359">zypp::sat::detail::PoolImpl::_requestedLocalesTracker</a></div><div class="ttdeci">base::SetTracker&lt; LocaleSet &gt; _requestedLocalesTracker</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00340">PoolImpl.h:340</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_gab523528d18fc9fba6e110ffa0d4078cc"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#gab523528d18fc9fba6e110ffa0d4078cc">L_MIL</a></div><div class="ttdeci">#define L_MIL(GROUP)</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00088">Logger.h:88</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a2b673269d28a74cd161ede7e4e29ad0a"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2b673269d28a74cd161ede7e4e29ad0a">zypp::sat::detail::CRepo</a></div><div class="ttdeci">::_Repo CRepo</div><div class="ttdoc">Wrapped libsolv C data type exposed as backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00088">PoolMember.h:88</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ac1cb1d4da5b7e2010e8147ce01b2b90a"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ac1cb1d4da5b7e2010e8147ce01b2b90a">zypp::sat::detail::PoolImpl::addRequestedLocale</a></div><div class="ttdeci">bool addRequestedLocale(const Locale &amp;locale_r)</div><div class="ttdoc">User change (tracked).</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00457">PoolImpl.cc:457</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga0c77da38232dd21b1be8d79ef6ff9133"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga0c77da38232dd21b1be8d79ef6ff9133">L_ERR</a></div><div class="ttdeci">#define L_ERR(GROUP)</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00090">Logger.h:90</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_af84e272a1f2e01c6d6be21594b2a91c7"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af84e272a1f2e01c6d6be21594b2a91c7">zypp::sat::detail::PoolImpl::setDirty</a></div><div class="ttdeci">void setDirty(const char *a1=0, const char *a2=0, const char *a3=0)</div><div class="ttdoc">Invalidate housekeeping data (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00228">PoolImpl.cc:228</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_a76c0330d1363194ca84ba0695e1f64a0"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#a76c0330d1363194ca84ba0695e1f64a0">zypp::base::SetTracker::set</a></div><div class="ttdeci">bool set(set_type new_r)</div><div class="ttdoc">Set a new_r set and track changes.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00078">SetTracker.h:78</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452">zypp::CapDetail::CAP_WITH</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00317">Capability.h:317</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ab8519cb16fd30497d4bced9912f6b919"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab8519cb16fd30497d4bced9912f6b919">zypp::sat::detail::PoolImpl::requiredFilesystems</a></div><div class="ttdeci">const std::set&lt; std::string &gt; &amp; requiredFilesystems() const</div><div class="ttdoc">accessor for etc/sysconfig/storage reading file on demand</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00609">PoolImpl.cc:609</a></div></div>
<div class="ttc" id="classzypp_1_1WatchFile_html_a76b1cfbf1923c82a0cfdb22a2effe776"><div class="ttname"><a href="classzypp_1_1WatchFile.html#a76b1cfbf1923c82a0cfdb22a2effe776">zypp::WatchFile::hasChanged</a></div><div class="ttdeci">bool hasChanged()</div><div class="ttdef"><b>Definition:</b> <a href="WatchFile_8h_source.html#l00080">WatchFile.h:80</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_acbc1a5b46008d69bf2a25f956e10a7e9"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#acbc1a5b46008d69bf2a25f956e10a7e9">zypp::base::SetTracker::setInitial</a></div><div class="ttdeci">bool setInitial()</div><div class="ttdoc">(Re-)Start tracking the current set (discards previously tracked changes).</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00057">SetTracker.h:57</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a9dbfda9c4680df38b38661d90aba168f"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a9dbfda9c4680df38b38661d90aba168f">zypp::sat::detail::PoolImpl::multiversionList</a></div><div class="ttdeci">const MultiversionList &amp; multiversionList() const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00597">PoolImpl.cc:597</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a758e9c6f281d214ab5d0d13abe50e122"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a758e9c6f281d214ab5d0d13abe50e122">zypp::sat::detail::PoolImpl::_deleteRepo</a></div><div class="ttdeci">void _deleteRepo(CRepo *repo_r)</div><div class="ttdoc">Delete repo repo_r from pool.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00306">PoolImpl.cc:306</a></div></div>
<div class="ttc" id="classzypp_1_1Arch_html_a33d43756f8323b663bfcd5788a1fc486"><div class="ttname"><a href="classzypp_1_1Arch.html#a33d43756f8323b663bfcd5788a1fc486">zypp::Arch::CompatSet</a></div><div class="ttdeci">std::set&lt; Arch, CompareByGT&lt; Arch &gt; &gt; CompatSet</div><div class="ttdoc">Reversed arch order, best Arch first.</div><div class="ttdef"><b>Definition:</b> <a href="Arch_8h_source.html#l00117">Arch.h:117</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html_a4120d65fb13e49f32c9ff30e83213557"><div class="ttname"><a href="classzypp_1_1Locale.html#a4120d65fb13e49f32c9ff30e83213557">zypp::Locale::fallback</a></div><div class="ttdeci">Locale fallback() const</div><div class="ttdoc">Return the fallback locale for this locale, if no fallback exists the empty Locale::noCode.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8cc_source.html#l00208">Locale.cc:208</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a58fc0c36f81591f1f06cc060d603340f"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a58fc0c36f81591f1f06cc060d603340f">zypp::sat::detail::CPool</a></div><div class="ttdeci">::_Pool CPool</div><div class="ttdoc">Wrapped libsolv C data type exposed as backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00086">PoolMember.h:86</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="structzypp_1_1base_1_1SetTracker_html_a923c4cb05e4b884e39a9410e4bd6c4af"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#a923c4cb05e4b884e39a9410e4bd6c4af">zypp::base::SetTracker::wasAdded</a></div><div class="ttdeci">bool wasAdded(const key_type &amp;key_r) const</div><div class="ttdoc">Whether val_r is tracked as added.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00132">SetTracker.h:132</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_ae94cd07a576454d3dd6803db524488b7"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#ae94cd07a576454d3dd6803db524488b7">zypp::sat::detail::SolvableIdType</a></div><div class="ttdeci">unsigned SolvableIdType</div><div class="ttdoc">Id type to connect Solvable and sat-solvable.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00151">PoolMember.h:151</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a7eb58b0cd5dff6a836ab1fb586d3887d"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7eb58b0cd5dff6a836ab1fb586d3887d">zypp::sat::detail::PoolImpl::eraseRepoInfo</a></div><div class="ttdeci">void eraseRepoInfo(RepoIdType id_r)</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00210">PoolImpl.h:210</a></div></div>
<div class="ttc" id="MediaPriority_8h_html"><div class="ttname"><a href="MediaPriority_8h.html">MediaPriority.h</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html"><div class="ttname"><a href="classzypp_1_1RepoInfo.html">zypp::RepoInfo</a></div><div class="ttdoc">What is known about a repository.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8h_source.html#l00071">RepoInfo.h:71</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_af7f94740473734e85e7ddbca348c3997"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#af7f94740473734e85e7ddbca348c3997">zypp::sat::detail::RepoIdType</a></div><div class="ttdeci">CRepo * RepoIdType</div><div class="ttdoc">Id type to connect Repo and sat-repo.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00159">PoolMember.h:159</a></div></div>
<div class="ttc" id="classzypp_1_1IdString_html"><div class="ttname"><a href="classzypp_1_1IdString.html">zypp::IdString</a></div><div class="ttdoc">Access to the sat-pools string space.</div><div class="ttdef"><b>Definition:</b> <a href="IdString_8h_source.html#l00041">IdString.h:41</a></div></div>
<div class="ttc" id="Easy_8h_html_a7887338b8a0727becb37d8061fcbfc0e"><div class="ttname"><a href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a></div><div class="ttdeci">#define for_(IT, BEG, END)</div><div class="ttdoc">Convenient for-loops using iterator.</div><div class="ttdef"><b>Definition:</b> <a href="Easy_8h_source.html#l00027">Easy.h:27</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ad977170c049b874e4c48e3979e46ed71"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad977170c049b874e4c48e3979e46ed71">zypp::sat::detail::PoolImpl::_addSolvables</a></div><div class="ttdeci">detail::SolvableIdType _addSolvables(CRepo *repo_r, unsigned count_r)</div><div class="ttdoc">Adding Solvables to a repo.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00384">PoolImpl.cc:384</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a8369edd4dc6269b4be18ec7a76d7c4ef"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a8369edd4dc6269b4be18ec7a76d7c4ef">zypp::sat::detail::PoolImpl::localeSetDirty</a></div><div class="ttdeci">void localeSetDirty(const char *a1=0, const char *a2=0, const char *a3=0)</div><div class="ttdoc">Invalidate locale related housekeeping data.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00243">PoolImpl.cc:243</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a2c65cc897ddc0127b83ef25fb22ee339"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">zypp::sat::detail::CSolvable</a></div><div class="ttdeci">::_Solvable CSolvable</div><div class="ttdoc">Wrapped libsolv C data type exposed as backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00089">PoolMember.h:89</a></div></div>
<div class="ttc" id="Locale_8h_html"><div class="ttname"><a href="Locale_8h.html">Locale.h</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a45d3e734a09c4a216f70f15179232419"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a45d3e734a09c4a216f70f15179232419">zypp::sat::detail::solvableFileMarker</a></div><div class="ttdeci">static const IdType solvableFileMarker(16)</div></div>
<div class="ttc" id="namespacezypp_1_1base_1_1sysconfig_html_a7143baad1cef04b5fa432d20e4491d1e"><div class="ttname"><a href="namespacezypp_1_1base_1_1sysconfig.html#a7143baad1cef04b5fa432d20e4491d1e">zypp::base::sysconfig::read</a></div><div class="ttdeci">map&lt; string, string &gt; read(const Pathname &amp;_path)</div><div class="ttdoc">Read sysconfig file path_r and return (key,valye) pairs.</div><div class="ttdef"><b>Definition:</b> <a href="Sysconfig_8cc_source.html#l00034">Sysconfig.cc:34</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ad0891f6ffd72c403d05f4772d7616d5f"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad0891f6ffd72c403d05f4772d7616d5f">zypp::sat::detail::PoolImpl::getRepo</a></div><div class="ttdeci">CRepo * getRepo(RepoIdType id_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00168">PoolImpl.h:168</a></div></div>
<div class="ttc" id="Easy_8h_html"><div class="ttname"><a href="Easy_8h.html">Easy.h</a></div></div>
<div class="ttc" id="classzypp_1_1WatchFile_html"><div class="ttname"><a href="classzypp_1_1WatchFile.html">zypp::WatchFile</a></div><div class="ttdoc">Remember a files attributes to detect content changes.</div><div class="ttdef"><b>Definition:</b> <a href="WatchFile_8h_source.html#l00049">WatchFile.h:49</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_a66a88ee8b51d331eadc189d0157c28e4"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#a66a88ee8b51d331eadc189d0157c28e4">zypp::base::SetTracker::removed</a></div><div class="ttdeci">const set_type &amp; removed() const</div><div class="ttdoc">Return the set of removed items.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00145">SetTracker.h:145</a></div></div>
<div class="ttc" id="IOStream_8h_html"><div class="ttname"><a href="IOStream_8h.html">IOStream.h</a></div></div>
<div class="ttc" id="Measure_8h_html"><div class="ttname"><a href="Measure_8h.html">Measure.h</a></div></div>
<div class="ttc" id="classzypp_1_1Capability_html_a10d22bd2f52723a8eb3ae576471e1611"><div class="ttname"><a href="classzypp_1_1Capability.html#a10d22bd2f52723a8eb3ae576471e1611">zypp::Capability::id</a></div><div class="ttdeci">sat::detail::IdType id() const</div><div class="ttdoc">Expert backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00253">Capability.h:253</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a3ae2d4656d67b8c326ef44a01c43fe24"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3ae2d4656d67b8c326ef44a01c43fe24">zypp::sat::detail::PoolImpl::isSystemRepo</a></div><div class="ttdeci">bool isSystemRepo(CRepo *repo_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00099">PoolImpl.h:99</a></div></div>
<div class="ttc" id="sat_2detail_2PoolImpl_8cc_html_a1fcc47bb89c9f675113ec874e03c1d6d"><div class="ttname"><a href="sat_2detail_2PoolImpl_8cc.html#a1fcc47bb89c9f675113ec874e03c1d6d">repo_add_helix</a></div><div class="ttdeci">int repo_add_helix(::Repo *repo, FILE *fp, int flags)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_afccca8ddcc6b8609e737ccf57b9397d6"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afccca8ddcc6b8609e737ccf57b9397d6">zypp::sat::detail::PoolImpl::PoolImpl</a></div><div class="ttdeci">PoolImpl()</div><div class="ttdoc">Default ctor.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00183">PoolImpl.cc:183</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_a716c908c1f49972fa90f63991b7dddce"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#a716c908c1f49972fa90f63991b7dddce">zypp::RepoInfo::url</a></div><div class="ttdeci">Url url() const</div><div class="ttdoc">Pars pro toto: The first repository url.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8h_source.html#l00131">RepoInfo.h:131</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a3b9fd2e0ab713ac2f9ed66eb4c2adc57"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3b9fd2e0ab713ac2f9ed66eb4c2adc57">zypp::sat::detail::PoolImpl::nsCallback</a></div><div class="ttdeci">static detail::IdType nsCallback(CPool *, void *data, detail::IdType lhs, detail::IdType rhs)</div><div class="ttdoc">Callback to resolve namespace dependencies (language, modalias, filesystem, etc.).</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00125">PoolImpl.cc:125</a></div></div>
<div class="ttc" id="SolvableSet_8h_html"><div class="ttname"><a href="SolvableSet_8h.html">SolvableSet.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Pool_html_aacf0eaeb5c1f2dbe59254df82840dd9a"><div class="ttname"><a href="classzypp_1_1sat_1_1Pool.html#aacf0eaeb5c1f2dbe59254df82840dd9a">zypp::sat::Pool::instance</a></div><div class="ttdeci">static Pool instance()</div><div class="ttdoc">Singleton ctor.</div><div class="ttdef"><b>Definition:</b> <a href="Pool_8h_source.html#l00053">Pool.h:53</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a7da14dbf4dc49ad80118c74c8eb657ab"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7da14dbf4dc49ad80118c74c8eb657ab">zypp::sat::detail::PoolImpl::~PoolImpl</a></div><div class="ttdeci">~PoolImpl()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00221">PoolImpl.cc:221</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_a3e502e8088ab73efb24b011f03f65b5a"><div class="ttname"><a href="namespacezypp_1_1str.html#a3e502e8088ab73efb24b011f03f65b5a">zypp::str::split</a></div><div class="ttdeci">unsigned split(const C_Str &amp;line_r, TOutputIterator result_r, const C_Str &amp;sepchars_r=&quot; \t&quot;)</div><div class="ttdoc">Split line_r into words.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l00502">String.h:502</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a5c8efa123e7f3db25970db1791483638"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a5c8efa123e7f3db25970db1791483638">zypp::sat::detail::emptyId</a></div><div class="ttdeci">static const IdType emptyId(1)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_af7b9c1ed13bf4d388d475b5cba41231b"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af7b9c1ed13bf4d388d475b5cba41231b">zypp::sat::detail::PoolImpl::setRepoInfo</a></div><div class="ttdeci">void setRepoInfo(RepoIdType id_r, const RepoInfo &amp;info_r)</div><div class="ttdoc">Also adjust repo priority and subpriority accordingly.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00390">PoolImpl.cc:390</a></div></div>
<div class="ttc" id="Modalias_8h_html"><div class="ttname"><a href="Modalias_8h.html">Modalias.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html">zypp::sat::detail::PoolImpl</a></div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00051">PoolImpl.h:51</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a7feac9f268fe27d2de95102d0981694a"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a7feac9f268fe27d2de95102d0981694a">zypp::sat::detail::PoolImpl::trackedLocaleIds</a></div><div class="ttdeci">const TrackedLocaleIds &amp; trackedLocaleIds() const</div><div class="ttdoc">Expanded _requestedLocalesTracker for solver.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00480">PoolImpl.cc:480</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da">zypp::CapDetail::CAP_ARCH</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00319">Capability.h:319</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_aa6b2004d9b82253dc3ee9b416bd17530"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#aa6b2004d9b82253dc3ee9b416bd17530">zypp::sat::detail::PoolImpl::_watcher</a></div><div class="ttdeci">SerialNumberWatcher _watcher</div><div class="ttdoc">Watch serial number.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00335">PoolImpl.h:335</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_afab76632f5714287e21fde1f4dfa00a1"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">zypp::repo::RepoInfoBase::alias</a></div><div class="ttdeci">std::string alias() const</div><div class="ttdoc">unique identifier for this source.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00111">RepoInfoBase.cc:111</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_aecde2e5b4857212b855bb6f39006065f"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">zypp::sat::detail::systemSolvableId</a></div><div class="ttdeci">static const SolvableIdType systemSolvableId(1)</div><div class="ttdoc">Id to denote the usually hidden Solvable::systemSolvable.</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a97be473a9375cfafd10d61a8c0380816"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a97be473a9375cfafd10d61a8c0380816">zypp::sat::detail::PoolImpl::setRequestedLocales</a></div><div class="ttdeci">void setRequestedLocales(const LocaleSet &amp;locales_r)</div><div class="ttdoc">User change (tracked).</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00448">PoolImpl.cc:448</a></div></div>
<div class="ttc" id="ZConfig_8h_html"><div class="ttname"><a href="ZConfig_8h.html">ZConfig.h</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_addd2dab69be7f9bb4698f7f05d66e1b3"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#addd2dab69be7f9bb4698f7f05d66e1b3">zypp::base::SetTracker::current</a></div><div class="ttdeci">const set_type &amp; current() const</div><div class="ttdoc">Return the current set.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00139">SetTracker.h:139</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95">zypp::CapDetail::CAP_AND</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00315">Capability.h:315</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga9423380a92639b296ea0a984ea7e1c6b"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga9423380a92639b296ea0a984ea7e1c6b">WAR</a></div><div class="ttdeci">#define WAR</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00080">Logger.h:80</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_a7a3a9ec2295911fe0733ccd2eb45df20"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#a7a3a9ec2295911fe0733ccd2eb45df20">zypp::base::SetTracker::add</a></div><div class="ttdeci">bool add(const value_type &amp;val_r)</div><div class="ttdoc">Add an element to the set and track changes.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00100">SetTracker.h:100</a></div></div>
<div class="ttc" id="classzypp_1_1WatchFile_html_ab9153dd84d8e4610cf656ed967f4b562a375746bba584174232a45b6ec7f23ed8"><div class="ttname"><a href="classzypp_1_1WatchFile.html#ab9153dd84d8e4610cf656ed967f4b562a375746bba584174232a45b6ec7f23ed8">zypp::WatchFile::NO_INIT</a></div><div class="ttdef"><b>Definition:</b> <a href="WatchFile_8h_source.html#l00052">WatchFile.h:52</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a4b0cbab0c2c3365e2818de54672b45ec"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a4b0cbab0c2c3365e2818de54672b45ec">zypp::sat::detail::PoolImpl::_autoinstalled</a></div><div class="ttdeci">sat::StringQueue _autoinstalled</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00350">PoolImpl.h:350</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_ab0911e3739d88b4e0631b154a51bf000"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#ab0911e3739d88b4e0631b154a51bf000">zypp::base::SetTracker::added</a></div><div class="ttdeci">const set_type &amp; added() const</div><div class="ttdoc">Return the set of added items.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00142">SetTracker.h:142</a></div></div>
<div class="ttc" id="Gettext_8h_html_ad0ac7087c1804ce80118f897d7edd897"><div class="ttname"><a href="Gettext_8h.html#ad0ac7087c1804ce80118f897d7edd897">_</a></div><div class="ttdeci">#define _(MSG)</div><div class="ttdef"><b>Definition:</b> <a href="Gettext_8h_source.html#l00037">Gettext.h:37</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae397d6973fed0ca98fad267bef844987"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae397d6973fed0ca98fad267bef844987">zypp::sat::detail::PoolImpl::_serialIDs</a></div><div class="ttdeci">SerialNumber _serialIDs</div><div class="ttdoc">Serial number of IDs - changes whenever resusePoolIDs==true - ResPool must also invalidate it's PoolI...</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00333">PoolImpl.h:333</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1detail_1_1PoolMember_html_a1d08d0f003c1056a6cd7ba600f48c666"><div class="ttname"><a href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">zypp::sat::detail::PoolMember::myPool</a></div><div class="ttdeci">static PoolImpl &amp; myPool()</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00172">PoolImpl.cc:172</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a7a3025a734f4e8235c12bdc7ae15e634"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a7a3025a734f4e8235c12bdc7ae15e634">zypp::sat::detail::namespaceFilesystem</a></div><div class="ttdeci">static const IdType namespaceFilesystem(21)</div></div>
<div class="ttc" id="classzypp_1_1target_1_1Modalias_html_a38699d7dcbfa636dee29e26119a506cc"><div class="ttname"><a href="classzypp_1_1target_1_1Modalias.html#a38699d7dcbfa636dee29e26119a506cc">zypp::target::Modalias::query</a></div><div class="ttdeci">bool query(IdString cap_r) const</div><div class="ttdoc">Checks if a device on the system matches a modalias pattern.</div><div class="ttdef"><b>Definition:</b> <a href="Modalias_8h_source.html#l00069">Modalias.h:69</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_abf634892fe1f353283f2a4df20744b01"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#abf634892fe1f353283f2a4df20744b01">zypp::sat::detail::BOOST_MPL_ASSERT_RELATION</a></div><div class="ttdeci">BOOST_MPL_ASSERT_RELATION(noId,==, STRID_NULL)</div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_a8de879ae1ff36c3a5a0147fa8d7a40ff"><div class="ttname"><a href="classzypp_1_1CapDetail.html#a8de879ae1ff36c3a5a0147fa8d7a40ff">zypp::CapDetail::kind</a></div><div class="ttdeci">Kind kind() const</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00334">Capability.h:334</a></div></div>
<div class="ttc" id="classzypp_1_1Arch_html_a7a4d0e1ee6708aa73b0ccedfe4bf381f"><div class="ttname"><a href="classzypp_1_1Arch.html#a7a4d0e1ee6708aa73b0ccedfe4bf381f">zypp::Arch::compatSet</a></div><div class="ttdeci">static CompatSet compatSet(const Arch &amp;targetArch_r)</div><div class="ttdoc">Return a set of all Arch's compatibleWith a targetArch_r.</div><div class="ttdef"><b>Definition:</b> <a href="Arch_8cc_source.html#l00550">Arch.cc:550</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae4da0dde1921a7c1047db837b8572fe9"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae4da0dde1921a7c1047db837b8572fe9">zypp::sat::detail::PoolImpl::prepare</a></div><div class="ttdeci">void prepare() const</div><div class="ttdoc">Update housekeeping data (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00266">PoolImpl.cc:266</a></div></div>
<div class="ttc" id="LogTools_8h_html"><div class="ttname"><a href="LogTools_8h.html">LogTools.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae421625586bd555cf6a2da07ebeecf6d"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae421625586bd555cf6a2da07ebeecf6d">zypp::sat::detail::PoolImpl::isMultiversion</a></div><div class="ttdeci">bool isMultiversion(const Solvable &amp;solv_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00604">PoolImpl.cc:604</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html"><div class="ttname"><a href="classzypp_1_1Locale.html">zypp::Locale</a></div><div class="ttdoc">'Language[_Country]' codes.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00049">Locale.h:49</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ab9a96328d8283f2ff2641147d010458a"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab9a96328d8283f2ff2641147d010458a">zypp::sat::detail::PoolImpl::_postRepoAdd</a></div><div class="ttdeci">void _postRepoAdd(CRepo *repo_r)</div><div class="ttdoc">Helper postprocessing the repo after adding solv or helix files.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00340">PoolImpl.cc:340</a></div></div>
<div class="ttc" id="sat_2detail_2PoolImpl_8h_html"><div class="ttname"><a href="sat_2detail_2PoolImpl_8h.html">PoolImpl.h</a></div></div>
<div class="ttc" id="Capability_8h_html"><div class="ttname"><a href="Capability_8h.html">Capability.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ab2d4ac549d2a2e1e4f92d16fee14a5f6"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ab2d4ac549d2a2e1e4f92d16fee14a5f6">zypp::sat::detail::PoolImpl::_serial</a></div><div class="ttdeci">SerialNumber _serial</div><div class="ttdoc">Serial number - changes with each Pool content change.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00331">PoolImpl.h:331</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a37284fd6d5099c6ce21ec786fffe7967"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a37284fd6d5099c6ce21ec786fffe7967">zypp::sat::detail::PoolImpl::_multiversionListPtr</a></div><div class="ttdeci">scoped_ptr&lt; MultiversionList &gt; _multiversionListPtr</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00347">PoolImpl.h:347</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_gac2f5053852d30c8208a2b54f9da37732"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#gac2f5053852d30c8208a2b54f9da37732">L_DBG</a></div><div class="ttdeci">#define L_DBG(GROUP)</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00087">Logger.h:87</a></div></div>
<div class="ttc" id="WatchFile_8h_html"><div class="ttname"><a href="WatchFile_8h.html">WatchFile.h</a></div></div>
<div class="ttc" id="classzypp_1_1target_1_1Modalias_html_a406383a904db959412e61b8525abaa9e"><div class="ttname"><a href="classzypp_1_1target_1_1Modalias.html#a406383a904db959412e61b8525abaa9e">zypp::target::Modalias::instance</a></div><div class="ttdeci">static Modalias &amp; instance()</div><div class="ttdoc">Singleton access.</div><div class="ttdef"><b>Definition:</b> <a href="Modalias_8cc_source.html#l00198">Modalias.cc:198</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_afcd725321b04a8eb28f5d117b9cdd6af"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afcd725321b04a8eb28f5d117b9cdd6af">zypp::sat::detail::PoolImpl::depSetDirty</a></div><div class="ttdeci">void depSetDirty(const char *a1=0, const char *a2=0, const char *a3=0)</div><div class="ttdoc">Invalidate housekeeping data (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00255">PoolImpl.cc:255</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_affb76d498bc9384fb8fa5f223ea55623"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#affb76d498bc9384fb8fa5f223ea55623">zypp::sat::detail::logSat</a></div><div class="ttdeci">static void logSat(CPool *, void *data, int type, const char *logString)</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00108">PoolImpl.cc:108</a></div></div>
<div class="ttc" id="classzypp_1_1Exception_html"><div class="ttname"><a href="classzypp_1_1Exception.html">zypp::Exception</a></div><div class="ttdoc">Base class for Exception.</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8h_source.html#l00145">Exception.h:145</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a88d4439054520452f06be163a87799f3"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a88d4439054520452f06be163a87799f3">zypp::sat::detail::PoolImpl::_requiredFilesystemsPtr</a></div><div class="ttdeci">scoped_ptr&lt; std::set&lt; std::string &gt; &gt; _requiredFilesystemsPtr</div><div class="ttdoc">filesystems mentioned in /etc/sysconfig/storage</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00356">PoolImpl.h:356</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a466b16662372bed7c47c098971016307"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a466b16662372bed7c47c098971016307">zypp::sat::detail::PoolImpl::setTextLocale</a></div><div class="ttdeci">void setTextLocale(const Locale &amp;locale_r)</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00422">PoolImpl.cc:422</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Queue_html_ac0a308e6956c61be9b0f4619701ac357"><div class="ttname"><a href="classzypp_1_1sat_1_1Queue.html#ac0a308e6956c61be9b0f4619701ac357">zypp::sat::Queue::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdoc">Clear the queue.</div><div class="ttdef"><b>Definition:</b> <a href="Queue_8cc_source.html#l00094">Queue.cc:94</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af">zypp::CapDetail::CAP_NAMESPACE</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00318">Capability.h:318</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a2a97e91d68e8cac5d426e660632040ad"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2a97e91d68e8cac5d426e660632040ad">zypp::sat::detail::namespaceLanguage</a></div><div class="ttdeci">static const IdType namespaceLanguage(20)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a6d41a61d37a917b7b5af6bc58f49d982"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a6d41a61d37a917b7b5af6bc58f49d982">zypp::sat::detail::PoolImpl::_repoinfos</a></div><div class="ttdeci">std::map&lt; RepoIdType, RepoInfo &gt; _repoinfos</div><div class="ttdoc">Additional RepoInfo.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00337">PoolImpl.h:337</a></div></div>
<div class="ttc" id="namespacezypp_1_1env_html_aa53d6868a565091840faaa20c6ed701b"><div class="ttname"><a href="namespacezypp_1_1env.html#aa53d6868a565091840faaa20c6ed701b">zypp::env::LIBSOLV_DEBUGMASK</a></div><div class="ttdeci">int LIBSOLV_DEBUGMASK()</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00057">PoolImpl.cc:57</a></div></div>
<div class="ttc" id="classzypp_1_1Capability_html"><div class="ttname"><a href="classzypp_1_1Capability.html">zypp::Capability</a></div><div class="ttdoc">A sat capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00059">Capability.h:59</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a4a68b729510dd679e3bf1aa9cefeee33"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a4a68b729510dd679e3bf1aa9cefeee33">zypp::sat::detail::PoolImpl::initRequestedLocales</a></div><div class="ttdeci">void initRequestedLocales(const LocaleSet &amp;locales_r)</div><div class="ttdoc">Start tracking changes based on this locales_r.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00439">PoolImpl.cc:439</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae9ee247d708fd97abe9421032e6a926e"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae9ee247d708fd97abe9421032e6a926e">zypp::sat::detail::PoolImpl::systemRepoAlias</a></div><div class="ttdeci">static const std::string &amp; systemRepoAlias()</div><div class="ttdoc">Reserved system repository alias @System .</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00094">PoolImpl.cc:94</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090"><div class="ttname"><a href="classzypp_1_1CapDetail.html#a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090">zypp::CapDetail::EXPRESSION</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00306">Capability.h:306</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a457d2c4fdd0b43f7c9697f8a886a257c"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a457d2c4fdd0b43f7c9697f8a886a257c">zypp::sat::detail::_getLocaleDeps</a></div><div class="ttdeci">static void _getLocaleDeps(const Capability &amp;cap_r, LocaleSet &amp;store_r)</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00521">PoolImpl.cc:521</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a7e9a3049ad4c7542ea1cd5cee91a5432"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a7e9a3049ad4c7542ea1cd5cee91a5432">zypp::sat::detail::noId</a></div><div class="ttdeci">static const IdType noId(0)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_af1667f028a2930a301c68445ce3ca337"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af1667f028a2930a301c68445ce3ca337">zypp::sat::detail::PoolImpl::_pool</a></div><div class="ttdeci">CPool * _pool</div><div class="ttdoc">sat-pool.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00329">PoolImpl.h:329</a></div></div>
<div class="ttc" id="namespacezypp_html_a479f546f3ea5c44da01c3ef26a968c2f"><div class="ttname"><a href="namespacezypp.html#a479f546f3ea5c44da01c3ef26a968c2f">zypp::dumpRangeLine</a></div><div class="ttdeci">std::ostream &amp; dumpRangeLine(std::ostream &amp;str, TIterator begin, TIterator end)</div><div class="ttdoc">Print range defined by iterators (single line style).</div><div class="ttdef"><b>Definition:</b> <a href="LogTools_8h_source.html#l00114">LogTools.h:114</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a2c06f423178836f11e94031966993c66"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2c06f423178836f11e94031966993c66">zypp::sat::detail::solvablePrereqMarker</a></div><div class="ttdeci">static const IdType solvablePrereqMarker(15)</div><div class="ttdoc">Internal ids satlib includes in dependencies.</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a6650414df6085fc42f0336720c7fc1a3"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a6650414df6085fc42f0336720c7fc1a3">zypp::sat::detail::PoolImpl::getAvailableLocales</a></div><div class="ttdeci">const LocaleSet &amp; getAvailableLocales() const</div><div class="ttdoc">All Locales occurring in any repo.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00551">PoolImpl.cc:551</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2">zypp::CapDetail::REL_NONE</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00314">Capability.h:314</a></div></div>
<div class="ttc" id="structzypp_1_1base_1_1SetTracker_html_aa64bc1470b630627e8d924600b2aed71"><div class="ttname"><a href="structzypp_1_1base_1_1SetTracker.html#aa64bc1470b630627e8d924600b2aed71">zypp::base::SetTracker::remove</a></div><div class="ttdeci">bool remove(const value_type &amp;val_r)</div><div class="ttdoc">Remove an element from the set and track changes.</div><div class="ttdef"><b>Definition:</b> <a href="SetTracker_8h_source.html#l00114">SetTracker.h:114</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a0e6b0991c7459a63b57504fe093ee7ce"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a0e6b0991c7459a63b57504fe093ee7ce">zypp::sat::detail::PoolImpl::_trackedLocaleIdsPtr</a></div><div class="ttdeci">scoped_ptr&lt; TrackedLocaleIds &gt; _trackedLocaleIdsPtr</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00341">PoolImpl.h:341</a></div></div>
<div class="ttc" id="classzypp_1_1media_1_1MediaPriority_html"><div class="ttname"><a href="classzypp_1_1media_1_1MediaPriority.html">zypp::media::MediaPriority</a></div><div class="ttdoc">Derive a numeric priority from Url scheme according to zypp.conf(download.media_preference).</div><div class="ttdef"><b>Definition:</b> <a href="MediaPriority_8h_source.html#l00043">MediaPriority.h:43</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvableSet_html_a635af85e7051e56649954b73d066ea69"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvableSet.html#a635af85e7051e56649954b73d066ea69">zypp::sat::SolvableSet::size_type</a></div><div class="ttdeci">Container::size_type size_type</div><div class="ttdef"><b>Definition:</b> <a href="SolvableSet_8h_source.html#l00042">SolvableSet.h:42</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_a65852dc5c3c6bded4e762ef0eaf57257"><div class="ttname"><a href="classzypp_1_1CapDetail.html#a65852dc5c3c6bded4e762ef0eaf57257">zypp::CapDetail::rhs</a></div><div class="ttdeci">Capability rhs() const</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00354">Capability.h:354</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_1sat_1_1SolvableSet_html_a535af4ea815dc50cf44ad6370d7da51c"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvableSet.html#a535af4ea815dc50cf44ad6370d7da51c">zypp::sat::SolvableSet::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdoc">Size of the set.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableSet_8h_source.html#l00063">SolvableSet.h:63</a></div></div>
<div class="ttc" id="Exception_8h_html"><div class="ttname"><a href="Exception_8h.html">Exception.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ad349673dc8981a16f69159da3f14bd80"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ad349673dc8981a16f69159da3f14bd80">zypp::sat::detail::PoolImpl::_addHelix</a></div><div class="ttdeci">int _addHelix(CRepo *repo_r, FILE *file_r)</div><div class="ttdoc">Adding helix file to a repo.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00331">PoolImpl.cc:331</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_a5e64cab973a815bfc5c3811b5086a2b9"><div class="ttname"><a href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">zypp::str::hasPrefix</a></div><div class="ttdeci">bool hasPrefix(const C_Str &amp;str_r, const C_Str &amp;prefix_r)</div><div class="ttdoc">Return whether str_r has prefix prefix_r.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l01020">String.h:1020</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_aa508ca91ff84294249b5193aa4a5af41"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#aa508ca91ff84294249b5193aa4a5af41">zypp::sat::detail::PoolImpl::_createRepo</a></div><div class="ttdeci">CRepo * _createRepo(const std::string &amp;name_r)</div><div class="ttdoc">Creating a new repo named name_r.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00297">PoolImpl.cc:297</a></div></div>
<div class="ttc" id="PoolItem_8h_html"><div class="ttname"><a href="PoolItem_8h.html">PoolItem.h</a></div></div>
<div class="ttc" id="namespacezypp_html_a7f4c013fbe3bd2619b780e06c2c36c20"><div class="ttname"><a href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">zypp::LocaleSet</a></div><div class="ttdeci">std::unordered_set&lt; Locale &gt; LocaleSet</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00027">Locale.h:27</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_a094815f9db94b2b06d181a2460710cba"><div class="ttname"><a href="namespacezypp_1_1str.html#a094815f9db94b2b06d181a2460710cba">zypp::str::hexdecode</a></div><div class="ttdeci">std::string hexdecode(const C_Str &amp;str_r)</div><div class="ttdoc">Decode hexencoded XX sequences.</div><div class="ttdef"><b>Definition:</b> <a href="String_8cc_source.html#l00143">String.cc:143</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae7dceede45c1738c6238c92b7264927a"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae7dceede45c1738c6238c92b7264927a">zypp::sat::detail::PoolImpl::multiversionSpecChanged</a></div><div class="ttdeci">void multiversionSpecChanged()</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00594">PoolImpl.cc:594</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvableSet_html_a7572b477b547fa558b105cc4d4a22cb4"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvableSet.html#a7572b477b547fa558b105cc4d4a22cb4">zypp::sat::SolvableSet::insert</a></div><div class="ttdeci">bool insert(const TSolv &amp;solv_r)</div><div class="ttdoc">Insert a Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableSet_8h_source.html#l00088">SolvableSet.h:88</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvableSet_html"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvableSet.html">zypp::sat::SolvableSet</a></div><div class="ttdoc">Solvable set wrapper to allow adding additional convenience iterators.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableSet_8h_source.html#l00035">SolvableSet.h:35</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_d92cd3a208d659e78c09abe559c2090e.html">sat</a></li><li class="navelem"><a class="el" href="dir_ed9d65557e7cef0b54055032c2ead166.html">detail</a></li><li class="navelem"><a class="el" href="sat_2detail_2PoolImpl_8cc.html">PoolImpl.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>