Sophie

Sophie

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

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: zypp/sat/Solvable.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('Solvable_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Solvable.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="Solvable_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;</div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Logger_8h.html">zypp/base/Logger.h</a>&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Gettext_8h.html">zypp/base/Gettext.h</a>&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Exception_8h.html">zypp/base/Exception.h</a>&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Functional_8h.html">zypp/base/Functional.h</a>&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Collector_8h.html">zypp/base/Collector.h</a>&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Xml_8h.html">zypp/base/Xml.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="sat_2detail_2PoolImpl_8h.html">zypp/sat/detail/PoolImpl.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Solvable_8h.html">zypp/sat/Solvable.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Pool_8h.html">zypp/sat/Pool.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</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="l00025"></a><span class="lineno">   25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Repository_8h.html">zypp/Repository.h</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="OnMediaLocation_8h.html">zypp/OnMediaLocation.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ZConfig_8h.html">zypp/ZConfig.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Selectable_8h.html">zypp/ui/Selectable.h</a>&quot;</span></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">using</span> std::endl;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;{</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  <span class="keyword">namespace </span>sat</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;  {</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keyword">namespace</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    {</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;      <span class="keywordtype">void</span> _doSplit( IdString &amp; _ident, ResKind &amp; _kind, IdString &amp; _name )</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;      {</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;        <span class="keywordflow">if</span> ( ! _ident )</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;          <span class="keywordflow">return</span>;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        ResKind explicitKind = <a class="code" href="classzypp_1_1ResKind.html#a4bc7069af6ffaefb1a1880eb9ab4f31a">ResKind::explicitBuiltin</a>( _ident.c_str() );</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;        <span class="comment">// NOTE: kind package and srcpackage do not have namespaced ident!</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;        <span class="keywordflow">if</span> ( ! explicitKind  )</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;          _name = _ident;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;          <span class="comment">// No kind defaults to package</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;          <span class="keywordflow">if</span> ( !_kind )</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;            _kind = <a class="code" href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">ResKind::package</a>;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;          <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( ! ( _kind == <a class="code" href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">ResKind::package</a> || _kind == <a class="code" href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">ResKind::srcpackage</a> ) )</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;            _ident = IdString( <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%s:%s&quot;</span>, _kind.c_str(), _ident.c_str() ) );</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;        }</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;        <span class="keywordflow">else</span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;        {</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;          <span class="comment">// strip kind spec from name</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;          _name = IdString( ::strchr( _ident.c_str(), <span class="charliteral">&#39;:&#39;</span> )+1 );</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;          _kind = explicitKind;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;          <span class="keywordflow">if</span> ( _kind == <a class="code" href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">ResKind::package</a> || _kind == <a class="code" href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">ResKind::srcpackage</a> )</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;            _ident = _name;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;        }</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;        <span class="keywordflow">return</span>;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;      }</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    } <span class="comment">// namespace</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a778323ed422cc83a8170611e4805675a">   72</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">Solvable::SplitIdent::SplitIdent</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a> ident_r )</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    : _ident( ident_r )</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    { _doSplit( <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">_ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">_kind</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">_name</a> ); }</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ade5406a1c5290b7a34b2ef9c346d8ad4">   76</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">Solvable::SplitIdent::SplitIdent</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * ident_r )</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    : _ident( ident_r )</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    { _doSplit( <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">_ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">_kind</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">_name</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"><a class="line" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ad3476f773bae3a85d343942812d79f77">   80</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">Solvable::SplitIdent::SplitIdent</a>( <span class="keyword">const</span> std::string &amp; ident_r )</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;    : _ident( ident_r )</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    { _doSplit( <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">_ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">_kind</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">_name</a> ); }</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a2f20a11f3c6c6f1b4876b60ecd91198e">   84</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">Solvable::SplitIdent::SplitIdent</a>( <a class="code" href="classzypp_1_1ResKind.html">ResKind</a> kind_r, <a class="code" href="classzypp_1_1IdString.html">IdString</a> name_r )</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;    : _ident( name_r )</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;    , _kind( kind_r )</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    { _doSplit( <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">_ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">_kind</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">_name</a> ); }</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ad016e1d6987d5f5627c1c2ae67520125">   89</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">Solvable::SplitIdent::SplitIdent</a>( <a class="code" href="classzypp_1_1ResKind.html">ResKind</a> kind_r, <span class="keyword">const</span> <a class="code" href="classzypp_1_1C__Str.html">C_Str</a> &amp; name_r )</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    : _ident( name_r )</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;    , _kind( kind_r )</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    { _doSplit( <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">_ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">_kind</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">_name</a> ); }</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <span class="comment">//  class Solvable</span></div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a4034c892c4fb9eebafb88bd9d4c984f3">Solvable::noSolvable</a>;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</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"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a7933358ee57c616b74b64428a7040728">  102</a></span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">detail::CSolvable</a> * <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7933358ee57c616b74b64428a7040728">Solvable::get</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a75325e80b2336822918025f476156c29">getSolvable</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a> ); }</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">  105</a></span>&#160;<span class="preprocessor">#define NO_SOLVABLE_RETURN( VAL ) \</span></div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="preprocessor">    detail::CSolvable * _solvable( get() ); \</span></div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="preprocessor">    if ( ! _solvable ) return VAL</span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a7fcdf96ed4fdabd753db4664121c3262">  109</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7fcdf96ed4fdabd753db4664121c3262">Solvable::nextInPool</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a6dd0e4b525b097c5531fc430095cb1f3">Solvable</a>( <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().getNextId( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a> ) ); }</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;</div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a56d99ad49e82d952d7dd5fb86e4a6791">  112</a></span>&#160;    <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a56d99ad49e82d952d7dd5fb86e4a6791">Solvable::nextInRepo</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a4034c892c4fb9eebafb88bd9d4c984f3">noSolvable</a> );</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;      <span class="keywordflow">for</span> ( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ae94cd07a576454d3dd6803db524488b7">detail::SolvableIdType</a> next = <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a>+1; next &lt; unsigned(_solvable-&gt;repo-&gt;end); ++next )</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;      {</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;        <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">detail::CSolvable</a> * nextS( <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().getSolvable( next ) );</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;        <span class="keywordflow">if</span> ( nextS &amp;&amp; nextS-&gt;repo == _solvable-&gt;repo )</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;        {</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a6dd0e4b525b097c5531fc430095cb1f3">Solvable</a>( next );</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;        }</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;      }</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a4034c892c4fb9eebafb88bd9d4c984f3">noSolvable</a>;</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;</div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">  126</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">Solvable::lookupStrAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a> )<span class="keyword"> const</span></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * s = ::solvable_lookup_str( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id() );</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;      <span class="keywordflow">return</span> s ? s : std::string();</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    }</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"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a025fe324708791338a211210105593a4">  133</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">Solvable::lookupStrAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * s = 0;</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;      <span class="keywordflow">if</span> ( !lang_r )</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;        s = ::solvable_lookup_str_poollang( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id() );</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;      }</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;      <span class="keywordflow">else</span></div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;      {</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;        <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1Locale.html">Locale</a> l( lang_r ); l; l = l.<a class="code" href="classzypp_1_1Locale.html#a4120d65fb13e49f32c9ff30e83213557">fallback</a>() )</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">  145</span>&#160;          <span class="keywordflow">if</span> ( (s = ::solvable_lookup_str_lang( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id(), l.c_str(), 0 )) )</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;            <span class="keywordflow">return</span> s;</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">  148</span>&#160;        <span class="comment">// here: no matching locale, so use default</span></div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;        s = ::solvable_lookup_str_lang( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id(), 0, 0 );</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;      }</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;      <span class="keywordflow">return</span> s ? s : std::string();</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;   }</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">  154</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">Solvable::lookupNumAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a> )<span class="keyword"> const</span></div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( 0 );</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;      return ::solvable_lookup_num( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id(), 0 );</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"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a4e340d14878826951eaeed44b9e4725c">  160</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">Solvable::lookupNumAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> notfound_r )<span class="keyword"> const</span></div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( notfound_r );</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;      return ::solvable_lookup_num( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id(), notfound_r );</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    }</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a2a2495d8e7a93996c1cb4affa14b0480">  166</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a2a2495d8e7a93996c1cb4affa14b0480">Solvable::lookupBoolAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a> )<span class="keyword"> const</span></div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <span class="keyword">false</span> );</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;      return ::solvable_lookup_bool( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id() );</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    }</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ab49a760ae985edd66ad1a9560309766f">  172</a></span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ab49a760ae985edd66ad1a9560309766f">Solvable::lookupIdAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a> )<span class="keyword"> const</span></div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a7e9a3049ad4c7542ea1cd5cee91a5432">detail::noId</a> );</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;      return ::solvable_lookup_id( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id() );</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    }</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;</div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aeb0db5ad3b34b7d7078d1acee3c36c23">  178</a></span>&#160;    <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aeb0db5ad3b34b7d7078d1acee3c36c23">Solvable::lookupCheckSumAttribute</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> &amp; <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a> )<span class="keyword"> const</span></div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>() );</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> chksumtype = 0;</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * s = ::solvable_lookup_checksum( _solvable, <a class="code" href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a>.id(), &amp;chksumtype );</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;      <span class="keywordflow">if</span> ( ! s )</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>();</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;      <span class="keywordflow">switch</span> ( chksumtype )</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">case</span> REPOKEY_TYPE_MD5:    <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#a20bc147c1ee4e58307ea8b19d2d2dc4c">CheckSum::md5</a>( s );</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;        <span class="keywordflow">case</span> REPOKEY_TYPE_SHA1:   <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#a942d61763aa10ea2c6e830dc2f9cf70e">CheckSum::sha1</a>( s );</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;        <span class="keywordflow">case</span> REPOKEY_TYPE_SHA224: <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#afc7a3832ee6955deec48dfa055ded6b2">CheckSum::sha224</a>( s );</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;        <span class="keywordflow">case</span> REPOKEY_TYPE_SHA256: <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#ad87f9611fd5e499f5d41f51a71b84998">CheckSum::sha256</a>( s );</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;        <span class="keywordflow">case</span> REPOKEY_TYPE_SHA384: <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#a490871a81d21f517ef7855eb32870975">CheckSum::sha384</a>( s );</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;        <span class="keywordflow">case</span> REPOKEY_TYPE_SHA512: <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html#ac85e10f387dffac17f76121e7feb2f6e">CheckSum::sha512</a>( s );</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;      }</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>( std::string(), s ); <span class="comment">// try to autodetect</span></div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;    }</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;</div><div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;    <span class="keyword">namespace</span></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">  200</span>&#160;      <span class="keyword">inline</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> lookupDatadirIn( <a class="code" href="classzypp_1_1Repository.html">Repository</a> repor_r )</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;      {</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> susetagsDatadir( <span class="stringliteral">&quot;susetags:datadir&quot;</span> );</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;        <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> ret;</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;        <span class="comment">// First look for repo attribute &quot;susetags:datadir&quot;. If not found,</span></div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;        <span class="comment">// look into the solvables as Code11 libsolv placed it there.</span></div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupRepoAttr.html">LookupRepoAttr</a> datadir( susetagsDatadir, repor_r );</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;        <span class="keywordflow">if</span> ( ! datadir.empty() )</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;          ret = datadir.begin().asString();</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;        <span class="keywordflow">else</span></div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;        {</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">LookupAttr</a> datadir( susetagsDatadir, repor_r );</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;          <span class="keywordflow">if</span> ( ! datadir.empty() )</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;            ret = datadir.begin().asString();</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;        <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;      }</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;    } <span class="comment">// namespace</span></div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a1545905e11c4a033c74db7429ae0bd21">  220</a></span>&#160;    <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a1545905e11c4a033c74db7429ae0bd21">Solvable::lookupLocation</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a>() );</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;      <span class="comment">// medianumber and path</span></div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;      <span class="keywordtype">unsigned</span> medianr;</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * file = ::solvable_lookup_location( _solvable, &amp;medianr );</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;      <span class="keywordflow">if</span> ( ! file )</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a>();</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;      <span class="keywordflow">if</span> ( ! medianr )</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;        medianr = 1;</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;      <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> ret;</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;      <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> path;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;      <span class="keywordflow">switch</span> ( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>().info().type().toEnum() )</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;      {</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;        <span class="keywordflow">case</span> <a class="code" href="structzypp_1_1repo_1_1RepoType.html#a6d69173d8377c1f509e165f72be47f03a9215e92bab67de896ccaa0672bcafab5">repo::RepoType::NONE_e</a>:</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;        {</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;          path = lookupDatadirIn( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>() );</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;          <span class="keywordflow">if</span> ( ! path.<a class="code" href="classzypp_1_1filesystem_1_1Pathname.html#aaf4388add8c0f9294a7b15f0614f7656">empty</a>() )</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;            <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>().<a class="code" href="classzypp_1_1Repository.html#ae7f286e5e45d42b6780c29e3f61e9fae">info</a>().<a class="code" href="classzypp_1_1RepoInfo.html#ab2900f5475e5d83f760b494edc4e29d9">setProbedType</a>( <a class="code" href="structzypp_1_1repo_1_1RepoType.html#a6d69173d8377c1f509e165f72be47f03a98020434ba973c12ecc88323262a7e1f">repo::RepoType::YAST2_e</a> );</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;        }</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;        <span class="keywordflow">break</span>;</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;        <span class="keywordflow">case</span> <a class="code" href="structzypp_1_1repo_1_1RepoType.html#a6d69173d8377c1f509e165f72be47f03a98020434ba973c12ecc88323262a7e1f">repo::RepoType::YAST2_e</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">  246</span>&#160;          path = lookupDatadirIn( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>() );</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;          <span class="keywordflow">if</span> ( path.<a class="code" href="classzypp_1_1filesystem_1_1Pathname.html#aaf4388add8c0f9294a7b15f0614f7656">empty</a>() )</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;            path = <span class="stringliteral">&quot;suse&quot;</span>;</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;        }</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;        <span class="keywordflow">break</span>;</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;        <span class="keywordflow">default</span>:</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;          <span class="keywordflow">break</span>;</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;      }</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;      ret.<a class="code" href="classzypp_1_1OnMediaLocation.html#a574b2939746c8c9b52df4c74c46263ff">setLocation</a>    ( path/file, medianr );</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;      ret.<a class="code" href="classzypp_1_1OnMediaLocation.html#a155525acb13520233d9ccf9260b0e9dd">setDownloadSize</a>( <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a8d6389312c8ab04ca5268b6db236a6b6">SolvAttr::downloadsize</a> ) ) );</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;      ret.<a class="code" href="classzypp_1_1OnMediaLocation.html#a9b48aa5081d025c10507e97f65e33a68">setChecksum</a>    ( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aeb0db5ad3b34b7d7078d1acee3c36c23">lookupCheckSumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#abaa349f99ea928bc5020fe803d652db0">SolvAttr::checksum</a> ) );</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;      <span class="comment">// Not needed/available for solvables?</span></div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;      <span class="comment">//ret.setOpenSize    ( ByteCount( lookupNumAttribute( SolvAttr::opensize ) ) );</span></div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;      <span class="comment">//ret.setOpenChecksum( lookupCheckSumAttribute( SolvAttr::openchecksum ) );</span></div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;      <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;    }</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">  265</a></span>&#160;    <a class="code" href="classzypp_1_1IdString.html">IdString</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">Solvable::ident</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>() );</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name );</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;    }</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;</div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">  271</a></span>&#160;     <a class="code" href="classzypp_1_1ResKind.html">ResKind</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">Solvable::kind</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1ResKind.html">ResKind</a>() );</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;      <span class="comment">// detect srcpackages by &#39;arch&#39;</span></div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;      <span class="keywordflow">switch</span> ( _solvable-&gt;arch )</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="keywordflow">case</span> ARCH_SRC:</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;        <span class="keywordflow">case</span> ARCH_NOSRC:</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">ResKind::srcpackage</a>;</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;          <span class="keywordflow">break</span>;</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">  282</span>&#160;</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;      <span class="comment">// either explicitly prefixed...</span></div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> = <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>();</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;      <a class="code" href="classzypp_1_1ResKind.html">ResKind</a> knownKind( <a class="code" href="classzypp_1_1ResKind.html#a4bc7069af6ffaefb1a1880eb9ab4f31a">ResKind::explicitBuiltin</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> ) );</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;      <span class="keywordflow">if</span> ( knownKind )</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;        <span class="keywordflow">return</span> knownKind;</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">  289</span>&#160;      <span class="comment">// ...or no &#39;:&#39; in package names (hopefully)...</span></div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * sep = ::strchr( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>, <span class="charliteral">&#39;:&#39;</span> );</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;      <span class="keywordflow">if</span> ( ! sep )</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">ResKind::package</a>;</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;      <span class="comment">// ...or something unknown.</span></div><div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ResKind.html">ResKind</a>( std::string( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>, sep-<a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> ) );</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;    }</div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;</div><div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ac22636377a46b836db3afda0da3fdcac">  298</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#afbf909418e84fb05c5cb43292a9f12f6">Solvable::isKind</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1ResKind.html">ResKind</a> &amp; kind_r )<span class="keyword"> const</span></div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <span class="keyword">false</span> );</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;      <span class="comment">// detect srcpackages by &#39;arch&#39;</span></div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;      <span class="keywordflow">switch</span> ( _solvable-&gt;arch )</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;      {</div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;        <span class="keywordflow">case</span> ARCH_SRC:</div><div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;        <span class="keywordflow">case</span> ARCH_NOSRC:</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;          <span class="keywordflow">return</span>( kind_r == <a class="code" href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">ResKind::srcpackage</a> );</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;          <span class="keywordflow">break</span>;</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;      }</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;      <span class="comment">// no &#39;:&#39; in package names (hopefully)</span></div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> = <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>();</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;      <span class="keywordflow">if</span> ( kind_r == <a class="code" href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">ResKind::package</a> )</div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;      {</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;        <span class="keywordflow">return</span>( ::strchr( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>, <span class="charliteral">&#39;:&#39;</span> ) == 0 );</div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;      }</div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;</div><div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;      <span class="comment">// look for a &#39;kind:&#39; prefix</span></div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">kind</a> = kind_r.<a class="code" href="classzypp_1_1IdStringType.html#a314dc425eaf7736f8f0f1b444af7e72a">c_str</a>();</div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;      <span class="keywordtype">unsigned</span>     ksize = ::strlen( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">kind</a> );</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;      <span class="keywordflow">return</span>( ::strncmp( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>, <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">kind</a>, ksize ) == 0</div><div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;              &amp;&amp; <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>[ksize] == <span class="charliteral">&#39;:&#39;</span> );</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;    }</div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;</div><div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">  325</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">Solvable::name</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> = <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>();</div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * sep = ::strchr( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>, <span class="charliteral">&#39;:&#39;</span> );</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;      <span class="keywordflow">return</span>( sep ? sep+1 : <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a> );</div><div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;    }</div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;</div><div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">  333</a></span>&#160;    <a class="code" href="classzypp_1_1Edition.html">Edition</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">Solvable::edition</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Edition.html">Edition</a>() );</div><div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Edition.html">Edition</a>( _solvable-&gt;evr );</div><div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;    }</div><div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;</div><div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a79cd6723c10b42b33891e7f5da8384f7">  339</a></span>&#160;    <a class="code" href="classzypp_1_1Arch.html">Arch</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a79cd6723c10b42b33891e7f5da8384f7">Solvable::arch</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( Arch_noarch ); <span class="comment">//ArchId() );</span></div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;      <span class="keywordflow">switch</span> ( _solvable-&gt;arch )</div><div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;      {</div><div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;        <span class="keywordflow">case</span> ARCH_SRC:</div><div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;        <span class="keywordflow">case</span> ARCH_NOSRC:</div><div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;          <span class="keywordflow">return</span> Arch_noarch; <span class="comment">//ArchId( ARCH_NOARCH );</span></div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;          <span class="keywordflow">break</span>;</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;      }</div><div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Arch.html">Arch</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(_solvable-&gt;arch).<a class="code" href="classzypp_1_1IdString.html#aac331154f11ed8c31ac5e74b117bf000">asString</a>() );</div><div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;      <span class="comment">//return ArchId( _solvable-&gt;arch );</span></div><div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;    }</div><div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;</div><div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a2e2ec20f761fbf3219e7909ffaf460d0">  353</a></span>&#160;    <a class="code" href="classzypp_1_1IdString.html">IdString</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a2e2ec20f761fbf3219e7909ffaf460d0">Solvable::vendor</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>() );</div><div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;vendor );</div><div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;    }</div><div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;</div><div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">  359</a></span>&#160;   <a class="code" href="classzypp_1_1Repository.html">Repository</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">Solvable::repository</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Repository.html#a057a142e67c6390875d51fd0a6ed883b">Repository::noRepository</a> );</div><div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Repository.html">Repository</a>( _solvable-&gt;repo );</div><div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;    }</div><div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;</div><div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aee46b36cd39c5911e5be3564a527914b">  365</a></span>&#160;    <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aee46b36cd39c5911e5be3564a527914b">Solvable::repoInfo</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>().<a class="code" href="classzypp_1_1Repository.html#ae7f286e5e45d42b6780c29e3f61e9fae">info</a>(); }</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;</div><div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">  369</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">Solvable::isSystem</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a> == <a class="code" href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">detail::systemSolvableId</a> );</div><div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3ae2d4656d67b8c326ef44a01c43fe24">isSystemRepo</a>( _solvable-&gt;repo );</div><div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;    }</div><div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;</div><div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aecbea19bd2e166679f8c645421beec99">  375</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aecbea19bd2e166679f8c645421beec99">Solvable::onSystemByUser</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">isSystem</a>() &amp;&amp; <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af735b646ebad80164fd02c1954633cfb">isOnSystemByUser</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>() );</div><div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;    }</div><div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;</div><div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#acfa0f2467cfc9dec013cb3ce869e6dd8">  380</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#acfa0f2467cfc9dec013cb3ce869e6dd8">Solvable::onSystemByAuto</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">isSystem</a>() &amp;&amp; <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#abdcf809d3ba3805c4f8a7a36ada6ca89">isOnSystemByAuto</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>() );</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;    }</div><div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;</div><div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a90bebf9a0a6aaa7abcaade2a4c263484">  385</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a1295397d3af78002b9b1ace619512040">Solvable::identIsAutoInstalled</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> &amp; ident_r )</div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;    {</div><div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#abdcf809d3ba3805c4f8a7a36ada6ca89">isOnSystemByAuto</a>( ident_r );</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;    }</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;</div><div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ae07b2fc27f39f6ae889d6a512d409088">  390</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a801b00275d33536370a895400569cb02">Solvable::identTriggersRebootNeededHint</a> ( <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> &amp;ident_r )</div><div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;    {</div><div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afa03070e8e69cf47d96cfcdfe81075f5">triggersRebootNeededHint</a>( ident_r );</div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;    }</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;</div><div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a4c796647eefe8f69f4e31f74311a759b">  395</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a4c796647eefe8f69f4e31f74311a759b">Solvable::multiversionInstall</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <span class="keyword">false</span> );</div><div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().<a class="code" href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae421625586bd555cf6a2da07ebeecf6d">isMultiversion</a>( *<span class="keyword">this</span> );</div><div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;    }</div><div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;</div><div class="line"><a name="l00401"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a3bba5abf8e43e47a69be74b97fc22a93">  401</a></span>&#160;    <a class="code" href="classzypp_1_1Date.html">Date</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3bba5abf8e43e47a69be74b97fc22a93">Solvable::buildtime</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Date.html">Date</a>() );</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Date.html">Date</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a05a5c17392e3f831368344d80b28a834">SolvAttr::buildtime</a> ) );</div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;    }</div><div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;</div><div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a606c87be948f2fe1d33746b8bb7cc347">  407</a></span>&#160;    <a class="code" href="classzypp_1_1Date.html">Date</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a606c87be948f2fe1d33746b8bb7cc347">Solvable::installtime</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Date.html">Date</a>() );</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Date.html">Date</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ae46ea57095c2dac8e60eb34ce16cad28">SolvAttr::installtime</a> ) );</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;    }</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;</div><div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a418a377788db4d258294abb0e3a7c67c">  413</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a418a377788db4d258294abb0e3a7c67c">Solvable::asString</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( (<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a> == <a class="code" href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">detail::systemSolvableId</a> ? <span class="stringliteral">&quot;systemSolvable&quot;</span> : <span class="stringliteral">&quot;noSolvable&quot;</span>) );</div><div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%s-%s.%s&quot;</span>,</div><div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>(),</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;evr ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>(),</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;arch ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>() );</div><div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;    }</div><div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;</div><div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a9882c90227c2a8dac42e2c0003f79077">  422</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a9882c90227c2a8dac42e2c0003f79077">Solvable::asUserString</a>() const\</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;    {</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( (<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">_id</a> == <a class="code" href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">detail::systemSolvableId</a> ? <span class="stringliteral">&quot;systemSolvable&quot;</span> : <span class="stringliteral">&quot;noSolvable&quot;</span>) );</div><div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%s-%s.%s (%s)&quot;</span>,</div><div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;name ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>(),</div><div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;evr ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>(),</div><div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;                        <a class="code" href="classzypp_1_1IdString.html">IdString</a>( _solvable-&gt;arch ).<a class="code" href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">c_str</a>(),</div><div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;                        <a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>().<a class="code" href="classzypp_1_1Repository.html#adfbb87047dd2de9685c87065460ba91b">asUserString</a>().c_str() );</div><div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;    }</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;</div><div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#afe24d38cef251c37b9f0c14e6801ba0e">  432</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#afe24d38cef251c37b9f0c14e6801ba0e">Solvable::identical</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> &amp; rhs )<span class="keyword"> const</span></div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( ! rhs.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7933358ee57c616b74b64428a7040728">get</a>() );</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;      <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">detail::CSolvable</a> * rhssolvable( rhs.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7933358ee57c616b74b64428a7040728">get</a>() );</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;      <span class="keywordflow">return</span> rhssolvable &amp;&amp; ( _solvable == rhssolvable || ::solvable_identical( _solvable, rhssolvable ) );</div><div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;    }</div><div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;</div><div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;    <span class="keyword">namespace</span></div><div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;    {</div><div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;      <span class="keyword">inline</span> <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> _getCapabilities( <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">detail::IdType</a> * idarraydata_r, ::Offset offs_r )</div><div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;      {</div><div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;        <span class="keywordflow">return</span> offs_r ? <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>( idarraydata_r + offs_r ) : <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>();</div><div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;      }</div><div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;    } <span class="comment">// namespace</span></div><div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a92d00385f3d3a6f37d9a1f36f80744ef">  449</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a92d00385f3d3a6f37d9a1f36f80744ef">Solvable::provides</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;provides );</div><div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;    }</div><div class="line"><a name="l00454"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a759811ec638f798044563f4282aed662">  454</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a759811ec638f798044563f4282aed662">Solvable::requires</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;requires );</div><div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;    }</div><div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aa51f5e70a7b1166d6cddfd14251059d4">  459</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aa51f5e70a7b1166d6cddfd14251059d4">Solvable::conflicts</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;conflicts );</div><div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;    }</div><div class="line"><a name="l00464"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aa61a8cc4f509b5331342aeb52e9fa01e">  464</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aa61a8cc4f509b5331342aeb52e9fa01e">Solvable::obsoletes</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;obsoletes );</div><div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;    }</div><div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aecc1384af74857238393248798dc9640">  469</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aecc1384af74857238393248798dc9640">Solvable::recommends</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;recommends );</div><div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;    }</div><div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a023d4dad7ee321f82d9f856e7afd950c">  474</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a023d4dad7ee321f82d9f856e7afd950c">Solvable::suggests</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;suggests );</div><div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;    }</div><div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a6fcc44908c2818f88d42390b549e9dbb">  479</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a6fcc44908c2818f88d42390b549e9dbb">Solvable::enhances</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;enhances );</div><div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;    }</div><div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">  484</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">Solvable::supplements</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;      <span class="keywordflow">return</span> _getCapabilities( _solvable-&gt;repo-&gt;idarraydata, _solvable-&gt;supplements );</div><div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;    }</div><div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a6ad105be3456598a4fd78d82210032fa">  489</a></span>&#160;    <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a6ad105be3456598a4fd78d82210032fa">Solvable::prerequires</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>() );</div><div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;      <span class="comment">// prerequires are a subset of requires</span></div><div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;       ::Offset offs = _solvable-&gt;requires;</div><div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;       <span class="keywordflow">return</span> offs ? <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>( _solvable-&gt;repo-&gt;idarraydata + offs, <a class="code" href="namespacezypp_1_1sat_1_1detail.html#a2c06f423178836f11e94031966993c66">detail::solvablePrereqMarker</a> )</div><div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;                   : <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a>();</div><div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;    }</div><div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;</div><div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a3fea11fee8074d37a392fe3f646ba3aa">  498</a></span>&#160;    <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3fea11fee8074d37a392fe3f646ba3aa">Solvable::providesNamespace</a>( <span class="keyword">const</span> std::string &amp; namespace_r )<span class="keyword"> const</span></div><div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a>() );</div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;      <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a> ret;</div><div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;      <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> caps( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a92d00385f3d3a6f37d9a1f36f80744ef">provides</a>() );</div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;      <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, caps.<a class="code" href="classzypp_1_1Capabilities.html#a2488eae9ba9bf46a7ce0f63fc5f49a0a">begin</a>(), caps.<a class="code" href="classzypp_1_1Capabilities.html#a6f0845be9567819c10d229a5331d07f0">end</a>() )</div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;      {</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;        <a class="code" href="classzypp_1_1CapDetail.html">CapDetail</a> caprep( it-&gt;detail() );</div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">str::hasPrefix</a>( caprep.name().c_str(), namespace_r ) &amp;&amp; *(caprep.name().c_str()+namespace_r.size()) == <span class="charliteral">&#39;(&#39;</span> )</div><div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;          ret.insert( *it );</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;      }</div><div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;      <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;    }</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;</div><div class="line"><a name="l00512"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#adf8d463437053846ba15c6b8984935ef">  512</a></span>&#160;    <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf8d463437053846ba15c6b8984935ef">Solvable::valuesOfNamespace</a>( <span class="keyword">const</span> std::string &amp; namespace_r )<span class="keyword"> const</span></div><div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a>() );</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;      <a class="code" href="namespacezypp.html#a139c4625424aea2db640fc481745eaac">CapabilitySet</a> ret;</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;      <a class="code" href="classzypp_1_1Capabilities.html">Capabilities</a> caps( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a92d00385f3d3a6f37d9a1f36f80744ef">provides</a>() );</div><div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;      <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, caps.<a class="code" href="classzypp_1_1Capabilities.html#a2488eae9ba9bf46a7ce0f63fc5f49a0a">begin</a>(), caps.<a class="code" href="classzypp_1_1Capabilities.html#a6f0845be9567819c10d229a5331d07f0">end</a>() )</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;      {</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;        <a class="code" href="classzypp_1_1CapDetail.html">CapDetail</a> caprep( it-&gt;detail() );</div><div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">str::hasPrefix</a>( caprep.name().c_str(), namespace_r ) &amp;&amp; *(caprep.name().c_str()+namespace_r.size()) == <span class="charliteral">&#39;(&#39;</span> )</div><div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;        {</div><div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;          std::string value( caprep.name().c_str()+namespace_r.size()+1 );</div><div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;          value[value.size()-1] = <span class="charliteral">&#39;\0&#39;</span>; <span class="comment">// erase the trailing &#39;)&#39;</span></div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;          ret.insert( <a class="code" href="classzypp_1_1Capability.html">Capability</a>( value, caprep.op(), caprep.ed() ) );</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;        }</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;      }</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;      <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;    }</div><div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;</div><div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;    <span class="keyword">namespace</span></div><div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;    {</div><div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;      <span class="keywordtype">int</span> invokeOnEachSupportedLocale( <a class="code" href="classzypp_1_1Capability.html">Capability</a> cap_r, <span class="keyword">function</span>&lt;<span class="keywordtype">bool</span> (<span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp;)&gt; fnc_r )</div><div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;      {</div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;        <a class="code" href="classzypp_1_1CapDetail.html">CapDetail</a> detail( cap_r );</div><div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;        <span class="keywordflow">if</span> ( detail.kind() == <a class="code" href="classzypp_1_1CapDetail.html#a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090">CapDetail::EXPRESSION</a> )</div><div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;        {</div><div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;          <span class="keywordflow">switch</span> ( detail.capRel() )</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;          {</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95">CapDetail::CAP_AND</a>:</div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345">CapDetail::CAP_OR</a>:</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;                <span class="comment">// expand</span></div><div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;              {</div><div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;                <span class="keywordtype">int</span> res = invokeOnEachSupportedLocale( detail.lhs(), fnc_r );</div><div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;                <span class="keywordflow">if</span> ( res &lt; 0 )</div><div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;                  <span class="keywordflow">return</span> res; <span class="comment">// negative on abort.</span></div><div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;                <span class="keywordtype">int</span> res2 = invokeOnEachSupportedLocale( detail.rhs(), fnc_r );</div><div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;                <span class="keywordflow">if</span> ( res2 &lt; 0 )</div><div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;                  <span class="keywordflow">return</span> -res + res2; <span class="comment">// negative on abort.</span></div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;                <span class="keywordflow">return</span> res + res2;</div><div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;              }</div><div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;              <span class="keywordflow">break</span>;</div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af">CapDetail::CAP_NAMESPACE</a>:</div><div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;              <span class="keywordflow">if</span> ( detail.lhs().id() == NAMESPACE_LANGUAGE )</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;              {</div><div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;                <span class="keywordflow">return</span> ( !fnc_r || fnc_r( <a class="code" href="classzypp_1_1Locale.html">Locale</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a>(detail.rhs().id()) ) ) ) ? 1 : -1; <span class="comment">// negative on abort.</span></div><div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;              }</div><div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;              <span class="keywordflow">break</span>;</div><div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;</div><div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2">CapDetail::REL_NONE</a>:</div><div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452">CapDetail::CAP_WITH</a>:</div><div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da">CapDetail::CAP_ARCH</a>:</div><div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;              <span class="keywordflow">break</span>; <span class="comment">// unwanted</span></div><div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;          }</div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;        }</div><div class="line"><a name="l00571"></a><span class="lineno">  571</span>&#160;        <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;      }</div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;</div><div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;      <span class="keyword">inline</span> <span class="keywordtype">int</span> invokeOnEachSupportedLocale( Capabilities cap_r, <span class="keyword">function</span>&lt;<span class="keywordtype">bool</span> (Locale)&gt; fnc_r )</div><div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;      {</div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;        <span class="keywordtype">int</span> cnt = 0;</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;        <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( cit, cap_r.begin(), cap_r.end() )</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;        {</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;          <span class="keywordtype">int</span> res = invokeOnEachSupportedLocale( *cit, fnc_r );</div><div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;          <span class="keywordflow">if</span> ( res &lt; 0 )</div><div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;            <span class="keywordflow">return</span> -cnt + res; <span class="comment">// negative on abort.</span></div><div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;          cnt += res;</div><div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;        }</div><div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;        <span class="keywordflow">return</span> cnt;</div><div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;      }</div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;</div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;      <span class="comment">// Functor returning false if a Locale is in the set.</span></div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;      <span class="keyword">struct </span>NoMatchIn</div><div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;      {</div><div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;        NoMatchIn( <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; locales_r ) : <a class="code" href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">_locales</a>( locales_r ) {}</div><div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;</div><div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;        <span class="keywordtype">bool</span> operator()( <span class="keyword">const</span> Locale &amp; locale_r )<span class="keyword"> const</span></div><div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">_locales</a>.find( locale_r ) == <a class="code" href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">_locales</a>.end();</div><div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;        }</div><div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;</div><div class="line"><a name="l00602"></a><span class="lineno"><a class="line" href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">  602</a></span>&#160;        <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; <a class="code" href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">_locales</a>;</div><div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;      };</div><div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;    } <span class="comment">// namespace</span></div><div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00607"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a8ebc349c14371a3060519bc0c0a947d6">  607</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a8ebc349c14371a3060519bc0c0a947d6">Solvable::supportsLocales</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;      <span class="comment">// false_c stops on 1st Locale.</span></div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;      <span class="keywordflow">return</span> invokeOnEachSupportedLocale( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">supplements</a>(), <a class="code" href="group__LOGICALFILTERS.html#ga0e19d3ffaedff84e1c980a6169fb50e5">functor::false_c</a>() ) &lt; 0;</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;    }</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#abf695fc92606ebfad29710ba3e83e99e">  613</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#abf695fc92606ebfad29710ba3e83e99e">Solvable::supportsLocale</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; locale_r )<span class="keyword"> const</span></div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;      <span class="comment">// not_equal_to stops on == Locale.</span></div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;      <span class="keywordflow">return</span> invokeOnEachSupportedLocale( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">supplements</a>(), bind( std::not_equal_to&lt;Locale&gt;(), locale_r, _1 ) ) &lt; 0;</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;    }</div><div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;</div><div class="line"><a name="l00619"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a45eec1316edf5ab9c6a8d2533357434c">  619</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#abf695fc92606ebfad29710ba3e83e99e">Solvable::supportsLocale</a>( <span class="keyword">const</span> <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> &amp; locales_r )<span class="keyword"> const</span></div><div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;      <span class="keywordflow">if</span> ( locales_r.empty() )</div><div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;        <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;      <span class="comment">// NoMatchIn stops if Locale is included.</span></div><div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;      <span class="keywordflow">return</span> invokeOnEachSupportedLocale( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">supplements</a>(), NoMatchIn(locales_r) ) &lt; 0;</div><div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;    }</div><div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;</div><div class="line"><a name="l00627"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a721f9207a32b44b4f6572c73ed3486df">  627</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a721f9207a32b44b4f6572c73ed3486df">Solvable::supportsRequestedLocales</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#abf695fc92606ebfad29710ba3e83e99e">supportsLocale</a>( <a class="code" href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">myPool</a>().getRequestedLocales() ); }</div><div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;</div><div class="line"><a name="l00630"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a71c784d9ba7c7b5b527614d16e7300ba">  630</a></span>&#160;    <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a71c784d9ba7c7b5b527614d16e7300ba">Solvable::getSupportedLocales</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;      <a class="code" href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">LocaleSet</a> ret;</div><div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;      invokeOnEachSupportedLocale( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">supplements</a>(), functor::collector( std::inserter( ret, ret.begin() ) ) );</div><div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;      <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;    }</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;</div><div class="line"><a name="l00637"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a524f2b74c8d962ecba800a71a0e1757a">  637</a></span>&#160;    <a class="code" href="classzypp_1_1CpeId.html">CpeId</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a524f2b74c8d962ecba800a71a0e1757a">Solvable::cpeId</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00638"></a><span class="lineno">  638</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1CpeId.html">CpeId</a>() );</div><div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1CpeId.html">CpeId</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a00fb8dfd10292f3816ca4b057f7086b3">SolvAttr::cpeid</a> ), <a class="code" href="classzypp_1_1CpeId.html#a7f64d41b12ae837cb9fd29bb6c1fd62d">CpeId::noThrow</a> );</div><div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;    }</div><div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;</div><div class="line"><a name="l00643"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a461d2a259bf31a881c39372607c7be73">  643</a></span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a461d2a259bf31a881c39372607c7be73">Solvable::mediaNr</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( 0U );</div><div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;      <span class="comment">// medianumber and path</span></div><div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;      <span class="keywordtype">unsigned</span> medianr = 0U;</div><div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">char</span> * file = ::solvable_lookup_location( _solvable, &amp;medianr );</div><div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;      <span class="keywordflow">if</span> ( ! file )</div><div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;        medianr = 0U;</div><div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;      <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( ! medianr )</div><div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;        medianr = 1U;</div><div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;      <span class="keywordflow">return</span> medianr;</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;    }</div><div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;</div><div class="line"><a name="l00656"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a39988e3b62bd2d5027ce0446c6709abd">  656</a></span>&#160;    <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a39988e3b62bd2d5027ce0446c6709abd">Solvable::installSize</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a>() );</div><div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a80d7be2a3841575475451acfb87c1e66">SolvAttr::installsize</a> ) );</div><div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;    }</div><div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;</div><div class="line"><a name="l00662"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ac10efc62fd003b573b013a5cae5deeb0">  662</a></span>&#160;    <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac10efc62fd003b573b013a5cae5deeb0">Solvable::downloadSize</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a>() );</div><div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a>( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a8d6389312c8ab04ca5268b6db236a6b6">SolvAttr::downloadsize</a> ) );</div><div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;    }</div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;</div><div class="line"><a name="l00668"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a45ba6b9eba0e2a0f75ba41943a046662">  668</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a45ba6b9eba0e2a0f75ba41943a046662">Solvable::distribution</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a3b4269aee014b7a398f8603cc7d9c5c5">SolvAttr::distribution</a> );</div><div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;    }</div><div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;</div><div class="line"><a name="l00674"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aa3338f402986e5b79aa35e95394952fc">  674</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aa3338f402986e5b79aa35e95394952fc">Solvable::summary</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00675"></a><span class="lineno">  675</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ab5f9051a199ccc7826e186f7b5086bd1">SolvAttr::summary</a>, lang_r );</div><div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;    }</div><div class="line"><a name="l00679"></a><span class="lineno">  679</span>&#160;</div><div class="line"><a name="l00680"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#aecbe68e1133749f2fc2379bfb8595462">  680</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aecbe68e1133749f2fc2379bfb8595462">Solvable::description</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a45f699735f228414b25c346ddd0a675a">SolvAttr::description</a>, lang_r );</div><div class="line"><a name="l00684"></a><span class="lineno">  684</span>&#160;    }</div><div class="line"><a name="l00685"></a><span class="lineno">  685</span>&#160;</div><div class="line"><a name="l00686"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#afc1a96aa861ca8b505fb4754d4ff8c5b">  686</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#afc1a96aa861ca8b505fb4754d4ff8c5b">Solvable::insnotify</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00688"></a><span class="lineno">  688</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00689"></a><span class="lineno">  689</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a8d9a1c2a239f035276e1bf06bf884bb7">SolvAttr::insnotify</a>, lang_r );</div><div class="line"><a name="l00690"></a><span class="lineno">  690</span>&#160;    }</div><div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;</div><div class="line"><a name="l00692"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#ad8025eb579f9ba10ae9e193d2a527aa9">  692</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ad8025eb579f9ba10ae9e193d2a527aa9">Solvable::delnotify</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00693"></a><span class="lineno">  693</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00694"></a><span class="lineno">  694</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00695"></a><span class="lineno">  695</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a76c4241f0a4f172fcfd7d71d46b31166">SolvAttr::delnotify</a>, lang_r );</div><div class="line"><a name="l00696"></a><span class="lineno">  696</span>&#160;    }</div><div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;</div><div class="line"><a name="l00698"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a88d134a3209f3abbb1585913abae1860">  698</a></span>&#160;    std::string <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a88d134a3209f3abbb1585913abae1860">Solvable::licenseToConfirm</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Locale.html">Locale</a> &amp; lang_r )<span class="keyword"> const</span></div><div class="line"><a name="l00699"></a><span class="lineno">  699</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00700"></a><span class="lineno">  700</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( std::string() );</div><div class="line"><a name="l00701"></a><span class="lineno">  701</span>&#160;      std::string ret = <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#aed40393eac98a2ee647a403395c120ae">SolvAttr::eula</a>, lang_r );</div><div class="line"><a name="l00702"></a><span class="lineno">  702</span>&#160;      <span class="keywordflow">if</span> ( ret.empty() &amp;&amp; isKind&lt;Product&gt;() )</div><div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;      {</div><div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;        <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp; ri( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aee46b36cd39c5911e5be3564a527914b">repoInfo</a>() );</div><div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;        std::string riname( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">name</a>() );   <span class="comment">// &quot;license-&quot;+name with fallback &quot;license&quot;</span></div><div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;        <span class="keywordflow">if</span> ( ! ri.<a class="code" href="classzypp_1_1RepoInfo.html#acf8fa9c6703bba317f0f62b08aedc3e5">hasLicense</a>( riname ) )</div><div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;          riname.clear();</div><div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;</div><div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;        <span class="keywordflow">if</span> ( ri.<a class="code" href="classzypp_1_1RepoInfo.html#ac23a7fa10630b332629025d7a53095a0">needToAcceptLicense</a>( riname ) || ! <a class="code" href="classzypp_1_1ui_1_1Selectable.html#a455fd88a79f20c9f69e231cd6d75a947">ui::Selectable::get</a>( *this )-&gt;hasInstalledObj() )</div><div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;          ret = ri.<a class="code" href="classzypp_1_1RepoInfo.html#a7f5292caeb41d6200481ba1aab35b6c2">getLicense</a>( riname, lang_r ); <span class="comment">// bnc#908976: suppress informal license upon update</span></div><div class="line"><a name="l00711"></a><span class="lineno">  711</span>&#160;      }</div><div class="line"><a name="l00712"></a><span class="lineno">  712</span>&#160;      <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00713"></a><span class="lineno">  713</span>&#160;    }</div><div class="line"><a name="l00714"></a><span class="lineno">  714</span>&#160;</div><div class="line"><a name="l00715"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1Solvable.html#a3c4d5e247923e3ab40728d2e1fd3958f">  715</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3c4d5e247923e3ab40728d2e1fd3958f">Solvable::needToAcceptLicense</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00716"></a><span class="lineno">  716</span>&#160;<span class="keyword">    </span>{</div><div class="line"><a name="l00717"></a><span class="lineno">  717</span>&#160;      <a class="code" href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a>( <span class="keyword">false</span> );</div><div class="line"><a name="l00718"></a><span class="lineno">  718</span>&#160;      <span class="keywordflow">if</span> ( isKind&lt;Product&gt;() )</div><div class="line"><a name="l00719"></a><span class="lineno">  719</span>&#160;      {</div><div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;        <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp; ri( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#aee46b36cd39c5911e5be3564a527914b">repoInfo</a>() );</div><div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;        std::string riname( <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">name</a>() );   <span class="comment">// &quot;license-&quot;+name with fallback &quot;license&quot;</span></div><div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;        <span class="keywordflow">if</span> ( ! ri.<a class="code" href="classzypp_1_1RepoInfo.html#acf8fa9c6703bba317f0f62b08aedc3e5">hasLicense</a>( riname ) )</div><div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;          riname.clear();</div><div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;</div><div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;        <span class="keywordflow">return</span> ri.<a class="code" href="classzypp_1_1RepoInfo.html#ac23a7fa10630b332629025d7a53095a0">needToAcceptLicense</a>( riname );</div><div class="line"><a name="l00726"></a><span class="lineno">  726</span>&#160;      }</div><div class="line"><a name="l00727"></a><span class="lineno">  727</span>&#160;      <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00728"></a><span class="lineno">  728</span>&#160;    }</div><div class="line"><a name="l00729"></a><span class="lineno">  729</span>&#160;</div><div class="line"><a name="l00730"></a><span class="lineno">  730</span>&#160;</div><div class="line"><a name="l00731"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat.html#af48695ba23f8372fae4ecdbac071aa42">  731</a></span>&#160;    std::ostream &amp; <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a8f84f0bef9718e1b39ecbdcf34dcf7ac">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_1sat_1_1Solvable.html">Solvable</a> &amp; obj )</div><div class="line"><a name="l00732"></a><span class="lineno">  732</span>&#160;    {</div><div class="line"><a name="l00733"></a><span class="lineno">  733</span>&#160;      <span class="keywordflow">if</span> ( ! obj )</div><div class="line"><a name="l00734"></a><span class="lineno">  734</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a> &lt;&lt; (obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">isSystem</a>() ? <span class="stringliteral">&quot;systemSolvable&quot;</span> : <span class="stringliteral">&quot;noSolvable&quot;</span> );</div><div class="line"><a name="l00735"></a><span class="lineno">  735</span>&#160;</div><div class="line"><a name="l00736"></a><span class="lineno">  736</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a> &lt;&lt; <span class="stringliteral">&quot;(&quot;</span> &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a0ac33b9faf69b7b78d3e34998e5b509a">id</a>() &lt;&lt; <span class="stringliteral">&quot;)&quot;</span></div><div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;          &lt;&lt; ( obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#ac22636377a46b836db3afda0da3fdcac">isKind</a>( <a class="code" href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">ResKind::srcpackage</a> ) ? <span class="stringliteral">&quot;srcpackage:&quot;</span> : <span class="stringliteral">&quot;&quot;</span> ) &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>()</div><div class="line"><a name="l00738"></a><span class="lineno">  738</span>&#160;          &lt;&lt; <span class="charliteral">&#39;-&#39;</span> &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">edition</a>() &lt;&lt; <span class="charliteral">&#39;.&#39;</span> &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a79cd6723c10b42b33891e7f5da8384f7">arch</a>() &lt;&lt; <span class="stringliteral">&quot;(&quot;</span></div><div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;          &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>().<a class="code" href="classzypp_1_1Repository.html#a8d5e8a8e961bf1cb0d1942d8a892f151">alias</a>() &lt;&lt; <span class="stringliteral">&quot;)&quot;</span>;</div><div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;    }</div><div class="line"><a name="l00741"></a><span class="lineno">  741</span>&#160;</div><div class="line"><a name="l00742"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat.html#ab88d56ce6620cdebb70827c369f6f9f0">  742</a></span>&#160;    std::ostream &amp; <a class="code" href="classzypp_1_1sat_1_1Solvable.html#a110377b830c388e10632214d745ebcab">dumpOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> &amp; obj )</div><div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;    {</div><div class="line"><a name="l00744"></a><span class="lineno">  744</span>&#160;      <a class="code" href="namespacestr.html">str</a> &lt;&lt; obj;</div><div class="line"><a name="l00745"></a><span class="lineno">  745</span>&#160;      <span class="keywordflow">if</span> ( obj )</div><div class="line"><a name="l00746"></a><span class="lineno">  746</span>&#160;      {</div><div class="line"><a name="l00747"></a><span class="lineno">  747</span>&#160;<span class="preprocessor">#define OUTS(X) if ( ! obj[Dep::X].empty() ) str &lt;&lt; endl &lt;&lt; &quot; &quot; #X &quot; &quot; &lt;&lt; obj[Dep::X]</span></div><div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(PROVIDES);</div><div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(PREREQUIRES);</div><div class="line"><a name="l00750"></a><span class="lineno">  750</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(REQUIRES);</div><div class="line"><a name="l00751"></a><span class="lineno">  751</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(CONFLICTS);</div><div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(OBSOLETES);</div><div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(RECOMMENDS);</div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(SUGGESTS);</div><div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(ENHANCES);</div><div class="line"><a name="l00756"></a><span class="lineno">  756</span>&#160;        <a class="code" href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a>(SUPPLEMENTS);</div><div class="line"><a name="l00757"></a><span class="lineno">  757</span>&#160;<span class="preprocessor">#undef OUTS</span></div><div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;      }</div><div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a>;</div><div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;    }</div><div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;</div><div class="line"><a name="l00762"></a><span class="lineno"><a class="line" href="namespacezypp_1_1sat.html#aeec9ce157b752ad5a1ea5cfc2575c83e">  762</a></span>&#160;    std::ostream &amp; <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">dumpAsXmlOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> &amp; obj )</div><div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;    {</div><div class="line"><a name="l00764"></a><span class="lineno">  764</span>&#160;      <a class="code" href="structzypp_1_1xmlout_1_1Node.html">xmlout::Node</a> guard( <a class="code" href="namespacestr.html">str</a>, <span class="stringliteral">&quot;solvable&quot;</span> );</div><div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;</div><div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;      <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">dumpAsXmlOn</a>( *guard, obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">kind</a>() );</div><div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;      *<a class="code" href="structzypp_1_1xmlout_1_1Node.html">xmlout::Node</a>( *guard, <span class="stringliteral">&quot;name&quot;</span> ) &lt;&lt; obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">name</a>();</div><div class="line"><a name="l00768"></a><span class="lineno">  768</span>&#160;      <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">dumpAsXmlOn</a>( *guard, obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a613c5ee894a41d6459368ac1967ac755">edition</a>() );</div><div class="line"><a name="l00769"></a><span class="lineno">  769</span>&#160;      <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">dumpAsXmlOn</a>( *guard, obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#a79cd6723c10b42b33891e7f5da8384f7">arch</a>() );</div><div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;      <a class="code" href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">dumpAsXmlOn</a>( *guard, obj.<a class="code" href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">repository</a>() );</div><div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a>;</div><div class="line"><a name="l00772"></a><span class="lineno">  772</span>&#160;    }</div><div class="line"><a name="l00773"></a><span class="lineno">  773</span>&#160;</div><div class="line"><a name="l00774"></a><span class="lineno">  774</span>&#160;  } <span class="comment">// namespace sat</span></div><div class="line"><a name="l00776"></a><span class="lineno">  776</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aecbe68e1133749f2fc2379bfb8595462"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aecbe68e1133749f2fc2379bfb8595462">zypp::sat::Solvable::description</a></div><div class="ttdeci">std::string description(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">Long (multiline) text describing the solvable (opt.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00680">Solvable.cc:680</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ab8da9b35ab59590497fda213b14111d8"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ab8da9b35ab59590497fda213b14111d8">zypp::sat::Solvable::name</a></div><div class="ttdeci">std::string name() const</div><div class="ttdoc">The name (without any ResKind prefix).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00325">Solvable.cc:325</a></div></div>
<div class="ttc" id="Gettext_8h_html"><div class="ttname"><a href="Gettext_8h.html">Gettext.h</a></div><div class="ttdoc">Interface to gettext.</div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_acf8fa9c6703bba317f0f62b08aedc3e5"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#acf8fa9c6703bba317f0f62b08aedc3e5">zypp::RepoInfo::hasLicense</a></div><div class="ttdeci">bool hasLicense() const</div><div class="ttdoc">Whether there is a license associated with the repo.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00732">RepoInfo.cc:732</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_acc9c4c1cc63097094476fa90b3ca12d5"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">zypp::sat::detail::IdType</a></div><div class="ttdeci">int IdType</div><div class="ttdoc">Generic Id type.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00130">PoolMember.h:130</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html">zypp::sat::Solvable</a></div><div class="ttdoc">A Solvable object within the sat Pool.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00053">Solvable.h:53</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a2e2ec20f761fbf3219e7909ffaf460d0"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a2e2ec20f761fbf3219e7909ffaf460d0">zypp::sat::Solvable::vendor</a></div><div class="ttdeci">IdString vendor() const</div><div class="ttdoc">The vendor.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00353">Solvable.cc:353</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a0ac33b9faf69b7b78d3e34998e5b509a"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a0ac33b9faf69b7b78d3e34998e5b509a">zypp::sat::Solvable::id</a></div><div class="ttdeci">IdType id() const</div><div class="ttdoc">Expert backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00390">Solvable.h:390</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a92d00385f3d3a6f37d9a1f36f80744ef"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a92d00385f3d3a6f37d9a1f36f80744ef">zypp::sat::Solvable::provides</a></div><div class="ttdeci">Capabilities provides() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00449">Solvable.cc:449</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aee46b36cd39c5911e5be3564a527914b"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aee46b36cd39c5911e5be3564a527914b">zypp::sat::Solvable::repoInfo</a></div><div class="ttdeci">RepoInfo repoInfo() const</div><div class="ttdoc">The repositories RepoInfo.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00365">Solvable.cc:365</a></div></div>
<div class="ttc" id="Selectable_8h_html"><div class="ttname"><a href="Selectable_8h.html">Selectable.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_afa03070e8e69cf47d96cfcdfe81075f5"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#afa03070e8e69cf47d96cfcdfe81075f5">zypp::sat::detail::PoolImpl::triggersRebootNeededHint</a></div><div class="ttdeci">bool triggersRebootNeededHint(IdString ident_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00318">PoolImpl.h:318</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a3e9483ff490820cc7021a2dd7cf9ee88"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a3e9483ff490820cc7021a2dd7cf9ee88">zypp::sat::Solvable::kind</a></div><div class="ttdeci">ResKind kind() const</div><div class="ttdoc">The Solvables ResKind.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00271">Solvable.cc:271</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_1ResKind_html_a751a7d76f32f6250e9e2e4dee4491103"><div class="ttname"><a href="classzypp_1_1ResKind.html#a751a7d76f32f6250e9e2e4dee4491103">zypp::ResKind::package</a></div><div class="ttdeci">static const ResKind package</div><div class="ttdef"><b>Definition:</b> <a href="ResKind_8h_source.html#l00040">ResKind.h:40</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html">zypp::OnMediaLocation</a></div><div class="ttdoc">Describes a path on a certain media amongs as the information required to download it,...</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00039">OnMediaLocation.h:39</a></div></div>
<div class="ttc" id="Solvable_8cc_html_a52c342f696801c474b8cdf997c47fb36"><div class="ttname"><a href="Solvable_8cc.html#a52c342f696801c474b8cdf997c47fb36">_locales</a></div><div class="ttdeci">const LocaleSet &amp; _locales</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00602">Solvable.cc:602</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_ab2900f5475e5d83f760b494edc4e29d9"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#ab2900f5475e5d83f760b494edc4e29d9">zypp::RepoInfo::setProbedType</a></div><div class="ttdeci">void setProbedType(const repo::RepoType &amp;t) const</div><div class="ttdoc">This allows to adjust the RepoType lazy, from NONE to some probed value, even for const objects.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00627">RepoInfo.cc:627</a></div></div>
<div class="ttc" id="Solvable_8cc_html_aa10791a208cda422b58d4acf41aa21dc"><div class="ttname"><a href="Solvable_8cc.html#aa10791a208cda422b58d4acf41aa21dc">OUTS</a></div><div class="ttdeci">#define OUTS(X)</div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa0219cb9e16c16c648bafa8693d9af345">zypp::CapDetail::CAP_OR</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00316">Capability.h:316</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1RepoType_html_a6d69173d8377c1f509e165f72be47f03a98020434ba973c12ecc88323262a7e1f"><div class="ttname"><a href="structzypp_1_1repo_1_1RepoType.html#a6d69173d8377c1f509e165f72be47f03a98020434ba973c12ecc88323262a7e1f">zypp::repo::RepoType::YAST2_e</a></div><div class="ttdef"><b>Definition:</b> <a href="RepoType_8h_source.html#l00038">RepoType.h:38</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html"><div class="ttname"><a href="classzypp_1_1CapDetail.html">zypp::CapDetail</a></div><div class="ttdoc">Helper providing more detailed information about a Capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00298">Capability.h:298</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a1545905e11c4a033c74db7429ae0bd21"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a1545905e11c4a033c74db7429ae0bd21">zypp::sat::Solvable::lookupLocation</a></div><div class="ttdeci">OnMediaLocation lookupLocation() const</div><div class="ttdoc">returns OnMediaLocation data: This is everything we need to download e.g.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00220">Solvable.cc:220</a></div></div>
<div class="ttc" id="classzypp_1_1Arch_html"><div class="ttname"><a href="classzypp_1_1Arch.html">zypp::Arch</a></div><div class="ttdoc">Architecture.</div><div class="ttdef"><b>Definition:</b> <a href="Arch_8h_source.html#l00036">Arch.h:36</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a71c784d9ba7c7b5b527614d16e7300ba"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a71c784d9ba7c7b5b527614d16e7300ba">zypp::sat::Solvable::getSupportedLocales</a></div><div class="ttdeci">LocaleSet getSupportedLocales() const</div><div class="ttdoc">Return the supported locales.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00630">Solvable.cc:630</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aecc1384af74857238393248798dc9640"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aecc1384af74857238393248798dc9640">zypp::sat::Solvable::recommends</a></div><div class="ttdeci">Capabilities recommends() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00469">Solvable.cc:469</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_1ResKind_html_a4bc7069af6ffaefb1a1880eb9ab4f31a"><div class="ttname"><a href="classzypp_1_1ResKind.html#a4bc7069af6ffaefb1a1880eb9ab4f31a">zypp::ResKind::explicitBuiltin</a></div><div class="ttdeci">static ResKind explicitBuiltin(const char *str_r)</div><div class="ttdoc">Return the builtin kind if str_r explicitly prefixed.</div><div class="ttdef"><b>Definition:</b> <a href="ResKind_8cc_source.html#l00046">ResKind.cc:46</a></div></div>
<div class="ttc" id="classzypp_1_1ByteCount_html"><div class="ttname"><a href="classzypp_1_1ByteCount.html">zypp::ByteCount</a></div><div class="ttdoc">Store and operate with byte count.</div><div class="ttdef"><b>Definition:</b> <a href="ByteCount_8h_source.html#l00030">ByteCount.h:30</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfab838fb2e726b8e5e8fd0a4ee9c0ee452">zypp::CapDetail::CAP_WITH</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00317">Capability.h:317</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ab49a760ae985edd66ad1a9560309766f"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ab49a760ae985edd66ad1a9560309766f">zypp::sat::Solvable::lookupIdAttribute</a></div><div class="ttdeci">detail::IdType lookupIdAttribute(const SolvAttr &amp;attr) const</div><div class="ttdoc">returns the id attribute value for attr or detail::noId if it does not exists.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00172">Solvable.cc:172</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_1sat_1_1SolvAttr_html_ae46ea57095c2dac8e60eb34ce16cad28"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ae46ea57095c2dac8e60eb34ce16cad28">zypp::sat::SolvAttr::installtime</a></div><div class="ttdeci">static const SolvAttr installtime</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00076">SolvAttr.h:76</a></div></div>
<div class="ttc" id="structzypp_1_1xmlout_1_1Node_html"><div class="ttname"><a href="structzypp_1_1xmlout_1_1Node.html">zypp::xmlout::Node</a></div><div class="ttdoc">RAII writing a nodes start/end tag.</div><div class="ttdef"><b>Definition:</b> <a href="Xml_8h_source.html#l00084">Xml.h:84</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html_a4120d65fb13e49f32c9ff30e83213557"><div class="ttname"><a href="classzypp_1_1Locale.html#a4120d65fb13e49f32c9ff30e83213557">zypp::Locale::fallback</a></div><div class="ttdeci">Locale fallback() const</div><div class="ttdoc">Return the fallback locale for this locale, if no fallback exists the empty Locale::noCode.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8cc_source.html#l00208">Locale.cc:208</a></div></div>
<div class="ttc" id="PoolQuery_8cc_html_a1d1006c64fc643190860b294d0557fd2"><div class="ttname"><a href="PoolQuery_8cc.html#a1d1006c64fc643190860b294d0557fd2">attr</a></div><div class="ttdeci">sat::SolvAttr attr</div><div class="ttdef"><b>Definition:</b> <a href="PoolQuery_8cc_source.html#l00311">PoolQuery.cc:311</a></div></div>
<div class="ttc" id="Solvable_8cc_html_ac1dfd0e20f2907685f19e1ba6f2dacd1"><div class="ttname"><a href="Solvable_8cc.html#ac1dfd0e20f2907685f19e1ba6f2dacd1">NO_SOLVABLE_RETURN</a></div><div class="ttdeci">#define NO_SOLVABLE_RETURN(VAL)</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00105">Solvable.cc:105</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_abdcf809d3ba3805c4f8a7a36ada6ca89"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#abdcf809d3ba3805c4f8a7a36ada6ca89">zypp::sat::detail::PoolImpl::isOnSystemByAuto</a></div><div class="ttdeci">bool isOnSystemByAuto(IdString ident_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00307">PoolImpl.h:307</a></div></div>
<div class="ttc" id="Pool_8h_html"><div class="ttname"><a href="Pool_8h.html">Pool.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a8f84f0bef9718e1b39ecbdcf34dcf7ac"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a8f84f0bef9718e1b39ecbdcf34dcf7ac">zypp::sat::Solvable::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const Solvable &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00731">Solvable.cc:731</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_1Solvable_html_ac027bbb79ce47708a776c64729f97e87"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ac027bbb79ce47708a776c64729f97e87">zypp::sat::Solvable::supplements</a></div><div class="ttdeci">Capabilities supplements() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00484">Solvable.cc:484</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_ae94cd07a576454d3dd6803db524488b7"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#ae94cd07a576454d3dd6803db524488b7">zypp::sat::detail::SolvableIdType</a></div><div class="ttdeci">unsigned SolvableIdType</div><div class="ttdoc">Id type to connect Solvable and sat-solvable.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00151">PoolMember.h:151</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ac22636377a46b836db3afda0da3fdcac"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ac22636377a46b836db3afda0da3fdcac">zypp::sat::Solvable::isKind</a></div><div class="ttdeci">bool isKind(const ResKind &amp;kind_r) const</div><div class="ttdoc">Test whether a Solvable is of a certain ResKind.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00298">Solvable.cc:298</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html"><div class="ttname"><a href="classzypp_1_1RepoInfo.html">zypp::RepoInfo</a></div><div class="ttdoc">What is known about a repository.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8h_source.html#l00071">RepoInfo.h:71</a></div></div>
<div class="ttc" id="classzypp_1_1ResKind_html_a0bed16fac0f44240b981377d495cbe85"><div class="ttname"><a href="classzypp_1_1ResKind.html#a0bed16fac0f44240b981377d495cbe85">zypp::ResKind::srcpackage</a></div><div class="ttdeci">static const ResKind srcpackage</div><div class="ttdef"><b>Definition:</b> <a href="ResKind_8h_source.html#l00044">ResKind.h:44</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ad8025eb579f9ba10ae9e193d2a527aa9"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ad8025eb579f9ba10ae9e193d2a527aa9">zypp::sat::Solvable::delnotify</a></div><div class="ttdeci">std::string delnotify(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">UI hint text when selecting the solvable for uninstall (opt.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00692">Solvable.cc:692</a></div></div>
<div class="ttc" id="classzypp_1_1IdString_html"><div class="ttname"><a href="classzypp_1_1IdString.html">zypp::IdString</a></div><div class="ttdoc">Access to the sat-pools string space.</div><div class="ttdef"><b>Definition:</b> <a href="IdString_8h_source.html#l00041">IdString.h:41</a></div></div>
<div class="ttc" id="classzypp_1_1CpeId_html"><div class="ttname"><a href="classzypp_1_1CpeId.html">zypp::CpeId</a></div><div class="ttdoc">Common Platform Enumearation (2.3) See http://cpe.mitre.org/ for more information on the Common Platf...</div><div class="ttdef"><b>Definition:</b> <a href="CpeId_8h_source.html#l00031">CpeId.h:31</a></div></div>
<div class="ttc" id="Easy_8h_html_a7887338b8a0727becb37d8061fcbfc0e"><div class="ttname"><a href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a></div><div class="ttdeci">#define for_(IT, BEG, END)</div><div class="ttdoc">Convenient for-loops using iterator.</div><div class="ttdef"><b>Definition:</b> <a href="Easy_8h_source.html#l00027">Easy.h:27</a></div></div>
<div class="ttc" id="classzypp_1_1Edition_html"><div class="ttname"><a href="classzypp_1_1Edition.html">zypp::Edition</a></div><div class="ttdoc">Edition represents [epoch:]version[-release]</div><div class="ttdef"><b>Definition:</b> <a href="Edition_8h_source.html#l00060">Edition.h:60</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="namespacezypp_1_1sat_1_1detail_html_a2c65cc897ddc0127b83ef25fb22ee339"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2c65cc897ddc0127b83ef25fb22ee339">zypp::sat::detail::CSolvable</a></div><div class="ttdeci">::_Solvable CSolvable</div><div class="ttdoc">Wrapped libsolv C data type exposed as backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00089">PoolMember.h:89</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ac10efc62fd003b573b013a5cae5deeb0"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ac10efc62fd003b573b013a5cae5deeb0">zypp::sat::Solvable::downloadSize</a></div><div class="ttdeci">ByteCount downloadSize() const</div><div class="ttdoc">Download size.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00662">Solvable.cc:662</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_1Solvable_html_afe24d38cef251c37b9f0c14e6801ba0e"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#afe24d38cef251c37b9f0c14e6801ba0e">zypp::sat::Solvable::identical</a></div><div class="ttdeci">bool identical(const Solvable &amp;rhs) const</div><div class="ttdoc">Test whether two Solvables have the same content.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00432">Solvable.cc:432</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_1_1SplitIdent_html_afc893331028c56a60b2442dab8a38adb"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#afc893331028c56a60b2442dab8a38adb">zypp::sat::Solvable::SplitIdent::_kind</a></div><div class="ttdeci">ResKind _kind</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00322">Solvable.h:322</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a8d9a1c2a239f035276e1bf06bf884bb7"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a8d9a1c2a239f035276e1bf06bf884bb7">zypp::sat::SolvAttr::insnotify</a></div><div class="ttdeci">static const SolvAttr insnotify</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00073">SolvAttr.h:73</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_a20bc147c1ee4e58307ea8b19d2d2dc4c"><div class="ttname"><a href="classzypp_1_1CheckSum.html#a20bc147c1ee4e58307ea8b19d2d2dc4c">zypp::CheckSum::md5</a></div><div class="ttdeci">static CheckSum md5(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00075">CheckSum.h:75</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a4034c892c4fb9eebafb88bd9d4c984f3"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a4034c892c4fb9eebafb88bd9d4c984f3">zypp::sat::Solvable::noSolvable</a></div><div class="ttdeci">static const Solvable noSolvable</div><div class="ttdoc">Represents no Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00071">Solvable.h:71</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a3ae2d4656d67b8c326ef44a01c43fe24"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a3ae2d4656d67b8c326ef44a01c43fe24">zypp::sat::detail::PoolImpl::isSystemRepo</a></div><div class="ttdeci">bool isSystemRepo(CRepo *repo_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00099">PoolImpl.h:99</a></div></div>
<div class="ttc" id="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="classzypp_1_1sat_1_1Solvable_html_a801b00275d33536370a895400569cb02"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a801b00275d33536370a895400569cb02">zypp::sat::Solvable::identTriggersRebootNeededHint</a></div><div class="ttdeci">bool identTriggersRebootNeededHint() const</div><div class="ttdoc">Whether installing or upgrading a solvable with the same ident will trigger the reboot needed hint.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00140">Solvable.h:140</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a56d99ad49e82d952d7dd5fb86e4a6791"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a56d99ad49e82d952d7dd5fb86e4a6791">zypp::sat::Solvable::nextInRepo</a></div><div class="ttdeci">Solvable nextInRepo() const</div><div class="ttdoc">Return next Solvable in Repo (or noSolvable).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00112">Solvable.cc:112</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a9882c90227c2a8dac42e2c0003f79077"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a9882c90227c2a8dac42e2c0003f79077">zypp::sat::Solvable::asUserString</a></div><div class="ttdeci">std::string asUserString() const</div><div class="ttdoc">String representation &quot;ident-edition.arch(repo)&quot; or &quot;noSolvable&quot;.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00422">Solvable.cc:422</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html_a155525acb13520233d9ccf9260b0e9dd"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html#a155525acb13520233d9ccf9260b0e9dd">zypp::OnMediaLocation::setDownloadSize</a></div><div class="ttdeci">OnMediaLocation &amp; setDownloadSize(const ByteCount &amp;val_r)</div><div class="ttdoc">Set the files size.</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00113">OnMediaLocation.h:113</a></div></div>
<div class="ttc" id="group__LOGICALFILTERS_html_ga0e19d3ffaedff84e1c980a6169fb50e5"><div class="ttname"><a href="group__LOGICALFILTERS.html#ga0e19d3ffaedff84e1c980a6169fb50e5">zypp::functor::false_c</a></div><div class="ttdeci">False false_c()</div><div class="ttdoc">Convenience function for creating a False.</div><div class="ttdef"><b>Definition:</b> <a href="Functional_8h_source.html#l00265">Functional.h:265</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html_aaf4388add8c0f9294a7b15f0614f7656"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html#aaf4388add8c0f9294a7b15f0614f7656">zypp::filesystem::Pathname::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdoc">Test for an empty path.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00113">Pathname.h:113</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a45ba6b9eba0e2a0f75ba41943a046662"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a45ba6b9eba0e2a0f75ba41943a046662">zypp::sat::Solvable::distribution</a></div><div class="ttdeci">std::string distribution() const</div><div class="ttdoc">The distribution string.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00668">Solvable.cc:668</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_af4f3b147852d64d9431c94afa66ad30b"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#af4f3b147852d64d9431c94afa66ad30b">zypp::sat::Solvable::repository</a></div><div class="ttdeci">Repository repository() const</div><div class="ttdoc">The Repository this Solvable belongs to.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00359">Solvable.cc:359</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_acfa0f2467cfc9dec013cb3ce869e6dd8"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#acfa0f2467cfc9dec013cb3ce869e6dd8">zypp::sat::Solvable::onSystemByAuto</a></div><div class="ttdeci">bool onSystemByAuto() const</div><div class="ttdoc">Whether this is known to be automatically installed (as dependency of a user request package).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00380">Solvable.cc:380</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_1Solvable_html_afbf909418e84fb05c5cb43292a9f12f6"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#afbf909418e84fb05c5cb43292a9f12f6">zypp::sat::Solvable::isKind</a></div><div class="ttdeci">bool isKind() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00094">Solvable.h:94</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="classzypp_1_1sat_1_1Solvable_html_a1295397d3af78002b9b1ace619512040"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a1295397d3af78002b9b1ace619512040">zypp::sat::Solvable::identIsAutoInstalled</a></div><div class="ttdeci">bool identIsAutoInstalled() const</div><div class="ttdoc">Whether an installed solvable with the same ident is flagged as AutoInstalled.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00134">Solvable.h:134</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html">zypp::sat::SolvAttr</a></div><div class="ttdoc">Solvable attribute keys.</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00040">SolvAttr.h:40</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a6fcc44908c2818f88d42390b549e9dbb"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a6fcc44908c2818f88d42390b549e9dbb">zypp::sat::Solvable::enhances</a></div><div class="ttdeci">Capabilities enhances() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00479">Solvable.cc:479</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_1sat_1_1LookupRepoAttr_html"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupRepoAttr.html">zypp::sat::LookupRepoAttr</a></div><div class="ttdoc">Lightweight repository attribute value lookup.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00257">LookupAttr.h:257</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a368220f6dbb4f09b789a34fe0b6bb9b9"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a368220f6dbb4f09b789a34fe0b6bb9b9">zypp::sat::Solvable::_id</a></div><div class="ttdeci">IdType _id</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00393">Solvable.h:393</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a3fea11fee8074d37a392fe3f646ba3aa"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a3fea11fee8074d37a392fe3f646ba3aa">zypp::sat::Solvable::providesNamespace</a></div><div class="ttdeci">CapabilitySet providesNamespace(const std::string &amp;namespace_r) const</div><div class="ttdoc">Return the namespaced provides 'namespace([value])[ op edition]' of this Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00498">Solvable.cc:498</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa419772cb1a4184dfcdbe6e0a3bbe04da">zypp::CapDetail::CAP_ARCH</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00319">Capability.h:319</a></div></div>
<div class="ttc" id="classzypp_1_1C__Str_html"><div class="ttname"><a href="classzypp_1_1C__Str.html">zypp::C_Str</a></div><div class="ttdoc">Convenience char* constructible from std::string and char*, it maps (char*)0 to an empty string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l00090">String.h:90</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a39988e3b62bd2d5027ce0446c6709abd"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a39988e3b62bd2d5027ce0446c6709abd">zypp::sat::Solvable::installSize</a></div><div class="ttdeci">ByteCount installSize() const</div><div class="ttdoc">Installed (unpacked) size.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00656">Solvable.cc:656</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_afc7a3832ee6955deec48dfa055ded6b2"><div class="ttname"><a href="classzypp_1_1CheckSum.html#afc7a3832ee6955deec48dfa055ded6b2">zypp::CheckSum::sha224</a></div><div class="ttdeci">static CheckSum sha224(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00078">CheckSum.h:78</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_aecde2e5b4857212b855bb6f39006065f"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#aecde2e5b4857212b855bb6f39006065f">zypp::sat::detail::systemSolvableId</a></div><div class="ttdeci">static const SolvableIdType systemSolvableId(1)</div><div class="ttdoc">Id to denote the usually hidden Solvable::systemSolvable.</div></div>
<div class="ttc" id="ZConfig_8h_html"><div class="ttname"><a href="ZConfig_8h.html">ZConfig.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a479699c9b3755440ec6608fae2cc54bd"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a479699c9b3755440ec6608fae2cc54bd">zypp::sat::Solvable::lookupNumAttribute</a></div><div class="ttdeci">unsigned long long lookupNumAttribute(const SolvAttr &amp;attr) const</div><div class="ttdoc">returns the numeric attribute value for attr or 0 if it does not exists.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00154">Solvable.cc:154</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15d17d285c5c9a3a069dcb40d04b5b95">zypp::CapDetail::CAP_AND</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00315">Capability.h:315</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html_ae7f286e5e45d42b6780c29e3f61e9fae"><div class="ttname"><a href="classzypp_1_1Repository.html#ae7f286e5e45d42b6780c29e3f61e9fae">zypp::Repository::info</a></div><div class="ttdeci">RepoInfo info() const</div><div class="ttdoc">Return any associated RepoInfo.</div><div class="ttdef"><b>Definition:</b> <a href="Repository_8cc_source.html#l00273">Repository.cc:273</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aeb0db5ad3b34b7d7078d1acee3c36c23"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aeb0db5ad3b34b7d7078d1acee3c36c23">zypp::sat::Solvable::lookupCheckSumAttribute</a></div><div class="ttdeci">CheckSum lookupCheckSumAttribute(const SolvAttr &amp;attr) const</div><div class="ttdoc">returns the CheckSum attribute value for attr or an empty CheckSum if ir does not exist.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00178">Solvable.cc:178</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a79cd6723c10b42b33891e7f5da8384f7"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a79cd6723c10b42b33891e7f5da8384f7">zypp::sat::Solvable::arch</a></div><div class="ttdeci">Arch arch() const</div><div class="ttdoc">The architecture.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00339">Solvable.cc:339</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_a7f5292caeb41d6200481ba1aab35b6c2"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#a7f5292caeb41d6200481ba1aab35b6c2">zypp::RepoInfo::getLicense</a></div><div class="ttdeci">std::string getLicense(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">Return the best license for the current (or a specified) locale.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00774">RepoInfo.cc:774</a></div></div>
<div class="ttc" id="Repository_8h_html"><div class="ttname"><a href="Repository_8h.html">Repository.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a461d2a259bf31a881c39372607c7be73"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a461d2a259bf31a881c39372607c7be73">zypp::sat::Solvable::mediaNr</a></div><div class="ttdeci">unsigned mediaNr() const</div><div class="ttdoc">Media number the solvable is located on (0 if no media access required).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00643">Solvable.cc:643</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a110377b830c388e10632214d745ebcab"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a110377b830c388e10632214d745ebcab">zypp::sat::Solvable::dumpOn</a></div><div class="ttdeci">std::ostream &amp; dumpOn(std::ostream &amp;str, const Solvable &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00742">Solvable.cc:742</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a418a377788db4d258294abb0e3a7c67c"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a418a377788db4d258294abb0e3a7c67c">zypp::sat::Solvable::asString</a></div><div class="ttdeci">std::string asString() const</div><div class="ttdoc">String representation &quot;ident-edition.arch&quot; or &quot;noSolvable&quot;.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00413">Solvable.cc:413</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html_a9b48aa5081d025c10507e97f65e33a68"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html#a9b48aa5081d025c10507e97f65e33a68">zypp::OnMediaLocation::setChecksum</a></div><div class="ttdeci">OnMediaLocation &amp; setChecksum(const CheckSum &amp;val_r)</div><div class="ttdoc">Set the files checksum.</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00117">OnMediaLocation.h:117</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a524f2b74c8d962ecba800a71a0e1757a"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a524f2b74c8d962ecba800a71a0e1757a">zypp::sat::Solvable::cpeId</a></div><div class="ttdeci">CpeId cpeId() const</div><div class="ttdoc">The solvables CpeId if available.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00637">Solvable.cc:637</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_abaa349f99ea928bc5020fe803d652db0"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#abaa349f99ea928bc5020fe803d652db0">zypp::sat::SolvAttr::checksum</a></div><div class="ttdeci">static const SolvAttr checksum</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00086">SolvAttr.h:86</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1detail_1_1PoolMember_html_a1d08d0f003c1056a6cd7ba600f48c666"><div class="ttname"><a href="structzypp_1_1sat_1_1detail_1_1PoolMember.html#a1d08d0f003c1056a6cd7ba600f48c666">zypp::sat::detail::PoolMember::myPool</a></div><div class="ttdeci">static PoolImpl &amp; myPool()</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00172">PoolImpl.cc:172</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a4c796647eefe8f69f4e31f74311a759b"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a4c796647eefe8f69f4e31f74311a759b">zypp::sat::Solvable::multiversionInstall</a></div><div class="ttdeci">bool multiversionInstall() const</div><div class="ttdoc">Whether different versions of this package can be installed at the same time.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00395">Solvable.cc:395</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a8d6389312c8ab04ca5268b6db236a6b6"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a8d6389312c8ab04ca5268b6db236a6b6">zypp::sat::SolvAttr::downloadsize</a></div><div class="ttdeci">static const SolvAttr downloadsize</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00079">SolvAttr.h:79</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a759811ec638f798044563f4282aed662"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a759811ec638f798044563f4282aed662">zypp::sat::Solvable::requires</a></div><div class="ttdeci">Capabilities requires() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00454">Solvable.cc:454</a></div></div>
<div class="ttc" id="classzypp_1_1IdString_html_a1672c39ebd768ff4189d20cd59204ec1"><div class="ttname"><a href="classzypp_1_1IdString.html#a1672c39ebd768ff4189d20cd59204ec1">zypp::IdString::c_str</a></div><div class="ttdeci">const char * c_str() const</div><div class="ttdoc">Conversion to const char *</div><div class="ttdef"><b>Definition:</b> <a href="IdString_8cc_source.html#l00050">IdString.cc:50</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html_adfbb87047dd2de9685c87065460ba91b"><div class="ttname"><a href="classzypp_1_1Repository.html#adfbb87047dd2de9685c87065460ba91b">zypp::Repository::asUserString</a></div><div class="ttdeci">std::string asUserString() const</div><div class="ttdoc">User string: label (alias or name)</div><div class="ttdef"><b>Definition:</b> <a href="Repository_8h_source.html#l00093">Repository.h:93</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a7c8e26b9bd198261bb5a9b604516495a"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a7c8e26b9bd198261bb5a9b604516495a">zypp::sat::Solvable::isSystem</a></div><div class="ttdeci">bool isSystem() const</div><div class="ttdoc">Return whether this Solvable belongs to the system repo.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00369">Solvable.cc:369</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a7fcdf96ed4fdabd753db4664121c3262"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a7fcdf96ed4fdabd753db4664121c3262">zypp::sat::Solvable::nextInPool</a></div><div class="ttdeci">Solvable nextInPool() const</div><div class="ttdoc">Return next Solvable in Pool (or noSolvable).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00109">Solvable.cc:109</a></div></div>
<div class="ttc" id="Collector_8h_html"><div class="ttname"><a href="Collector_8h.html">Collector.h</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1RepoType_html_a6d69173d8377c1f509e165f72be47f03a9215e92bab67de896ccaa0672bcafab5"><div class="ttname"><a href="structzypp_1_1repo_1_1RepoType.html#a6d69173d8377c1f509e165f72be47f03a9215e92bab67de896ccaa0672bcafab5">zypp::repo::RepoType::NONE_e</a></div><div class="ttdef"><b>Definition:</b> <a href="RepoType_8h_source.html#l00036">RepoType.h:36</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_ad87f9611fd5e499f5d41f51a71b84998"><div class="ttname"><a href="classzypp_1_1CheckSum.html#ad87f9611fd5e499f5d41f51a71b84998">zypp::CheckSum::sha256</a></div><div class="ttdeci">static CheckSum sha256(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00079">CheckSum.h:79</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a76c4241f0a4f172fcfd7d71d46b31166"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a76c4241f0a4f172fcfd7d71d46b31166">zypp::sat::SolvAttr::delnotify</a></div><div class="ttdeci">static const SolvAttr delnotify</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00074">SolvAttr.h:74</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html"><div class="ttname"><a href="classzypp_1_1Repository.html">zypp::Repository</a></div><div class="ttdef"><b>Definition:</b> <a href="Repository_8h_source.html#l00039">Repository.h:39</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_ae421625586bd555cf6a2da07ebeecf6d"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#ae421625586bd555cf6a2da07ebeecf6d">zypp::sat::detail::PoolImpl::isMultiversion</a></div><div class="ttdeci">bool isMultiversion(const Solvable &amp;solv_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8cc_source.html#l00604">PoolImpl.cc:604</a></div></div>
<div class="ttc" id="classzypp_1_1Locale_html"><div class="ttname"><a href="classzypp_1_1Locale.html">zypp::Locale</a></div><div class="ttdoc">'Language[_Country]' codes.</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00049">Locale.h:49</a></div></div>
<div class="ttc" id="sat_2detail_2PoolImpl_8h_html"><div class="ttname"><a href="sat_2detail_2PoolImpl_8h.html">PoolImpl.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a80d7be2a3841575475451acfb87c1e66"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a80d7be2a3841575475451acfb87c1e66">zypp::sat::SolvAttr::installsize</a></div><div class="ttdeci">static const SolvAttr installsize</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00078">SolvAttr.h:78</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_abf695fc92606ebfad29710ba3e83e99e"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#abf695fc92606ebfad29710ba3e83e99e">zypp::sat::Solvable::supportsLocale</a></div><div class="ttdeci">bool supportsLocale(const Locale &amp;locale_r) const</div><div class="ttdoc">Whether this Solvable supports a specific Locale.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00613">Solvable.cc:613</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a7933358ee57c616b74b64428a7040728"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a7933358ee57c616b74b64428a7040728">zypp::sat::Solvable::get</a></div><div class="ttdeci">detail::CSolvable * get() const</div><div class="ttdoc">Expert backdoor.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00102">Solvable.cc:102</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a48d061cc9534b5a9cd595f8de74e06f6"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a48d061cc9534b5a9cd595f8de74e06f6">zypp::sat::Solvable::lookupStrAttribute</a></div><div class="ttdeci">std::string lookupStrAttribute(const SolvAttr &amp;attr) const</div><div class="ttdoc">returns the string attribute value for attr or an empty string if it does not exists.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00126">Solvable.cc:126</a></div></div>
<div class="ttc" id="classzypp_1_1CpeId_html_a7f64d41b12ae837cb9fd29bb6c1fd62d"><div class="ttname"><a href="classzypp_1_1CpeId.html#a7f64d41b12ae837cb9fd29bb6c1fd62d">zypp::CpeId::noThrow</a></div><div class="ttdeci">static constexpr NoThrowType noThrow</div><div class="ttdoc">Indicator argument for non-trowing ctor.</div><div class="ttdef"><b>Definition:</b> <a href="CpeId_8h_source.html#l00062">CpeId.h:62</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_1ui_1_1Selectable_html_a455fd88a79f20c9f69e231cd6d75a947"><div class="ttname"><a href="classzypp_1_1ui_1_1Selectable.html#a455fd88a79f20c9f69e231cd6d75a947">zypp::ui::Selectable::get</a></div><div class="ttdeci">static Ptr get(const pool::ByIdent &amp;ident_r)</div><div class="ttdoc">Get the Selctable.</div><div class="ttdef"><b>Definition:</b> <a href="Selectable_8cc_source.html#l00028">Selectable.cc:28</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a05a5c17392e3f831368344d80b28a834"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a05a5c17392e3f831368344d80b28a834">zypp::sat::SolvAttr::buildtime</a></div><div class="ttdeci">static const SolvAttr buildtime</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00077">SolvAttr.h:77</a></div></div>
<div class="ttc" id="Logger_8h_html"><div class="ttname"><a href="Logger_8h.html">Logger.h</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html_a8d5e8a8e961bf1cb0d1942d8a892f151"><div class="ttname"><a href="classzypp_1_1Repository.html#a8d5e8a8e961bf1cb0d1942d8a892f151">zypp::Repository::alias</a></div><div class="ttdeci">std::string alias() const</div><div class="ttdoc">Short unique string to identify a repo.</div><div class="ttdef"><b>Definition:</b> <a href="Repository_8cc_source.html#l00059">Repository.cc:59</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_af735b646ebad80164fd02c1954633cfb"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#af735b646ebad80164fd02c1954633cfb">zypp::sat::detail::PoolImpl::isOnSystemByUser</a></div><div class="ttdeci">bool isOnSystemByUser(IdString ident_r) const</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00304">PoolImpl.h:304</a></div></div>
<div class="ttc" id="OnMediaLocation_8h_html"><div class="ttname"><a href="OnMediaLocation_8h.html">OnMediaLocation.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a6dd0e4b525b097c5531fc430095cb1f3"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a6dd0e4b525b097c5531fc430095cb1f3">zypp::sat::Solvable::Solvable</a></div><div class="ttdeci">Solvable()</div><div class="ttdoc">Default ctor creates noSolvable.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00060">Solvable.h:60</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a721f9207a32b44b4f6572c73ed3486df"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a721f9207a32b44b4f6572c73ed3486df">zypp::sat::Solvable::supportsRequestedLocales</a></div><div class="ttdeci">bool supportsRequestedLocales() const</div><div class="ttdoc">Whether this Solvable supports at least one requested locale.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00627">Solvable.cc:627</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_ac23a7fa10630b332629025d7a53095a0"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#ac23a7fa10630b332629025d7a53095a0">zypp::RepoInfo::needToAcceptLicense</a></div><div class="ttdeci">bool needToAcceptLicense() const</div><div class="ttdoc">Whether the repo license has to be accepted, e.g.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00739">RepoInfo.cc:739</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a00fb8dfd10292f3816ca4b057f7086b3"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a00fb8dfd10292f3816ca4b057f7086b3">zypp::sat::SolvAttr::cpeid</a></div><div class="ttdeci">static const SolvAttr cpeid</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00081">SolvAttr.h:81</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_afc1a96aa861ca8b505fb4754d4ff8c5b"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#afc1a96aa861ca8b505fb4754d4ff8c5b">zypp::sat::Solvable::insnotify</a></div><div class="ttdeci">std::string insnotify(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">UI hint text when selecting the solvable for install (opt.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00686">Solvable.cc:686</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aa3338f402986e5b79aa35e95394952fc"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aa3338f402986e5b79aa35e95394952fc">zypp::sat::Solvable::summary</a></div><div class="ttdeci">std::string summary(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">Short (singleline) text describing the solvable (opt.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00674">Solvable.cc:674</a></div></div>
<div class="ttc" id="classzypp_1_1Repository_html_a057a142e67c6390875d51fd0a6ed883b"><div class="ttname"><a href="classzypp_1_1Repository.html#a057a142e67c6390875d51fd0a6ed883b">zypp::Repository::noRepository</a></div><div class="ttdeci">static const Repository noRepository</div><div class="ttdoc">Represents no Repository.</div><div class="ttdef"><b>Definition:</b> <a href="Repository_8h_source.html#l00062">Repository.h:62</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa72bbe8ca76aa205df21f04bc99c512af">zypp::CapDetail::CAP_NAMESPACE</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00318">Capability.h:318</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aa51f5e70a7b1166d6cddfd14251059d4"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aa51f5e70a7b1166d6cddfd14251059d4">zypp::sat::Solvable::conflicts</a></div><div class="ttdeci">Capabilities conflicts() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00459">Solvable.cc:459</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_ae5ef85a430780107e88ecc9dd0493099"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#ae5ef85a430780107e88ecc9dd0493099">zypp::sat::Solvable::dumpAsXmlOn</a></div><div class="ttdeci">std::ostream &amp; dumpAsXmlOn(std::ostream &amp;str, const Solvable &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00762">Solvable.cc:762</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aecbea19bd2e166679f8c645421beec99"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aecbea19bd2e166679f8c645421beec99">zypp::sat::Solvable::onSystemByUser</a></div><div class="ttdeci">bool onSystemByUser() const</div><div class="ttdoc">Whether this is known to be installed on behalf of a user request.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00375">Solvable.cc:375</a></div></div>
<div class="ttc" id="classzypp_1_1Capability_html"><div class="ttname"><a href="classzypp_1_1Capability.html">zypp::Capability</a></div><div class="ttdoc">A sat capability.</div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00059">Capability.h:59</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a45f699735f228414b25c346ddd0a675a"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a45f699735f228414b25c346ddd0a675a">zypp::sat::SolvAttr::description</a></div><div class="ttdeci">static const SolvAttr description</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00072">SolvAttr.h:72</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a6ad105be3456598a4fd78d82210032fa"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a6ad105be3456598a4fd78d82210032fa">zypp::sat::Solvable::prerequires</a></div><div class="ttdeci">Capabilities prerequires() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00489">Solvable.cc:489</a></div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090"><div class="ttname"><a href="classzypp_1_1CapDetail.html#a16b27e58c8b54e318c92b11cfa0b42b9a5dc29a4c9aa9d8a056a7817103b5e090">zypp::CapDetail::EXPRESSION</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00306">Capability.h:306</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a7e9a3049ad4c7542ea1cd5cee91a5432"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a7e9a3049ad4c7542ea1cd5cee91a5432">zypp::sat::detail::noId</a></div><div class="ttdeci">static const IdType noId(0)</div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a3c4d5e247923e3ab40728d2e1fd3958f"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a3c4d5e247923e3ab40728d2e1fd3958f">zypp::sat::Solvable::needToAcceptLicense</a></div><div class="ttdeci">bool needToAcceptLicense() const</div><div class="ttdoc">True except for well known exceptions (i.e show license but no need to accept it).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00715">Solvable.cc:715</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_a490871a81d21f517ef7855eb32870975"><div class="ttname"><a href="classzypp_1_1CheckSum.html#a490871a81d21f517ef7855eb32870975">zypp::CheckSum::sha384</a></div><div class="ttdeci">static CheckSum sha384(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00080">CheckSum.h:80</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1detail_1_1PoolImpl_html_a75325e80b2336822918025f476156c29"><div class="ttname"><a href="classzypp_1_1sat_1_1detail_1_1PoolImpl.html#a75325e80b2336822918025f476156c29">zypp::sat::detail::PoolImpl::getSolvable</a></div><div class="ttdeci">CSolvable * getSolvable(SolvableIdType id_r) const</div><div class="ttdoc">Return pointer to the sat-solvable or NULL if it is not valid.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2detail_2PoolImpl_8h_source.html#l00174">PoolImpl.h:174</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_a2c06f423178836f11e94031966993c66"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#a2c06f423178836f11e94031966993c66">zypp::sat::detail::solvablePrereqMarker</a></div><div class="ttdeci">static const IdType solvablePrereqMarker(15)</div><div class="ttdoc">Internal ids satlib includes in dependencies.</div></div>
<div class="ttc" id="classzypp_1_1CapDetail_html_af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2"><div class="ttname"><a href="classzypp_1_1CapDetail.html#af0ff223e378d4998856e395e91f9cfbfa15509f1c27c8ade95fbd41e8e070e9c2">zypp::CapDetail::REL_NONE</a></div><div class="ttdef"><b>Definition:</b> <a href="Capability_8h_source.html#l00314">Capability.h:314</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_aed40393eac98a2ee647a403395c120ae"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#aed40393eac98a2ee647a403395c120ae">zypp::sat::SolvAttr::eula</a></div><div class="ttdeci">static const SolvAttr eula</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00075">SolvAttr.h:75</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_a942d61763aa10ea2c6e830dc2f9cf70e"><div class="ttname"><a href="classzypp_1_1CheckSum.html#a942d61763aa10ea2c6e830dc2f9cf70e">zypp::CheckSum::sha1</a></div><div class="ttdeci">static CheckSum sha1(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00077">CheckSum.h:77</a></div></div>
<div class="ttc" id="Solvable_8h_html"><div class="ttname"><a href="Solvable_8h.html">Solvable.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ab5f9051a199ccc7826e186f7b5086bd1"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ab5f9051a199ccc7826e186f7b5086bd1">zypp::sat::SolvAttr::summary</a></div><div class="ttdeci">static const SolvAttr summary</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00071">SolvAttr.h:71</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_aa61a8cc4f509b5331342aeb52e9fa01e"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#aa61a8cc4f509b5331342aeb52e9fa01e">zypp::sat::Solvable::obsoletes</a></div><div class="ttdeci">Capabilities obsoletes() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00464">Solvable.cc:464</a></div></div>
<div class="ttc" id="classzypp_1_1IdString_html_aac331154f11ed8c31ac5e74b117bf000"><div class="ttname"><a href="classzypp_1_1IdString.html#aac331154f11ed8c31ac5e74b117bf000">zypp::IdString::asString</a></div><div class="ttdeci">std::string asString() const</div><div class="ttdoc">Conversion to std::string</div><div class="ttdef"><b>Definition:</b> <a href="IdString_8h_source.html#l00091">IdString.h:91</a></div></div>
<div class="ttc" id="Functional_8h_html"><div class="ttname"><a href="Functional_8h.html">Functional.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a3b4269aee014b7a398f8603cc7d9c5c5"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a3b4269aee014b7a398f8603cc7d9c5c5">zypp::sat::SolvAttr::distribution</a></div><div class="ttdeci">static const SolvAttr distribution</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00092">SolvAttr.h:92</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_ac85e10f387dffac17f76121e7feb2f6e"><div class="ttname"><a href="classzypp_1_1CheckSum.html#ac85e10f387dffac17f76121e7feb2f6e">zypp::CheckSum::sha512</a></div><div class="ttdeci">static CheckSum sha512(const std::string &amp;checksum)</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00081">CheckSum.h:81</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html">zypp::filesystem::Pathname</a></div><div class="ttdoc">Pathname.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00043">Pathname.h:43</a></div></div>
<div class="ttc" id="classzypp_1_1ResKind_html"><div class="ttname"><a href="classzypp_1_1ResKind.html">zypp::ResKind</a></div><div class="ttdoc">Resolvable kinds.</div><div class="ttdef"><b>Definition:</b> <a href="ResKind_8h_source.html#l00032">ResKind.h:32</a></div></div>
<div class="ttc" id="namespacezypp_html"><div class="ttname"><a href="namespacezypp.html">zypp</a></div><div class="ttdoc">Easy-to use interface to the ZYPP dependency resolver.</div><div class="ttdef"><b>Definition:</b> <a href="CodePitfalls_8doc_source.html#l00001">CodePitfalls.doc:1</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a8ebc349c14371a3060519bc0c0a947d6"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a8ebc349c14371a3060519bc0c0a947d6">zypp::sat::Solvable::supportsLocales</a></div><div class="ttdeci">bool supportsLocales() const</div><div class="ttdoc">Whether this Solvable claims to support locales.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00607">Solvable.cc:607</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a3bba5abf8e43e47a69be74b97fc22a93"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a3bba5abf8e43e47a69be74b97fc22a93">zypp::sat::Solvable::buildtime</a></div><div class="ttdeci">Date buildtime() const</div><div class="ttdoc">The items build time.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00401">Solvable.cc:401</a></div></div>
<div class="ttc" id="Exception_8h_html"><div class="ttname"><a href="Exception_8h.html">Exception.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a88d134a3209f3abbb1585913abae1860"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a88d134a3209f3abbb1585913abae1860">zypp::sat::Solvable::licenseToConfirm</a></div><div class="ttdeci">std::string licenseToConfirm(const Locale &amp;lang_r=Locale()) const</div><div class="ttdoc">License or agreement to accept before installing the solvable (opt.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00698">Solvable.cc:698</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_a5e64cab973a815bfc5c3811b5086a2b9"><div class="ttname"><a href="namespacezypp_1_1str.html#a5e64cab973a815bfc5c3811b5086a2b9">zypp::str::hasPrefix</a></div><div class="ttdeci">bool hasPrefix(const C_Str &amp;str_r, const C_Str &amp;prefix_r)</div><div class="ttdoc">Return whether str_r has prefix prefix_r.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l01020">String.h:1020</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_1_1SplitIdent_html_a388a601ae238a28fea40bbb8da44c632"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a388a601ae238a28fea40bbb8da44c632">zypp::sat::Solvable::SplitIdent::SplitIdent</a></div><div class="ttdeci">SplitIdent()</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00309">Solvable.h:309</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html"><div class="ttname"><a href="classzypp_1_1CheckSum.html">zypp::CheckSum</a></div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8h_source.html#l00033">CheckSum.h:33</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_1_1SplitIdent_html_a3264614724351e6fb69ad4d89cde9ca4"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#a3264614724351e6fb69ad4d89cde9ca4">zypp::sat::Solvable::SplitIdent::_name</a></div><div class="ttdeci">IdString _name</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00323">Solvable.h:323</a></div></div>
<div class="ttc" id="namespacezypp_html_a7f4c013fbe3bd2619b780e06c2c36c20"><div class="ttname"><a href="namespacezypp.html#a7f4c013fbe3bd2619b780e06c2c36c20">zypp::LocaleSet</a></div><div class="ttdeci">std::unordered_set&lt; Locale &gt; LocaleSet</div><div class="ttdef"><b>Definition:</b> <a href="Locale_8h_source.html#l00027">Locale.h:27</a></div></div>
<div class="ttc" id="classzypp_1_1IdStringType_html_a314dc425eaf7736f8f0f1b444af7e72a"><div class="ttname"><a href="classzypp_1_1IdStringType.html#a314dc425eaf7736f8f0f1b444af7e72a">zypp::IdStringType::c_str</a></div><div class="ttdeci">const char * c_str() const</div><div class="ttdef"><b>Definition:</b> <a href="IdStringType_8h_source.html#l00105">IdStringType.h:105</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a023d4dad7ee321f82d9f856e7afd950c"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a023d4dad7ee321f82d9f856e7afd950c">zypp::sat::Solvable::suggests</a></div><div class="ttdeci">Capabilities suggests() const</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00474">Solvable.cc:474</a></div></div>
<div class="ttc" id="Xml_8h_html"><div class="ttname"><a href="Xml_8h.html">Xml.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_adf9d2a50e9c546dc93ef5d81ee621d47"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">zypp::sat::Solvable::ident</a></div><div class="ttdeci">IdString ident() const</div><div class="ttdoc">The identifier.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00265">Solvable.cc:265</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a606c87be948f2fe1d33746b8bb7cc347"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a606c87be948f2fe1d33746b8bb7cc347">zypp::sat::Solvable::installtime</a></div><div class="ttdeci">Date installtime() const</div><div class="ttdoc">The items install time (false if not installed).</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00407">Solvable.cc:407</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html_a574b2939746c8c9b52df4c74c46263ff"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html#a574b2939746c8c9b52df4c74c46263ff">zypp::OnMediaLocation::setLocation</a></div><div class="ttdeci">OnMediaLocation &amp; setLocation(const Pathname &amp;val_r, unsigned mediaNumber_r=1)</div><div class="ttdoc">Set filename and media number (defaults to 1).</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00108">OnMediaLocation.h:108</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_1_1SplitIdent_html_ac61e0d4ede7731a6a0d886d4217b81f6"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable_1_1SplitIdent.html#ac61e0d4ede7731a6a0d886d4217b81f6">zypp::sat::Solvable::SplitIdent::_ident</a></div><div class="ttdeci">IdString _ident</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00321">Solvable.h:321</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_a2a2495d8e7a93996c1cb4affa14b0480"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#a2a2495d8e7a93996c1cb4affa14b0480">zypp::sat::Solvable::lookupBoolAttribute</a></div><div class="ttdeci">bool lookupBoolAttribute(const SolvAttr &amp;attr) const</div><div class="ttdoc">returns the boolean attribute value for attr or false if it does not exists.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00166">Solvable.cc:166</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="dir_d92cd3a208d659e78c09abe559c2090e.html">sat</a></li><li class="navelem"><a class="el" href="Solvable_8cc.html">Solvable.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>