Sophie

Sophie

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

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/Product.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('Product_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Product.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="Product_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*---------------------------------------------------------------------\</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">|                          ____ _   __ __ ___                          |</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">|                         |__  / \ / / . \ . \                         |</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">|                           / / \ V /|  _/  _/                         |</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">|                          / /__ | | | | | |                           |</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">|                         /_____||_| |_| |_|                           |</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="LogTools_8h.html">zypp/base/LogTools.h</a>&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="StrMatcher_8h.html">zypp/base/StrMatcher.h</a>&quot;</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="Product_8h.html">zypp/Product.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="Url_8h.html">zypp/Url.h</a>&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="LookupAttr_8h.html">zypp/sat/LookupAttr.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="WhatProvides_8h.html">zypp/sat/WhatProvides.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="WhatObsoletes_8h.html">zypp/sat/WhatObsoletes.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="PoolItem_8h.html">zypp/PoolItem.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">using</span> std::endl;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;{ </div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;  <a class="code" href="namespacezypp.html#afdd1ae180b46ec5116b6e99ad61f3d2f">IMPL_PTR_TYPE</a>(Product);</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;  <span class="keyword">namespace</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="keywordtype">void</span> fillList( std::list&lt;std::string&gt; &amp; ret_r, sat::Solvable solv_r, sat::SolvAttr attr_r )</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    {</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;      sat::LookupAttr query( attr_r, solv_r );</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;      <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, query.begin(), query.end() )</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;        ret_r.push_back( it.asString() );</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;      }</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    }</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  }</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;  <span class="comment">//    METHOD NAME : Product::Product</span></div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;  <span class="comment">//    METHOD TYPE : Ctor</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a6adf2ae4c2fafc3bfe87f8ba73ab3db8">   49</a></span>&#160;  <a class="code" href="classzypp_1_1Product.html#a6adf2ae4c2fafc3bfe87f8ba73ab3db8">Product::Product</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">sat::Solvable</a> &amp; solvable_r )</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;  : <a class="code" href="classzypp_1_1ResObject.html">ResObject</a>( solvable_r )</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;  {}</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="comment">//</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="comment">//    METHOD NAME : Product::~Product</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;  <span class="comment">//    METHOD TYPE : Dtor</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#aa6b7be39c760d94e8c3d36f10c5831ce">   58</a></span>&#160;  <a class="code" href="classzypp_1_1Product.html#aa6b7be39c760d94e8c3d36f10c5831ce">Product::~Product</a>()</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;  {}</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a9de91b0e1fae0c19dabc12b7481dac26">   63</a></span>&#160;  <a class="code" href="classzypp_1_1sat_1_1Solvable.html">sat::Solvable</a> <a class="code" href="classzypp_1_1Product.html#a9de91b0e1fae0c19dabc12b7481dac26">Product::referencePackage</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    <span class="comment">// Look for a  provider of &#39;product(name) = version&#39; of same</span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="comment">// architecture and within the same repo.</span></div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    <span class="comment">// Code12: Update repos may have multiple release package versions</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="comment">// providing the same product. Prefer the one matching the buildtime,</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;    <span class="comment">// as the product buildtime is derived from the -release package.</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    <a class="code" href="classzypp_1_1Capability.html">Capability</a> identCap( <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;product(%s) = %s&quot;</span>, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">name</a>().c_str(), <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">edition</a>().c_str() ) );</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable.html">sat::Solvable</a> found;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <span class="keywordtype">bool</span> foundBuildTime = <span class="keyword">false</span>;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1WhatProvides.html">sat::WhatProvides</a> providers( identCap );</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, providers.<a class="code" href="classzypp_1_1sat_1_1WhatProvides.html#af04b0c123963e108b1db2bd371ea52e7">begin</a>(), providers.<a class="code" href="classzypp_1_1sat_1_1WhatProvides.html#a2457c2d39e86cc5c319ace1b4ed49832">end</a>() )</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    {</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;      <span class="keywordflow">if</span> ( it-&gt;repository() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">repository</a>() &amp;&amp; it-&gt;arch() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2947aba00fbe3b68f82b6eac58213c30">arch</a>() )</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;      {</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;        <span class="keywordtype">bool</span> fitsBuildtime = ( it-&gt;buildtime() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ae4a1b01bd1a5b43a782d487dcad2713b">buildtime</a>() );</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;        <span class="keywordflow">if</span> ( found )</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;        {</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;          <span class="keywordtype">bool</span> lowerEdition = ( it-&gt;edition() &lt;= found.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">edition</a>() );</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;          <span class="keywordflow">if</span> ( (  foundBuildTime &amp;&amp; ( !fitsBuildtime || lowerEdition ) )</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;            || ( !foundBuildTime &amp;&amp; ( !fitsBuildtime &amp;&amp; lowerEdition ) ) )</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;            <span class="keywordflow">continue</span>;</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;        found = *it;</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;        <span class="keywordflow">if</span> ( fitsBuildtime )</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;          foundBuildTime = <span class="keyword">true</span>;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;      }</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    }</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;    <span class="keywordflow">if</span> ( ! found &amp;&amp; <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a1d9967492e2c5ff1ac10eba89b9a86ed">isSystem</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="comment">// bnc#784900: for installed products check whether the file is owned by</span></div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;      <span class="comment">// some package. If so, ust this as buddy.</span></div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;      <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">sat::LookupAttr</a> q( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a1d41a4edd7703c3837de7c1fc39aafc5">sat::SolvAttr::filelist</a>, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">repository</a>() );</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;      std::string refFile( <a class="code" href="classzypp_1_1Product.html#a4f0c20cd01c67cddbffaf80de4f6dfd0">referenceFilename</a>() );       <span class="comment">// the basename only!</span></div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;      <span class="keywordflow">if</span> ( ! refFile.empty() )</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;        <a class="code" href="classzypp_1_1StrMatcher.html">StrMatcher</a> matcher( <span class="stringliteral">&quot;/etc/products.d/&quot;</span>+refFile, <a class="code" href="classzypp_1_1Match.html#a60bae4e39ca31538935386efedaec428afb669e9348682e644088e5e242a36f45">Match::STRING</a> | <a class="code" href="classzypp_1_1Match.html#a929640d473a7a816796b2273c28a9db2">Match::FILES</a> );</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a62bcea43cc0b7736fc6e1b76b7c5e419">setStrMatcher</a>( matcher );</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;        <span class="keywordflow">if</span> ( ! q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a2710d52827494e9a158e04cc0a65344a">empty</a>() )</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;          found = q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">begin</a>().<a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#aa3cec1b506b6c5aa5fa653b8a56be1e7">inSolvable</a>();</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;      }</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;      <span class="keywordflow">else</span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#gafeeffe52c8fd59db7c61cf8b02042dbf">INT</a> &lt;&lt; <span class="stringliteral">&quot;Product referenceFilename unexpectedly empty!&quot;</span> &lt;&lt; endl;</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;</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;    <span class="keywordflow">if</span> ( ! found )</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;      <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga9423380a92639b296ea0a984ea7e1c6b">WAR</a> &lt;&lt; *<span class="keyword">this</span> &lt;&lt; <span class="stringliteral">&quot;: no reference package found: &quot;</span> &lt;&lt; identCap &lt;&lt; endl;</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;    <span class="keywordflow">return</span> found;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  }</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"><a class="line" href="classzypp_1_1Product.html#a4f0c20cd01c67cddbffaf80de4f6dfd0">  116</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#a4f0c20cd01c67cddbffaf80de4f6dfd0">Product::referenceFilename</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a56929f1a7ba51dbf9b07ba5c7ff3c6c6">sat::SolvAttr::productReferenceFile</a> ); }</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a004685b5583938bdb41072bcf1865b6f">  119</a></span>&#160;  <a class="code" href="classzypp_1_1Product.html#a293ff5150b8835c216eff1fd79bf1750">Product::ReplacedProducts</a> <a class="code" href="classzypp_1_1Product.html#a004685b5583938bdb41072bcf1865b6f">Product::replacedProducts</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;    std::vector&lt;constPtr&gt; ret;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;    <span class="comment">// By now we simply collect what is obsoleted by the Product,</span></div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;    <span class="comment">// or by the products buddy (release-package).</span></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">  125</span>&#160;    <span class="comment">// Check our own dependencies. We should not have any,</span></div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    <span class="comment">// but just to be shure.</span></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1WhatObsoletes.html">sat::WhatObsoletes</a> obsoleting( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">satSolvable</a>() );</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, obsoleting.<a class="code" href="classzypp_1_1sat_1_1WhatObsoletes.html#abdf111844600378dc8a0318b261c253b">begin</a>(), obsoleting.<a class="code" href="classzypp_1_1sat_1_1WhatObsoletes.html#a12ef3f12c6bc5ac1c7c51aa441319461">end</a>() )</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    {</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;      <span class="keywordflow">if</span> ( it-&gt;isKind( <a class="code" href="classzypp_1_1ResKind.html#a233a0183b1a6ab150fe6c60360b7554a">ResKind::product</a> ) )</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;        ret.push_back( make&lt;Product&gt;( *it ) );</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;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    <span class="comment">// If we have a buddy, we check what product buddies the</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    <span class="comment">// buddy replaces.</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    obsoleting = <a class="code" href="classzypp_1_1sat_1_1WhatObsoletes.html">sat::WhatObsoletes</a>( <a class="code" href="classzypp_1_1Resolvable.html#a722672232e895a5322db3f89da26d13a">poolItem</a>().buddy() );</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, obsoleting.<a class="code" href="classzypp_1_1sat_1_1SolvIterMixin.html#aa46692e2855819f3b3213b55305e0583">poolItemBegin</a>(), obsoleting.<a class="code" href="classzypp_1_1sat_1_1SolvIterMixin.html#a74d71400f5d2721848320063f388078a">poolItemEnd</a>() )</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="keywordflow">if</span> ( (*it).buddy().isKind( <a class="code" href="classzypp_1_1ResKind.html#a233a0183b1a6ab150fe6c60360b7554a">ResKind::product</a> ) )</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;        ret.push_back( make&lt;Product&gt;( (*it).buddy() ) );</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">return</span> ret;</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;</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a7e2e18a59b750dc38cfd154941c5461a">  145</a></span>&#160;  <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a> <a class="code" href="classzypp_1_1Product.html#a7e2e18a59b750dc38cfd154941c5461a">Product::droplist</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Resolvable.html#a722672232e895a5322db3f89da26d13a">poolItem</a>().<a class="code" href="classzypp_1_1PoolItem.html#ab56be8572917da8404c45dec8f448412">buddy</a>().<a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf8d463437053846ba15c6b8984935ef">valuesOfNamespace</a>( <span class="stringliteral">&quot;weakremover&quot;</span> ); }</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#aeb7e5e3a2afba9703369ccd10857c970">  148</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#aeb7e5e3a2afba9703369ccd10857c970">Product::productLine</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a538ae592633d583a6f1f5a1e0ba860e6">sat::SolvAttr::productProductLine</a> ); }</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a482d6a945ec05a29aa711741fb37055b">  153</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#a482d6a945ec05a29aa711741fb37055b">Product::shortName</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    std::string ret( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ac55e9229d739ef1b00846719d883f43a">sat::SolvAttr::productShortlabel</a> ) );</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;    <span class="keywordflow">if</span> ( ret.empty() ) ret = <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">name</a>();</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    <span class="keywordflow">return</span> ret;</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;  }</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"><a class="line" href="classzypp_1_1Product.html#a2caba47b198bdbfb26cd41f2769fe806">  161</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#a2caba47b198bdbfb26cd41f2769fe806">Product::flavor</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    <span class="comment">// Look for a  provider of &#39;product_flavor(name) = version&#39;</span></div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    <span class="comment">// within the same repo. Unlike the reference package, we</span></div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    <span class="comment">// can be relaxed and ignore the architecture.</span></div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;    <a class="code" href="classzypp_1_1Capability.html">Capability</a> identCap( <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;product_flavor(%s) = %s&quot;</span>, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">name</a>().c_str(), <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">edition</a>().c_str() ) );</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1WhatProvides.html">sat::WhatProvides</a> providers( identCap );</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, providers.<a class="code" href="classzypp_1_1sat_1_1WhatProvides.html#af04b0c123963e108b1db2bd371ea52e7">begin</a>(), providers.<a class="code" href="classzypp_1_1sat_1_1WhatProvides.html#a2457c2d39e86cc5c319ace1b4ed49832">end</a>() )</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    {</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;      <span class="keywordflow">if</span> ( it-&gt;repository() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">repository</a>() )</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;      {</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;        <span class="comment">// Got the package now try to get the provided &#39;flavor(...)&#39;</span></div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;        <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a14b302cf5d19fc6fdf9e4f3d11468b46">provides</a>( it-&gt;provides() );</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;        <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( cap, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a14b302cf5d19fc6fdf9e4f3d11468b46">provides</a>.<a class="code" href="classzypp_1_1Capabilities.html#a2488eae9ba9bf46a7ce0f63fc5f49a0a">begin</a>(), <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a14b302cf5d19fc6fdf9e4f3d11468b46">provides</a>.<a class="code" href="classzypp_1_1Capabilities.html#a6f0845be9567819c10d229a5331d07f0">end</a>() )</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;        {</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;          std::string capstr( cap-&gt;asString() );</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;          <span class="keywordflow">if</span> ( <a class="code" href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">str::hasPrefix</a>( capstr, <span class="stringliteral">&quot;flavor(&quot;</span> ) )</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;          {</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;            capstr = <a class="code" href="namespacezypp_1_1str.html#aae73b73bd678e35f1ba924eb58a7ff77">str::stripPrefix</a>( capstr, <span class="stringliteral">&quot;flavor(&quot;</span> );</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;            capstr.erase( capstr.size()-1 ); <span class="comment">// trailing &#39;)&#39;</span></div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;            <span class="keywordflow">return</span> capstr;</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;          }</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;        }</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;      }</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    }</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    <span class="keywordflow">return</span> std::string();</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;  }</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;</div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#ab819f90a248041bcb0c6c0ceecdedd6b">  190</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#ab819f90a248041bcb0c6c0ceecdedd6b">Product::type</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a7d656c66959d36cf373a102ed69637d7">sat::SolvAttr::productType</a> ); }</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a067687845648fe00f108db0b91e73795">  193</a></span>&#160;  std::list&lt;std::string&gt; <a class="code" href="classzypp_1_1Product.html#a067687845648fe00f108db0b91e73795">Product::flags</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;    std::list&lt;std::string&gt; ret;</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;    fillList( ret, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">satSolvable</a>(), <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ac44bfd4a0c2513ce6b387523a2e00b3a">sat::SolvAttr::productFlags</a> );</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;    <span class="keywordflow">return</span> ret;</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;</div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a8cc36c1e2a0e7ec1733153de2683c477">  200</a></span>&#160;  <a class="code" href="classzypp_1_1Date.html">Date</a> <a class="code" href="classzypp_1_1Product.html#a8cc36c1e2a0e7ec1733153de2683c477">Product::endOfLife</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Date.html">Date</a>( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ab28a10cc95b548aa218c77ea454335be">sat::SolvAttr::productEndOfLife</a> ) );}</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;</div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a78ae180bd2296a9102771418775c486e">  203</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1Product.html#a78ae180bd2296a9102771418775c486e">Product::hasEndOfLife</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span>( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ab28a10cc95b548aa218c77ea454335be">sat::SolvAttr::productEndOfLife</a>, -1 ) != (<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>)(-1) ); }</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;</div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#aab84613254f1d11a2905a06b9749c213">  206</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1Product.html#a78ae180bd2296a9102771418775c486e">Product::hasEndOfLife</a>( <a class="code" href="classzypp_1_1Date.html">Date</a> &amp; value )<span class="keyword"> const</span></div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;    <a class="code" href="classzypp_1_1Date.html">Date</a> res( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ab28a10cc95b548aa218c77ea454335be">sat::SolvAttr::productEndOfLife</a>, -1 ) );</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="keywordflow">if</span> ( res == -1 )</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;      <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;    <span class="comment">// else:</span></div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;    value = res;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">true</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="l00216"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#abeb5e1b54f4ed9317c6ff6eb67ace077">  216</a></span>&#160;  std::vector&lt;Repository::ContentIdentifier&gt; <a class="code" href="classzypp_1_1Product.html#abeb5e1b54f4ed9317c6ff6eb67ace077">Product::updateContentIdentifier</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;    std::vector&lt;Repository::ContentIdentifier&gt; ret;</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">sat::LookupAttr</a> q( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a52af50fd650ed5bd999ac178da518838">sat::SolvAttr::productUpdatesRepoid</a>, <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#aa4594506628e891405af0971c7a572c5">sat::SolvAttr::productUpdates</a>, *<span class="keyword">this</span> );</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;    <span class="keywordflow">if</span> ( ! q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a2710d52827494e9a158e04cc0a65344a">empty</a>() )</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;    {</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;      ret.reserve( 2 );</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;      <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">begin</a>(), q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">end</a>() )</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;        ret.push_back( it.asString() );</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;    }</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;    <span class="keywordflow">return</span> ret;</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">  228</span>&#160;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a811611f65fd15f24e394bf480c64f5be">  229</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1Product.html#a811611f65fd15f24e394bf480c64f5be">Product::hasUpdateContentIdentifier</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Repository.html#a21ad9b0b97a0b502cb339cfd377a17b0">Repository::ContentIdentifier</a> &amp; cident_r )<span class="keyword"> const</span></div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">sat::LookupAttr</a> q( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a52af50fd650ed5bd999ac178da518838">sat::SolvAttr::productUpdatesRepoid</a>, <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#aa4594506628e891405af0971c7a572c5">sat::SolvAttr::productUpdates</a>, *<span class="keyword">this</span> );</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;    <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">begin</a>(), q.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">end</a>() )</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;    {</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;      <span class="keywordflow">if</span> ( it.asString() == cident_r )</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;        <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;    }</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;  }</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"><a class="line" href="classzypp_1_1Product.html#a356180ff47c64ad7bbdc6b389633566d">  240</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1Product.html#a356180ff47c64ad7bbdc6b389633566d">Product::isTargetDistribution</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a1d9967492e2c5ff1ac10eba89b9a86ed">isSystem</a>() &amp;&amp; <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a7d656c66959d36cf373a102ed69637d7">sat::SolvAttr::productType</a> ) == <span class="stringliteral">&quot;base&quot;</span>; }</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_1Product.html#a5df49d24b6b91aee583569d602a651a9">  243</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#a5df49d24b6b91aee583569d602a651a9">Product::registerTarget</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a83e0520500303ee309392144b51d4ac8">sat::SolvAttr::productRegisterTarget</a> ); }</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#add6181e9cf1a1b1ed5726f636fffb2fe">  246</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#add6181e9cf1a1b1ed5726f636fffb2fe">Product::registerRelease</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a12ddfc0b8b6cbc3b432defc1939df6e3">sat::SolvAttr::productRegisterRelease</a> ); }</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;</div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#ad53d4ff1a22cf686a11387ef85917414">  249</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Product.html#ad53d4ff1a22cf686a11387ef85917414">Product::registerFlavor</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a5838553593fcc1c915dd1cce64410f4c">sat::SolvAttr::productRegisterFlavor</a> ); }</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;  </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"><a class="line" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">  254</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">Product::urls</a>( <span class="keyword">const</span> std::string &amp; key_r )<span class="keyword"> const</span></div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;    <a class="code" href="classzypp_1_1Product_1_1UrlList.html">UrlList</a> ret;</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">sat::LookupAttr</a> <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a8f9583e12dae3507b72a9e3b45bc7420">sat::SolvAttr::productUrl</a>, *<span class="keyword">this</span> );</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">sat::LookupAttr</a> url_type( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ae9e0a5b883e2880611a2779b28a17b17">sat::SolvAttr::productUrlType</a>, *<span class="keyword">this</span> );</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">sat::LookupAttr::iterator</a> url_it(<a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>.begin());</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;    <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">sat::LookupAttr::iterator</a> url_type_it(url_type.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">begin</a>());</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;    <span class="keywordflow">for</span> (;url_it != <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>.end(); ++url_it, ++url_type_it)</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">  266</span>&#160;        <span class="comment">/* safety checks, shouldn&#39;t happen (tm) */</span></div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;        <span class="keywordflow">if</span> (url_type_it == url_type.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">end</a>())</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;        {</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;            <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga735563036dced0b7d6cc98f97ea4978b">ERR</a> &lt;&lt; *<span class="keyword">this</span> &lt;&lt; <span class="stringliteral">&quot; : The thing that should not happen, happened.&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;            <span class="keywordflow">break</span>;</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;</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;        <span class="keywordflow">if</span> ( url_type_it.asString() == key_r )</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;            ret.<a class="code" href="classzypp_1_1Product_1_1UrlList.html#a7b17af3f733add901cdc28797e208df4">_list</a>.push_back(url_it.asString());</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">/* while (attribute array) */</span></div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;    <span class="keywordflow">return</span> ret;</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;</div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a417ee4dccab325568f7bd50b7d5198e6">  282</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#a417ee4dccab325568f7bd50b7d5198e6">Product::releaseNotesUrls</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;releasenotes&quot;</span> ); }</div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a594d9b982fd181c9da3ffdd35f978804">  283</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#a594d9b982fd181c9da3ffdd35f978804">Product::registerUrls</a>()<span class="keyword">     const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;register&quot;</span> ); }</div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#adfebaabbef81c310ed89249932993111">  284</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#adfebaabbef81c310ed89249932993111">Product::smoltUrls</a>()<span class="keyword">        const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;smolt&quot;</span> ); }</div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a999b7066d53f8b9d92dcc6b1f12b28b5">  285</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#a999b7066d53f8b9d92dcc6b1f12b28b5">Product::updateUrls</a>()<span class="keyword">       const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;update&quot;</span> ); }</div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#a083b4614f07244babc4f936f7c0d8f2b">  286</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#a083b4614f07244babc4f936f7c0d8f2b">Product::extraUrls</a>()<span class="keyword">        const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;extra&quot;</span> ); }</div><div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classzypp_1_1Product.html#afff1299503d0875b2a36afea2ff9e485">  287</a></span>&#160;  <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> <a class="code" href="classzypp_1_1Product.html#afff1299503d0875b2a36afea2ff9e485">Product::optionalUrls</a>()<span class="keyword">     const </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">urls</a>( <span class="stringliteral">&quot;optional&quot;</span> ); }</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;</div><div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="namespacezypp.html#a8a7522b7bcd78c5c51645618b67b4014">  289</a></span>&#160;  std::ostream &amp; <a class="code" href="namespacezypp.html#a736823673697753a9826f368fefff5f0">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1Product_1_1UrlList.html">Product::UrlList</a> &amp; obj )</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="namespacezypp.html#aca13105e2531a707430f1204abcc0039">dumpRange</a>( <a class="code" href="namespacestr.html">str</a> &lt;&lt; obj.<a class="code" href="classzypp_1_1Product_1_1UrlList.html#ad4b70af908f432d289f01ff3d1a7e6df">key</a>() &lt;&lt; <span class="charliteral">&#39; &#39;</span>, obj.<a class="code" href="classzypp_1_1Product_1_1UrlList.html#ae92ba437d40519946562362e754e8bb3">begin</a>(), obj.<a class="code" href="classzypp_1_1Product_1_1UrlList.html#a20bfb4326027380ca616caabf8d1d334">end</a>() ); }</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ac44bfd4a0c2513ce6b387523a2e00b3a"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ac44bfd4a0c2513ce6b387523a2e00b3a">zypp::sat::SolvAttr::productFlags</a></div><div class="ttdeci">static const SolvAttr productFlags</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00148">SolvAttr.h:148</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a6adf2ae4c2fafc3bfe87f8ba73ab3db8"><div class="ttname"><a href="classzypp_1_1Product.html#a6adf2ae4c2fafc3bfe87f8ba73ab3db8">zypp::Product::Product</a></div><div class="ttdeci">Product(const sat::Solvable &amp;solvable_r)</div><div class="ttdoc">Ctor.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00049">Product.cc:49</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_aa4594506628e891405af0971c7a572c5"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#aa4594506628e891405af0971c7a572c5">zypp::sat::SolvAttr::productUpdates</a></div><div class="ttdeci">static const SolvAttr productUpdates</div><div class="ttdoc">array of repoids, hopefully label s too</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00155">SolvAttr.h:155</a></div></div>
<div class="ttc" id="classzypp_1_1Product_1_1UrlList_html_ae92ba437d40519946562362e754e8bb3"><div class="ttname"><a href="classzypp_1_1Product_1_1UrlList.html#ae92ba437d40519946562362e754e8bb3">zypp::Product::UrlList::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00225">Product.h:225</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatObsoletes_html_abdf111844600378dc8a0318b261c253b"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatObsoletes.html#abdf111844600378dc8a0318b261c253b">zypp::sat::WhatObsoletes::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdoc">Iterator pointing to the first Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="WhatObsoletes_8h_source.html#l00083">WhatObsoletes.h:83</a></div></div>
<div class="ttc" id="WhatObsoletes_8h_html"><div class="ttname"><a href="WhatObsoletes_8h.html">WhatObsoletes.h</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_1Product_html_a594d9b982fd181c9da3ffdd35f978804"><div class="ttname"><a href="classzypp_1_1Product.html#a594d9b982fd181c9da3ffdd35f978804">zypp::Product::registerUrls</a></div><div class="ttdeci">UrlList registerUrls() const</div><div class="ttdoc">The URL for registration.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00283">Product.cc:283</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a14b302cf5d19fc6fdf9e4f3d11468b46"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a14b302cf5d19fc6fdf9e4f3d11468b46">zypp::sat::SolvableType&lt; Resolvable &gt;::provides</a></div><div class="ttdeci">Capabilities provides() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00099">SolvableType.h:99</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a999b7066d53f8b9d92dcc6b1f12b28b5"><div class="ttname"><a href="classzypp_1_1Product.html#a999b7066d53f8b9d92dcc6b1f12b28b5">zypp::Product::updateUrls</a></div><div class="ttdeci">UrlList updateUrls() const</div><div class="ttdoc">Online updates for the product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00285">Product.cc:285</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a356180ff47c64ad7bbdc6b389633566d"><div class="ttname"><a href="classzypp_1_1Product.html#a356180ff47c64ad7bbdc6b389633566d">zypp::Product::isTargetDistribution</a></div><div class="ttdeci">bool isTargetDistribution() const</div><div class="ttdoc">This is the installed product that is also targeted by the /etc/products.d/baseproduct symlink.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00240">Product.cc:240</a></div></div>
<div class="ttc" id="classzypp_1_1Capabilities_html"><div class="ttname"><a href="classzypp_1_1Capabilities.html">zypp::Capabilities</a></div><div class="ttdoc">Container of Capability (currently read only).</div><div class="ttdef"><b>Definition:</b> <a href="Capabilities_8h_source.html#l00035">Capabilities.h:35</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_afff1299503d0875b2a36afea2ff9e485"><div class="ttname"><a href="classzypp_1_1Product.html#afff1299503d0875b2a36afea2ff9e485">zypp::Product::optionalUrls</a></div><div class="ttdeci">UrlList optionalUrls() const</div><div class="ttdoc">Optional software for the product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00287">Product.cc:287</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_aeb7e5e3a2afba9703369ccd10857c970"><div class="ttname"><a href="classzypp_1_1Product.html#aeb7e5e3a2afba9703369ccd10857c970">zypp::Product::productLine</a></div><div class="ttdeci">std::string productLine() const</div><div class="ttdoc">Vendor specific string denoting the product line.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00148">Product.cc:148</a></div></div>
<div class="ttc" id="classzypp_1_1Product_1_1UrlList_html"><div class="ttname"><a href="classzypp_1_1Product_1_1UrlList.html">zypp::Product::UrlList</a></div><div class="ttdoc">Helper to iterate a products URL lists.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00208">Product.h:208</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_aae73b73bd678e35f1ba924eb58a7ff77"><div class="ttname"><a href="namespacezypp_1_1str.html#aae73b73bd678e35f1ba924eb58a7ff77">zypp::str::stripPrefix</a></div><div class="ttdeci">std::string stripPrefix(const C_Str &amp;str_r, const C_Str &amp;prefix_r)</div><div class="ttdoc">Strip a prefix_r from str_r and return the resulting string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l01027">String.h:1027</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a7e2e18a59b750dc38cfd154941c5461a"><div class="ttname"><a href="classzypp_1_1Product.html#a7e2e18a59b750dc38cfd154941c5461a">zypp::Product::droplist</a></div><div class="ttdeci">CapabilitySet droplist() const</div><div class="ttdoc">List of packages included in older versions of this product and now dropped.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00145">Product.cc:145</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_add6181e9cf1a1b1ed5726f636fffb2fe"><div class="ttname"><a href="classzypp_1_1Product.html#add6181e9cf1a1b1ed5726f636fffb2fe">zypp::Product::registerRelease</a></div><div class="ttdeci">std::string registerRelease() const</div><div class="ttdoc">This is register.release attribute of an installed product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00246">Product.cc:246</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_adfebaabbef81c310ed89249932993111"><div class="ttname"><a href="classzypp_1_1Product.html#adfebaabbef81c310ed89249932993111">zypp::Product::smoltUrls</a></div><div class="ttdeci">UrlList smoltUrls() const</div><div class="ttdoc">The URL for SMOLT.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00284">Product.cc:284</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_abeb5e1b54f4ed9317c6ff6eb67ace077"><div class="ttname"><a href="classzypp_1_1Product.html#abeb5e1b54f4ed9317c6ff6eb67ace077">zypp::Product::updateContentIdentifier</a></div><div class="ttdeci">std::vector&lt; Repository::ContentIdentifier &gt; updateContentIdentifier() const</div><div class="ttdoc">ContentIdentifier of required update repositories.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00216">Product.cc:216</a></div></div>
<div class="ttc" id="classzypp_1_1Capabilities_html_a6f0845be9567819c10d229a5331d07f0"><div class="ttname"><a href="classzypp_1_1Capabilities.html#a6f0845be9567819c10d229a5331d07f0">zypp::Capabilities::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdoc">Iterator pointing behind the last Capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capabilities_8h_source.html#l00169">Capabilities.h:169</a></div></div>
<div class="ttc" id="classzypp_1_1StrMatcher_html"><div class="ttname"><a href="classzypp_1_1StrMatcher.html">zypp::StrMatcher</a></div><div class="ttdoc">String matching (STRING|SUBSTRING|GLOB|REGEX).</div><div class="ttdef"><b>Definition:</b> <a href="StrMatcher_8h_source.html#l00297">StrMatcher.h:297</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html">zypp::sat::LookupAttr</a></div><div class="ttdoc">Lightweight attribute value lookup.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00107">LookupAttr.h:107</a></div></div>
<div class="ttc" id="classzypp_1_1Product_1_1UrlList_html_ad4b70af908f432d289f01ff3d1a7e6df"><div class="ttname"><a href="classzypp_1_1Product_1_1UrlList.html#ad4b70af908f432d289f01ff3d1a7e6df">zypp::Product::UrlList::key</a></div><div class="ttdeci">std::string key() const</div><div class="ttdoc">The key used to retrieve this list (for debug)</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00237">Product.h:237</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_gafeeffe52c8fd59db7c61cf8b02042dbf"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#gafeeffe52c8fd59db7c61cf8b02042dbf">INT</a></div><div class="ttdeci">#define INT</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00083">Logger.h:83</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_ad53d4ff1a22cf686a11387ef85917414"><div class="ttname"><a href="classzypp_1_1Product.html#ad53d4ff1a22cf686a11387ef85917414">zypp::Product::registerFlavor</a></div><div class="ttdeci">std::string registerFlavor() const</div><div class="ttdoc">This is register.flavor attribute of a product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00249">Product.cc:249</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a12ddfc0b8b6cbc3b432defc1939df6e3"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a12ddfc0b8b6cbc3b432defc1939df6e3">zypp::sat::SolvAttr::productRegisterRelease</a></div><div class="ttdeci">static const SolvAttr productRegisterRelease</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00151">SolvAttr.h:151</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ab28a10cc95b548aa218c77ea454335be"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ab28a10cc95b548aa218c77ea454335be">zypp::sat::SolvAttr::productEndOfLife</a></div><div class="ttdeci">static const SolvAttr productEndOfLife</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00149">SolvAttr.h:149</a></div></div>
<div class="ttc" id="namespacestr_html"><div class="ttname"><a href="namespacestr.html">str</a></div><div class="ttdoc">String related utilities and Regular expression matching.</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a538ae592633d583a6f1f5a1e0ba860e6"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a538ae592633d583a6f1f5a1e0ba860e6">zypp::sat::SolvAttr::productProductLine</a></div><div class="ttdeci">static const SolvAttr productProductLine</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00143">SolvAttr.h:143</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ae9e0a5b883e2880611a2779b28a17b17"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ae9e0a5b883e2880611a2779b28a17b17">zypp::sat::SolvAttr::productUrlType</a></div><div class="ttdeci">static const SolvAttr productUrlType</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00154">SolvAttr.h:154</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItem_html_ab56be8572917da8404c45dec8f448412"><div class="ttname"><a href="classzypp_1_1PoolItem.html#ab56be8572917da8404c45dec8f448412">zypp::PoolItem::buddy</a></div><div class="ttdeci">sat::Solvable buddy() const</div><div class="ttdoc">Return the buddy we share our status object with.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItem_8cc_source.html#l00206">PoolItem.cc:206</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a417ee4dccab325568f7bd50b7d5198e6"><div class="ttname"><a href="classzypp_1_1Product.html#a417ee4dccab325568f7bd50b7d5198e6">zypp::Product::releaseNotesUrls</a></div><div class="ttdeci">UrlList releaseNotesUrls() const</div><div class="ttdoc">The URL to download the release notes for this product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00282">Product.cc:282</a></div></div>
<div class="ttc" id="MediaCurl_8cc_html_a80c807b920948127b73f36d4d8d89037"><div class="ttname"><a href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a></div><div class="ttdeci">Url url</div><div class="ttdef"><b>Definition:</b> <a href="MediaCurl_8cc_source.html#l00199">MediaCurl.cc:199</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvIterMixin_html_aa46692e2855819f3b3213b55305e0583"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvIterMixin.html#aa46692e2855819f3b3213b55305e0583">zypp::sat::SolvIterMixin::poolItemBegin</a></div><div class="ttdeci">PoolItem_iterator poolItemBegin() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvIterMixin_8h_source.html#l00168">SolvIterMixin.h:168</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="LookupAttr_8h_html"><div class="ttname"><a href="LookupAttr_8h.html">LookupAttr.h</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_ab363703751b5b05296d5ad687a6216e2"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">zypp::sat::SolvableType&lt; Resolvable &gt;::edition</a></div><div class="ttdeci">Edition edition() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00071">SolvableType.h:71</a></div></div>
<div class="ttc" id="group__ZYPP__SMART__PTR_html_ga9ffc8a01367e8a71d551ea8dbdc356f2"><div class="ttname"><a href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">zypp::str::form</a></div><div class="ttdeci">std::string form(const char *format,...) __attribute__((format(printf</div><div class="ttdoc">Printf style construction of std::string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8cc_source.html#l00036">String.cc:36</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvIterMixin_html_a74d71400f5d2721848320063f388078a"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvIterMixin.html#a74d71400f5d2721848320063f388078a">zypp::sat::SolvIterMixin::poolItemEnd</a></div><div class="ttdeci">PoolItem_iterator poolItemEnd() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvIterMixin_8h_source.html#l00170">SolvIterMixin.h:170</a></div></div>
<div class="ttc" id="classzypp_1_1Product_1_1UrlList_html_a7b17af3f733add901cdc28797e208df4"><div class="ttname"><a href="classzypp_1_1Product_1_1UrlList.html#a7b17af3f733add901cdc28797e208df4">zypp::Product::UrlList::_list</a></div><div class="ttdeci">ListType _list</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00244">Product.h:244</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga735563036dced0b7d6cc98f97ea4978b"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga735563036dced0b7d6cc98f97ea4978b">ERR</a></div><div class="ttdeci">#define ERR</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00081">Logger.h:81</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_ab819f90a248041bcb0c6c0ceecdedd6b"><div class="ttname"><a href="classzypp_1_1Product.html#ab819f90a248041bcb0c6c0ceecdedd6b">zypp::Product::type</a></div><div class="ttdeci">std::string type() const</div><div class="ttdoc">Get the product type Well, in an ideal world there is only one base product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00190">Product.cc:190</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatObsoletes_html_a12ef3f12c6bc5ac1c7c51aa441319461"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatObsoletes.html#a12ef3f12c6bc5ac1c7c51aa441319461">zypp::sat::WhatObsoletes::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdoc">Iterator pointing behind the last Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="WhatObsoletes_8h_source.html#l00087">WhatObsoletes.h:87</a></div></div>
<div class="ttc" id="Url_8h_html"><div class="ttname"><a href="Url_8h.html">Url.h</a></div></div>
<div class="ttc" id="Product_8h_html"><div class="ttname"><a href="Product_8h.html">Product.h</a></div></div>
<div class="ttc" id="StrMatcher_8h_html"><div class="ttname"><a href="StrMatcher_8h.html">StrMatcher.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_adf8d463437053846ba15c6b8984935ef"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#adf8d463437053846ba15c6b8984935ef">zypp::sat::Solvable::valuesOfNamespace</a></div><div class="ttdeci">CapabilitySet valuesOfNamespace(const std::string &amp;namespace_r) const</div><div class="ttdoc">Return 'value[ op edition]' for namespaced provides 'namespace(value)[ op edition]'.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00512">Solvable.cc:512</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a2947aba00fbe3b68f82b6eac58213c30"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a2947aba00fbe3b68f82b6eac58213c30">zypp::sat::SolvableType&lt; Resolvable &gt;::arch</a></div><div class="ttdeci">Arch arch() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00072">SolvableType.h:72</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a83e0520500303ee309392144b51d4ac8"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a83e0520500303ee309392144b51d4ac8">zypp::sat::SolvAttr::productRegisterTarget</a></div><div class="ttdeci">static const SolvAttr productRegisterTarget</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00150">SolvAttr.h:150</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a2aaa4bc21653b25df56cd9247997573e"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">zypp::sat::SolvableType&lt; Resolvable &gt;::name</a></div><div class="ttdeci">std::string name() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00070">SolvableType.h:70</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a07bd2dee03ddf4cf6df1aab246107e02"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">zypp::sat::LookupAttr::end</a></div><div class="ttdeci">iterator end() const</div><div class="ttdoc">Iterator behind the end of query results.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00239">LookupAttr.cc:239</a></div></div>
<div class="ttc" id="classzypp_1_1Capabilities_html_a2488eae9ba9bf46a7ce0f63fc5f49a0a"><div class="ttname"><a href="classzypp_1_1Capabilities.html#a2488eae9ba9bf46a7ce0f63fc5f49a0a">zypp::Capabilities::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdoc">Iterator pointing to the first Capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capabilities_8h_source.html#l00166">Capabilities.h:166</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1iterator_html"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">zypp::sat::LookupAttr::iterator</a></div><div class="ttdoc">Result iterator.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00350">LookupAttr.h:350</a></div></div>
<div class="ttc" id="classzypp_1_1Date_html"><div class="ttname"><a href="classzypp_1_1Date.html">zypp::Date</a></div><div class="ttdoc">Store and operate on date (time_t).</div><div class="ttdef"><b>Definition:</b> <a href="Date_8h_source.html#l00032">Date.h:32</a></div></div>
<div class="ttc" id="namespacezypp_html_aca13105e2531a707430f1204abcc0039"><div class="ttname"><a href="namespacezypp.html#aca13105e2531a707430f1204abcc0039">zypp::dumpRange</a></div><div class="ttdeci">std::ostream &amp; dumpRange(std::ostream &amp;str, TIterator begin, TIterator end, const std::string &amp;intro=&quot;{&quot;, const std::string &amp;pfx=&quot;\n  &quot;, const std::string &amp;sep=&quot;\n  &quot;, const std::string &amp;sfx=&quot;\n&quot;, const std::string &amp;extro=&quot;}&quot;)</div><div class="ttdoc">Print range defined by iterators (multiline style).</div><div class="ttdef"><b>Definition:</b> <a href="LogTools_8h_source.html#l00091">LogTools.h:91</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a083b4614f07244babc4f936f7c0d8f2b"><div class="ttname"><a href="classzypp_1_1Product.html#a083b4614f07244babc4f936f7c0d8f2b">zypp::Product::extraUrls</a></div><div class="ttdeci">UrlList extraUrls() const</div><div class="ttdoc">Additional software for the product They are complementary, not alternatives.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00286">Product.cc:286</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a613c5ee894a41d6459368ac1967ac755"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">zypp::sat::Solvable::edition</a></div><div class="ttdeci">Edition edition() const</div><div class="ttdoc">The edition (version-release).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00333">Solvable.cc:333</a></div></div>
<div class="ttc" id="classzypp_1_1Product_1_1UrlList_html_a20bfb4326027380ca616caabf8d1d334"><div class="ttname"><a href="classzypp_1_1Product_1_1UrlList.html#a20bfb4326027380ca616caabf8d1d334">zypp::Product::UrlList::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00228">Product.h:228</a></div></div>
<div class="ttc" id="namespacezypp_html_a736823673697753a9826f368fefff5f0"><div class="ttname"><a href="namespacezypp.html#a736823673697753a9826f368fefff5f0">zypp::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const Exception &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8cc_source.html#l00147">Exception.cc:147</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a5838553593fcc1c915dd1cce64410f4c"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a5838553593fcc1c915dd1cce64410f4c">zypp::sat::SolvAttr::productRegisterFlavor</a></div><div class="ttdeci">static const SolvAttr productRegisterFlavor</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00152">SolvAttr.h:152</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a78ae180bd2296a9102771418775c486e"><div class="ttname"><a href="classzypp_1_1Product.html#a78ae180bd2296a9102771418775c486e">zypp::Product::hasEndOfLife</a></div><div class="ttdeci">bool hasEndOfLife() const</div><div class="ttdoc">Return whether an EndOfLife value is actually defined in the metadata.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00203">Product.cc:203</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="namespacezypp_html_afdd1ae180b46ec5116b6e99ad61f3d2f"><div class="ttname"><a href="namespacezypp.html#afdd1ae180b46ec5116b6e99ad61f3d2f">zypp::IMPL_PTR_TYPE</a></div><div class="ttdeci">IMPL_PTR_TYPE(Application)</div></div>
<div class="ttc" id="WhatProvides_8h_html"><div class="ttname"><a href="WhatProvides_8h.html">WhatProvides.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a7d656c66959d36cf373a102ed69637d7"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a7d656c66959d36cf373a102ed69637d7">zypp::sat::SolvAttr::productType</a></div><div class="ttdeci">static const SolvAttr productType</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00147">SolvAttr.h:147</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a62bcea43cc0b7736fc6e1b76b7c5e419"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a62bcea43cc0b7736fc6e1b76b7c5e419">zypp::sat::LookupAttr::setStrMatcher</a></div><div class="ttdeci">void setStrMatcher(const StrMatcher &amp;matcher_r)</div><div class="ttdoc">Set the pattern to match.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00205">LookupAttr.cc:205</a></div></div>
<div class="ttc" id="classzypp_1_1ResObject_html"><div class="ttname"><a href="classzypp_1_1ResObject.html">zypp::ResObject</a></div><div class="ttdoc">Base for resolvable objects.</div><div class="ttdef"><b>Definition:</b> <a href="ResObject_8h_source.html#l00038">ResObject.h:38</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatObsoletes_html"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatObsoletes.html">zypp::sat::WhatObsoletes</a></div><div class="ttdoc">Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor.</div><div class="ttdef"><b>Definition:</b> <a href="WhatObsoletes_8h_source.html#l00036">WhatObsoletes.h:36</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a8f9583e12dae3507b72a9e3b45bc7420"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a8f9583e12dae3507b72a9e3b45bc7420">zypp::sat::SolvAttr::productUrl</a></div><div class="ttdeci">static const SolvAttr productUrl</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00153">SolvAttr.h:153</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_1Product_html_a004685b5583938bdb41072bcf1865b6f"><div class="ttname"><a href="classzypp_1_1Product.html#a004685b5583938bdb41072bcf1865b6f">zypp::Product::replacedProducts</a></div><div class="ttdeci">ReplacedProducts replacedProducts() const</div><div class="ttdoc">Array of installed Products that would be replaced by installing this one.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00119">Product.cc:119</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html_a21ad9b0b97a0b502cb339cfd377a17b0"><div class="ttname"><a href="classzypp_1_1Repository.html#a21ad9b0b97a0b502cb339cfd377a17b0">zypp::Repository::ContentIdentifier</a></div><div class="ttdeci">std::string ContentIdentifier</div><div class="ttdef"><b>Definition:</b> <a href="Repository_8h_source.html#l00049">Repository.h:49</a></div></div>
<div class="ttc" id="namespacezypp_html_a139c4625424aea2db640fc481745eaac"><div class="ttname"><a href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">zypp::CapabilitySet</a></div><div class="ttdeci">std::unordered_set&lt; Capability &gt; CapabilitySet</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00033">Capability.h:33</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a293ff5150b8835c216eff1fd79bf1750"><div class="ttname"><a href="classzypp_1_1Product.html#a293ff5150b8835c216eff1fd79bf1750">zypp::Product::ReplacedProducts</a></div><div class="ttdeci">std::vector&lt; constPtr &gt; ReplacedProducts</div><div class="ttdef"><b>Definition:</b> <a href="Product_8h_source.html#l00073">Product.h:73</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_aac75d37715996b3b59f6c8bb1a68ce1a"><div class="ttname"><a href="classzypp_1_1Product.html#aac75d37715996b3b59f6c8bb1a68ce1a">zypp::Product::urls</a></div><div class="ttdeci">UrlList urls(const std::string &amp;key_r) const</div><div class="ttdoc">Retrieve URLs flagged with key_r for this product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00254">Product.cc:254</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a52af50fd650ed5bd999ac178da518838"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a52af50fd650ed5bd999ac178da518838">zypp::sat::SolvAttr::productUpdatesRepoid</a></div><div class="ttdeci">static const SolvAttr productUpdatesRepoid</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00156">SolvAttr.h:156</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a9de91b0e1fae0c19dabc12b7481dac26"><div class="ttname"><a href="classzypp_1_1Product.html#a9de91b0e1fae0c19dabc12b7481dac26">zypp::Product::referencePackage</a></div><div class="ttdeci">sat::Solvable referencePackage() const</div><div class="ttdoc">The reference package providing the product metadata, if such a package exists.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00063">Product.cc:63</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1iterator_html_aa3cec1b506b6c5aa5fa653b8a56be1e7"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#aa3cec1b506b6c5aa5fa653b8a56be1e7">zypp::sat::LookupAttr::iterator::inSolvable</a></div><div class="ttdeci">Solvable inSolvable() const</div><div class="ttdoc">The current Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00354">LookupAttr.cc:354</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a482d6a945ec05a29aa711741fb37055b"><div class="ttname"><a href="classzypp_1_1Product.html#a482d6a945ec05a29aa711741fb37055b">zypp::Product::shortName</a></div><div class="ttdeci">std::string shortName() const</div><div class="ttdoc">Untranslated short name like SLES 10 (fallback: name)</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00153">Product.cc:153</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_1Match_html_a60bae4e39ca31538935386efedaec428afb669e9348682e644088e5e242a36f45"><div class="ttname"><a href="classzypp_1_1Match.html#a60bae4e39ca31538935386efedaec428afb669e9348682e644088e5e242a36f45">zypp::Match::STRING</a></div><div class="ttdoc">Excat matching.</div><div class="ttdef"><b>Definition:</b> <a href="StrMatcher_8h_source.html#l00043">StrMatcher.h:43</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a888f957da479ca0133a4061723d6cc6b"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupNumAttribute</a></div><div class="ttdeci">unsigned long long lookupNumAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00138">SolvableType.h:138</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatProvides_html_af04b0c123963e108b1db2bd371ea52e7"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatProvides.html#af04b0c123963e108b1db2bd371ea52e7">zypp::sat::WhatProvides::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdoc">Iterator pointing to the first Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="WhatProvides_8cc_source.html#l00145">WhatProvides.cc:145</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a1d41a4edd7703c3837de7c1fc39aafc5"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a1d41a4edd7703c3837de7c1fc39aafc5">zypp::sat::SolvAttr::filelist</a></div><div class="ttdeci">static const SolvAttr filelist</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00099">SolvAttr.h:99</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_aa6b7be39c760d94e8c3d36f10c5831ce"><div class="ttname"><a href="classzypp_1_1Product.html#aa6b7be39c760d94e8c3d36f10c5831ce">zypp::Product::~Product</a></div><div class="ttdeci">virtual ~Product()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00058">Product.cc:58</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a811611f65fd15f24e394bf480c64f5be"><div class="ttname"><a href="classzypp_1_1Product.html#a811611f65fd15f24e394bf480c64f5be">zypp::Product::hasUpdateContentIdentifier</a></div><div class="ttdeci">bool hasUpdateContentIdentifier(const Repository::ContentIdentifier &amp;cident_r) const</div><div class="ttdoc">Whether cident_r is listed as required update repository.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00229">Product.cc:229</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a2caba47b198bdbfb26cd41f2769fe806"><div class="ttname"><a href="classzypp_1_1Product.html#a2caba47b198bdbfb26cd41f2769fe806">zypp::Product::flavor</a></div><div class="ttdeci">std::string flavor() const</div><div class="ttdoc">The product flavor (LiveCD Demo, FTP edition,...).</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00161">Product.cc:161</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a8cc36c1e2a0e7ec1733153de2683c477"><div class="ttname"><a href="classzypp_1_1Product.html#a8cc36c1e2a0e7ec1733153de2683c477">zypp::Product::endOfLife</a></div><div class="ttdeci">Date endOfLife() const</div><div class="ttdoc">The date when this Product goes out of support as indicated by it's medadata.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00200">Product.cc:200</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a5df49d24b6b91aee583569d602a651a9"><div class="ttname"><a href="classzypp_1_1Product.html#a5df49d24b6b91aee583569d602a651a9">zypp::Product::registerTarget</a></div><div class="ttdeci">std::string registerTarget() const</div><div class="ttdoc">This is register.target attribute of a product.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00243">Product.cc:243</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a756ee1ee62edd150d2e5dec79c720799"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupStrAttribute</a></div><div class="ttdeci">std::string lookupStrAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00134">SolvableType.h:134</a></div></div>
<div class="ttc" id="classzypp_1_1ResKind_html_a233a0183b1a6ab150fe6c60360b7554a"><div class="ttname"><a href="classzypp_1_1ResKind.html#a233a0183b1a6ab150fe6c60360b7554a">zypp::ResKind::product</a></div><div class="ttdeci">static const ResKind product</div><div class="ttdef"><b>Definition:</b> <a href="ResKind_8h_source.html#l00043">ResKind.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_1Product_html_a4f0c20cd01c67cddbffaf80de4f6dfd0"><div class="ttname"><a href="classzypp_1_1Product.html#a4f0c20cd01c67cddbffaf80de4f6dfd0">zypp::Product::referenceFilename</a></div><div class="ttdeci">std::string referenceFilename() const</div><div class="ttdoc">For installed products the name of the corresponding /etc/products.d entry.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00116">Product.cc:116</a></div></div>
<div class="ttc" id="classzypp_1_1Product_html_a067687845648fe00f108db0b91e73795"><div class="ttname"><a href="classzypp_1_1Product.html#a067687845648fe00f108db0b91e73795">zypp::Product::flags</a></div><div class="ttdeci">std::list&lt; std::string &gt; flags() const</div><div class="ttdoc">The product flags.</div><div class="ttdef"><b>Definition:</b> <a href="Product_8cc_source.html#l00193">Product.cc:193</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a56929f1a7ba51dbf9b07ba5c7ff3c6c6"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a56929f1a7ba51dbf9b07ba5c7ff3c6c6">zypp::sat::SolvAttr::productReferenceFile</a></div><div class="ttdeci">static const SolvAttr productReferenceFile</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00142">SolvAttr.h:142</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a78de3f4b41f0965829beaa28245a25dd"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">zypp::sat::SolvableType&lt; Resolvable &gt;::satSolvable</a></div><div class="ttdeci">Solvable satSolvable() const</div><div class="ttdoc">Return the corresponding sat::Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00057">SolvableType.h:57</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_1Match_html_a929640d473a7a816796b2273c28a9db2"><div class="ttname"><a href="classzypp_1_1Match.html#a929640d473a7a816796b2273c28a9db2">zypp::Match::FILES</a></div><div class="ttdeci">static const Match FILES</div><div class="ttdoc">LookupAttr: match full path when matching in filelists, otherwise just the basenames.</div><div class="ttdef"><b>Definition:</b> <a href="StrMatcher_8h_source.html#l00075">StrMatcher.h:75</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="classzypp_1_1sat_1_1WhatProvides_html_a2457c2d39e86cc5c319ace1b4ed49832"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatProvides.html#a2457c2d39e86cc5c319ace1b4ed49832">zypp::sat::WhatProvides::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdoc">Iterator pointing behind the last Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="WhatProvides_8h_source.html#l00226">WhatProvides.h:226</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_ab27bf4d6f3a035dbaae5f41eec214420"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">zypp::sat::SolvableType&lt; Resolvable &gt;::repository</a></div><div class="ttdeci">Repository repository() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00075">SolvableType.h:75</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a1d9967492e2c5ff1ac10eba89b9a86ed"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a1d9967492e2c5ff1ac10eba89b9a86ed">zypp::sat::SolvableType&lt; Resolvable &gt;::isSystem</a></div><div class="ttdeci">bool isSystem() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00078">SolvableType.h:78</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ac55e9229d739ef1b00846719d883f43a"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ac55e9229d739ef1b00846719d883f43a">zypp::sat::SolvAttr::productShortlabel</a></div><div class="ttdeci">static const SolvAttr productShortlabel</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00144">SolvAttr.h:144</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a2710d52827494e9a158e04cc0a65344a"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a2710d52827494e9a158e04cc0a65344a">zypp::sat::LookupAttr::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdoc">Whether the query is empty.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00242">LookupAttr.cc:242</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_ae4a1b01bd1a5b43a782d487dcad2713b"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ae4a1b01bd1a5b43a782d487dcad2713b">zypp::sat::SolvableType&lt; Resolvable &gt;::buildtime</a></div><div class="ttdeci">Date buildtime() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00085">SolvableType.h:85</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_aa63d1e671c66473bc8a3470c4cd9658f"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">zypp::sat::LookupAttr::begin</a></div><div class="ttdeci">iterator begin() const</div><div class="ttdoc">Iterator to the begin of query results.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00236">LookupAttr.cc:236</a></div></div>
<div class="ttc" id="classzypp_1_1Resolvable_html_a722672232e895a5322db3f89da26d13a"><div class="ttname"><a href="classzypp_1_1Resolvable.html#a722672232e895a5322db3f89da26d13a">zypp::Resolvable::poolItem</a></div><div class="ttdeci">PoolItem poolItem() const</div><div class="ttdoc">Access the corresponding PoolItem.</div><div class="ttdef"><b>Definition:</b> <a href="Resolvable_8cc_source.html#l00028">Resolvable.cc:28</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="Product_8cc.html">Product.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>