Sophie

Sophie

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

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/Package.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('Package_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Package.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="Package_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*---------------------------------------------------------------------\</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">|                          ____ _   __ __ ___                          |</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">|                         |__  / \ / / . \ . \                         |</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">|                           / / \ V /|  _/  _/                         |</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">|                          / /__ | | | | | |                           |</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">|                         /_____||_| |_| |_|                           |</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &lt;fstream&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno">   15</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="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="String_8h.html">zypp/base/String.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="Package_8h.html">zypp/Package.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="LookupAttr_8h.html">zypp/sat/LookupAttr.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="ZYppFactory_8h.html">zypp/ZYppFactory.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RpmDb_8h.html">zypp/target/rpm/RpmDb.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RpmHeader_8h.html">zypp/target/rpm/RpmHeader.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">using namespace </span><a class="code" href="namespacestd.html">std</a>;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="namespacezyppintern.html">   26</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezyppintern.html">zyppintern</a></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;  <span class="keyword">using namespace </span><a class="code" href="namespacezypp.html">zypp</a>;</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"><a class="line" href="namespacezyppintern.html#af66ff020a74e3356430d6cbb0f9cd405">   30</a></span>&#160;  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacezyppintern.html#af66ff020a74e3356430d6cbb0f9cd405">schemeIsLocalDir</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Url.html">Url</a> &amp; url_r )</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">const</span> std::string &amp; s( url_r.<a class="code" href="classzypp_1_1Url.html#a095ef9bbb54284f4399b5f84659a5341">getScheme</a>() );</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;      <span class="keywordflow">return</span> s == <span class="stringliteral">&quot;dir&quot;</span> || s == <span class="stringliteral">&quot;file&quot;</span>;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;  }</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;  <span class="comment">// here and from SrcPackage.cc</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespacezyppintern.html#ad9a31196e3d40982e81add471049c637">   37</a></span>&#160;  <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="namespacezyppintern.html#ad9a31196e3d40982e81add471049c637">cachedLocation</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> &amp; loc_r, <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp; repo_r )</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  {</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <a class="code" href="classzypp_1_1filesystem_1_1PathInfo.html">PathInfo</a> pi( repo_r.<a class="code" href="classzypp_1_1RepoInfo.html#ae2f04a4efca761a270f1bf711f361772">packagesPath</a>() / repo_r.<a class="code" href="classzypp_1_1RepoInfo.html#a94483c72545e421f867ef02effb73aa3">path</a>() / loc_r.<a class="code" href="classzypp_1_1OnMediaLocation.html#a6056a4f294e658f4d1a38e612136c31b">filename</a>() );</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keywordflow">if</span> ( ! pi.isExist() )</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>();        <span class="comment">// no file in cache</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <span class="keywordflow">if</span> ( loc_r.<a class="code" href="classzypp_1_1OnMediaLocation.html#a8d72adf000cfb8ad0313aaa0c83f686a">checksum</a>().<a class="code" href="classzypp_1_1CheckSum.html#a37aadce213b9860726920f77987ad7eb">empty</a>() )</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    {</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;      <a class="code" href="classzypp_1_1Url.html">Url</a> <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>( repo_r.<a class="code" href="classzypp_1_1RepoInfo.html#a716c908c1f49972fa90f63991b7dddce">url</a>() );</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;      <span class="keywordflow">if</span> ( ! <a class="code" href="namespacezyppintern.html#af66ff020a74e3356430d6cbb0f9cd405">schemeIsLocalDir</a>( <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a> ) )</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>();      <span class="comment">// same name but no checksum to verify</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;      <span class="comment">// for local repos compare with the checksum in repo</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;      <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>( CheckSum::md5Type(), std::ifstream( (<a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>.<a class="code" href="classzypp_1_1Url.html#a441f130bca3c47b4be6c00433627832c">getPathName</a>() / repo_r.<a class="code" href="classzypp_1_1RepoInfo.html#a94483c72545e421f867ef02effb73aa3">path</a>() / loc_r.<a class="code" href="classzypp_1_1OnMediaLocation.html#a6056a4f294e658f4d1a38e612136c31b">filename</a>()).c_str() ) )</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;        != <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>( CheckSum::md5Type(), std::ifstream( pi.c_str() ) ) )</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>();      <span class="comment">// same name but wrong checksum</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    }</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <span class="keywordflow">else</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    {</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;      <span class="keywordflow">if</span> ( loc_r.<a class="code" href="classzypp_1_1OnMediaLocation.html#a8d72adf000cfb8ad0313aaa0c83f686a">checksum</a>() != <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a>( loc_r.<a class="code" href="classzypp_1_1OnMediaLocation.html#a8d72adf000cfb8ad0313aaa0c83f686a">checksum</a>().<a class="code" href="classzypp_1_1CheckSum.html#ac56ca1a0f31b135d06f69cb81c080bac">type</a>(), std::ifstream( pi.c_str() ) ) )</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>();      <span class="comment">// same name but wrong checksum</span></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;    }</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;    <span class="keywordflow">return</span> pi.path();           <span class="comment">// the right one</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;  }</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;} <span class="comment">// namespace zyppintern</span></div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></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;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;  <a class="code" href="ReferenceCounted_8h.html#ac9f70b359e11c09eca21d9c85e5d6eea">IMPL_PTR_TYPE</a>(<a class="code" href="classzypp_1_1Package.html">Package</a>);</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;  <span class="comment">//    METHOD NAME : Package::Package</span></div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;  <span class="comment">//    METHOD TYPE : Ctor</span></div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#aa65fe9099345544370f9660942e6a577">   77</a></span>&#160;  Package::Package( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1Solvable.html">sat::Solvable</a> &amp; solvable_r )</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  : <a class="code" href="classzypp_1_1ResObject.html">ResObject</a>( solvable_r )</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;  {}</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;  <span class="comment">//    METHOD NAME : Package::~Package</span></div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;  <span class="comment">//    METHOD TYPE : Dtor</span></div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#aef588c1a877b0ac3e8d5eb057db8d6e6">   86</a></span>&#160;  <a class="code" href="classzypp_1_1Package.html#aef588c1a877b0ac3e8d5eb057db8d6e6">Package::~Package</a>()</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;  {}</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#abad9fb1169bc6c12816ef9646b59a2ad">   89</a></span>&#160;  <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381">VendorSupportOption</a> <a class="code" href="classzypp_1_1Package.html#abad9fb1169bc6c12816ef9646b59a2ad">Package::vendorSupport</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> support_unsupported( <span class="stringliteral">&quot;support_unsupported&quot;</span> );</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> support_acc( <span class="stringliteral">&quot;support_acc&quot;</span> );</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> support_l1( <span class="stringliteral">&quot;support_l1&quot;</span> );</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> support_l2( <span class="stringliteral">&quot;support_l2&quot;</span> );</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1IdString.html">IdString</a> support_l3( <span class="stringliteral">&quot;support_l3&quot;</span> );</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;    <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381">VendorSupportOption</a> ret( <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a2ce73c61c2a375cef19fe8db6faa2880">VendorSupportUnknown</a> );</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <span class="comment">// max over all identical packages</span></div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;    <span class="keywordflow">for</span> ( <span class="keyword">const</span> <span class="keyword">auto</span> &amp; solv : <a class="code" href="classzypp_1_1sat_1_1WhatProvides.html">sat::WhatProvides</a>( (<a class="code" href="classzypp_1_1Capability.html">Capability</a>(<a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a7c4f323b8206a586a37de0566e4c317b">ident</a>().<span class="keywordtype">id</span>())) ) )</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;    {</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;      <span class="keywordflow">if</span> ( solv.edition() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">edition</a>()</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;        &amp;&amp; solv.ident() == <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a7c4f323b8206a586a37de0566e4c317b">ident</a>()</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        &amp;&amp; <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a24afb7dd897b93519eedbbef47bc5366">identical</a>( solv ) )</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;      {</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;        <span class="keywordflow">for</span> ( <a class="code" href="classzypp_1_1PackageKeyword.html">PackageKeyword</a> kw : <a class="code" href="classzypp_1_1Package.html#a4bd7ec611b061d0d2923d3d4460d89b8">Keywords</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ad62eeb44ad986ca87eaaf5faddd41512">sat::SolvAttr::keywords</a>, solv ) )</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;        {</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;          <span class="keywordflow">switch</span> ( ret )</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">  109</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a2ce73c61c2a375cef19fe8db6faa2880">VendorSupportUnknown</a>:</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;              <span class="keywordflow">if</span> ( kw == support_unsupported )  { ret = <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ac0d03e8483ab1a8366b4ec58b73011b8">VendorSupportUnsupported</a>; <span class="keywordflow">break</span>; }</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ac0d03e8483ab1a8366b4ec58b73011b8">VendorSupportUnsupported</a>:</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;              <span class="keywordflow">if</span> ( kw == support_acc )  { ret = <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a03f1946bd34104e5da9bb2e1cafb67f7">VendorSupportACC</a>; <span class="keywordflow">break</span>; }</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a03f1946bd34104e5da9bb2e1cafb67f7">VendorSupportACC</a>:</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;              <span class="keywordflow">if</span> ( kw == support_l1 )   { ret = <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a31af574884b4de15032f7a9f7d9ce0fb">VendorSupportLevel1</a>; <span class="keywordflow">break</span>; }</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a31af574884b4de15032f7a9f7d9ce0fb">VendorSupportLevel1</a>:</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;              <span class="keywordflow">if</span> ( kw == support_l2 )   { ret = <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ae04ca302fe64904525c705ad61c507ca">VendorSupportLevel2</a>; <span class="keywordflow">break</span>; }</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ae04ca302fe64904525c705ad61c507ca">VendorSupportLevel2</a>:</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;              <span class="keywordflow">if</span> ( kw == support_l3 )   { <span class="keywordflow">return</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a28ba0ae9b64f4f7be1d8c09d9f6c7475">VendorSupportLevel3</a>; <span class="keywordflow">break</span>; }</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;            <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a28ba0ae9b64f4f7be1d8c09d9f6c7475">VendorSupportLevel3</a>:</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;              <span class="comment">/* make gcc happy */</span> <span class="keywordflow">break</span>;</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;      }</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    }</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;    <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  }</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a2f59c119b50fbc536308fd2fad3565e6">  128</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1Package.html#a2f59c119b50fbc536308fd2fad3565e6">Package::maybeUnsupported</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    <span class="keywordflow">switch</span> ( <a class="code" href="classzypp_1_1Package.html#abad9fb1169bc6c12816ef9646b59a2ad">vendorSupport</a>() )</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;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a2ce73c61c2a375cef19fe8db6faa2880">VendorSupportUnknown</a>:</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ac0d03e8483ab1a8366b4ec58b73011b8">VendorSupportUnsupported</a>:</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a03f1946bd34104e5da9bb2e1cafb67f7">VendorSupportACC</a>:</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;        <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a31af574884b4de15032f7a9f7d9ce0fb">VendorSupportLevel1</a>:</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ae04ca302fe64904525c705ad61c507ca">VendorSupportLevel2</a>:</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;      <span class="keywordflow">case</span> <a class="code" href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a28ba0ae9b64f4f7be1d8c09d9f6c7475">VendorSupportLevel3</a>:</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;        <span class="keywordflow">break</span>;  <span class="comment">// intentionally no default:</span></div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    }</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;  }</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#ae1d68e01f08be14cce02343e2d7566e9">  145</a></span>&#160;  <a class="code" href="namespacezypp.html#af8a38a0ade042eed79ab1abe5c5e3e24">Changelog</a> <a class="code" href="classzypp_1_1Package.html#ae1d68e01f08be14cce02343e2d7566e9">Package::changelog</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;      <a class="code" href="classTarget__Ptr.html">Target_Ptr</a> target( getZYpp()-&gt;getTarget() );</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;      <span class="keywordflow">if</span> ( ! target )</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;      {</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;        <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga735563036dced0b7d6cc98f97ea4978b">ERR</a> &lt;&lt; <span class="stringliteral">&quot;Target not initialized. Changelog is not available.&quot;</span> &lt;&lt; std::endl;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="namespacezypp.html#af8a38a0ade042eed79ab1abe5c5e3e24">Changelog</a>();</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">  154</span>&#160;      <span class="keywordflow">if</span> ( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">repository</a>().isSystemRepo() )</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;      {</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;          <a class="code" href="classzypp_1_1target_1_1rpm_1_1RpmHeader.html#a44f459b6f91e0a322a0ac2a0b552d73c">target::rpm::RpmHeader::constPtr</a> header;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;          target-&gt;rpmDb().getData(<a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">name</a>(), header);</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;          <span class="keywordflow">return</span> header ? header-&gt;tag_changelog() : <a class="code" href="namespacezypp.html#af8a38a0ade042eed79ab1abe5c5e3e24">Changelog</a>(); <span class="comment">// might be deleted behind our back (bnc #530595)</span></div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;      }</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;      <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga9423380a92639b296ea0a984ea7e1c6b">WAR</a> &lt;&lt; <span class="stringliteral">&quot;changelog is not available for uninstalled packages&quot;</span> &lt;&lt; std::endl;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="namespacezypp.html#af8a38a0ade042eed79ab1abe5c5e3e24">Changelog</a>();</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;  }</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;</div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#ae1b04b343e1a3aa03726797b2cb46731">  164</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#ae1b04b343e1a3aa03726797b2cb46731">Package::buildhost</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ae937d48d2a36614c1bae1d50badf1056">sat::SolvAttr::buildhost</a> ); }</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#ae32969a57aae6b62bddde7a527bc5e53">  167</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#ae32969a57aae6b62bddde7a527bc5e53">Package::distribution</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a3b4269aee014b7a398f8603cc7d9c5c5">sat::SolvAttr::distribution</a> ); }</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;</div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#aee85b5b3db33d6ed2f3b0b95b10df7bd">  170</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#aee85b5b3db33d6ed2f3b0b95b10df7bd">Package::license</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ada31f7d7b3ce3bd74c7875a1592ab92a">sat::SolvAttr::license</a> ); }</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a0a0717f5ef8eb3ca6b26f284997fbaee">  173</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#a0a0717f5ef8eb3ca6b26f284997fbaee">Package::packager</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a83000a32d8004628d1401cc206be1427">sat::SolvAttr::packager</a> ); }</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#ade7d1a8b1ce8343a2ac2807c833f6b6d">  176</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#ade7d1a8b1ce8343a2ac2807c833f6b6d">Package::group</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a44d1d1ee70bcaaed9276f804e62022d1">sat::SolvAttr::group</a> ); }</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a3592d4d9fa15e213035dd0a022d88d43">  179</a></span>&#160;  <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html">Package::Keywords</a> <a class="code" href="classzypp_1_1Package.html#a3592d4d9fa15e213035dd0a022d88d43">Package::keywords</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Package.html#a4bd7ec611b061d0d2923d3d4460d89b8">Keywords</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ad62eeb44ad986ca87eaaf5faddd41512">sat::SolvAttr::keywords</a>, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">satSolvable</a>() ); }</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a66693fb5a7f5573ff1f7f5de5f89efcb">  182</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#a66693fb5a7f5573ff1f7f5de5f89efcb">Package::url</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a898e01564d8cf33fb60aaf86cb7c126e">sat::SolvAttr::url</a> ); }</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;</div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#abec3445f11efde1c55303c7167b33196">  185</a></span>&#160;  <a class="code" href="classzypp_1_1ByteCount.html">ByteCount</a> <a class="code" href="classzypp_1_1Package.html#abec3445f11efde1c55303c7167b33196">Package::sourcesize</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">lookupNumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a7ba2c7007040cfaccb62cf1b7ebffc17">sat::SolvAttr::sourcesize</a> ); }</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;</div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#ad42da6ee48045216845c0faa7bce5303">  188</a></span>&#160;  std::list&lt;std::string&gt; <a class="code" href="classzypp_1_1Package.html#ad42da6ee48045216845c0faa7bce5303">Package::authors</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;    std::list&lt;std::string&gt; ret;</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;    <a class="code" href="namespacezypp_1_1str.html#a3e502e8088ab73efb24b011f03f65b5a">str::split</a>( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ad9a29008fb130a2c7137ca4c1a135c55">sat::SolvAttr::authors</a> ), std::back_inserter(ret), <span class="stringliteral">&quot;\n&quot;</span> );</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;    <span class="keywordflow">return</span> ret;</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;</div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a44b704a7af4a83e1637f87d0e0663298">  195</a></span>&#160;  <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html">Package::FileList</a> <a class="code" href="classzypp_1_1Package.html#a44b704a7af4a83e1637f87d0e0663298">Package::filelist</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1Package.html#aa9a46964764358d432072167aa82dea4">FileList</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a1d41a4edd7703c3837de7c1fc39aafc5">sat::SolvAttr::filelist</a>, <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">satSolvable</a>() ); }</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#abbc5ca544a61415aa25a9b5b188a647a">  198</a></span>&#160;  <a class="code" href="classzypp_1_1CheckSum.html">CheckSum</a> <a class="code" href="classzypp_1_1Package.html#abbc5ca544a61415aa25a9b5b188a647a">Package::checksum</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2ac8fd6d5a386b166c76001a014643c7">lookupCheckSumAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#abaa349f99ea928bc5020fe803d652db0">sat::SolvAttr::checksum</a> ); }</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a3887ef71e11a81abc1343b16ae8ca3ca">  201</a></span>&#160;  <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> <a class="code" href="classzypp_1_1Package.html#a3887ef71e11a81abc1343b16ae8ca3ca">Package::location</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a0d174b6ea5fc70d21addde39e325f71a">lookupLocation</a>(); }</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a35a00a1d1c90dbcff078db47f7c25fb1">  204</a></span>&#160;  <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1Package.html#a35a00a1d1c90dbcff078db47f7c25fb1">Package::cachedLocation</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="namespacezyppintern.html#ad9a31196e3d40982e81add471049c637">zyppintern::cachedLocation</a>( <a class="code" href="classzypp_1_1Package.html#a3887ef71e11a81abc1343b16ae8ca3ca">location</a>(), <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a7657e5892b519bffa53fb36f3f38f0dc">repoInfo</a>() ); }</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;</div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a458c94f47ecd7fdcd88ab0acddf93c33">  207</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#a458c94f47ecd7fdcd88ab0acddf93c33">Package::sourcePkgName</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="comment">// no id means same as package</span></div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">sat::detail::IdType</a> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a270272de75f7146b4cca40d4b807ade4">id</a>( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab5d6c0b60bfe03228acbf28afd0e6c5b">lookupIdAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a93b0ec0426616cf94d823db6dea2feec">sat::SolvAttr::sourcename</a> ) );</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;    <span class="keywordflow">return</span> <span class="keywordtype">id</span> ? <a class="code" href="classzypp_1_1IdString.html">IdString</a>( <span class="keywordtype">id</span> ).<a class="code" href="classzypp_1_1IdString.html#aac331154f11ed8c31ac5e74b117bf000">asString</a>() : <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">name</a>();</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;  }</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#aaa22a6fb005c0e01091eeaab68027c96">  214</a></span>&#160;  <a class="code" href="classzypp_1_1Edition.html">Edition</a> <a class="code" href="classzypp_1_1Package.html#aaa22a6fb005c0e01091eeaab68027c96">Package::sourcePkgEdition</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;   <span class="comment">// no id means same as package</span></div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">sat::detail::IdType</a> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a270272de75f7146b4cca40d4b807ade4">id</a>( <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab5d6c0b60bfe03228acbf28afd0e6c5b">lookupIdAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#a5224076bb533aa907b2fddca439638fc">sat::SolvAttr::sourceevr</a> ) );</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;    <span class="keywordflow">return</span> <span class="keywordtype">id</span> ? <a class="code" href="classzypp_1_1Edition.html">Edition</a>( <span class="keywordtype">id</span> ) : <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">edition</a>();</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;  }</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;</div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a776a00b9428202fb11e62b61e4dbc4ca">  221</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#a776a00b9428202fb11e62b61e4dbc4ca">Package::sourcePkgType</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">lookupStrAttribute</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html#ace2714af01f4b9e29878711c6872b8c7">sat::SolvAttr::sourcearch</a> ); }</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classzypp_1_1Package.html#a15a757b822b82bfbe77ece501dd76616">  224</a></span>&#160;  std::string <a class="code" href="classzypp_1_1Package.html#a15a757b822b82bfbe77ece501dd76616">Package::sourcePkgLongName</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;<span class="keyword">  </span>{ <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>, <a class="code" href="classzypp_1_1Package.html#a458c94f47ecd7fdcd88ab0acddf93c33">sourcePkgName</a>().c_str(), <a class="code" href="classzypp_1_1Package.html#aaa22a6fb005c0e01091eeaab68027c96">sourcePkgEdition</a>().c_str(), <a class="code" href="classzypp_1_1Package.html#a776a00b9428202fb11e62b61e4dbc4ca">sourcePkgType</a>().c_str() ); }</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1Url_html_a095ef9bbb54284f4399b5f84659a5341"><div class="ttname"><a href="classzypp_1_1Url.html#a095ef9bbb54284f4399b5f84659a5341">zypp::Url::getScheme</a></div><div class="ttdeci">std::string getScheme() const</div><div class="ttdoc">Returns the scheme name of the URL.</div><div class="ttdef"><b>Definition:</b> <a href="Url_8cc_source.html#l00527">Url.cc:527</a></div></div>
<div class="ttc" id="classzypp_1_1PackageKeyword_html"><div class="ttname"><a href="classzypp_1_1PackageKeyword.html">zypp::PackageKeyword</a></div><div class="ttdoc">Package keywords.</div><div class="ttdef"><b>Definition:</b> <a href="PackageKeyword_8h_source.html#l00028">PackageKeyword.h:28</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_a94483c72545e421f867ef02effb73aa3"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#a94483c72545e421f867ef02effb73aa3">zypp::RepoInfo::path</a></div><div class="ttdeci">Pathname path() const</div><div class="ttdoc">Repository path.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00691">RepoInfo.cc:691</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_ae32969a57aae6b62bddde7a527bc5e53"><div class="ttname"><a href="classzypp_1_1Package.html#ae32969a57aae6b62bddde7a527bc5e53">zypp::Package::distribution</a></div><div class="ttdeci">std::string distribution() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00167">Package.cc:167</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_acc9c4c1cc63097094476fa90b3ca12d5"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#acc9c4c1cc63097094476fa90b3ca12d5">zypp::sat::detail::IdType</a></div><div class="ttdeci">int IdType</div><div class="ttdoc">Generic Id type.</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00130">PoolMember.h:130</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html">zypp::sat::Solvable</a></div><div class="ttdoc">A Solvable object within the sat Pool.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8h_source.html#l00053">Solvable.h:53</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1WhatProvides_html"><div class="ttname"><a href="classzypp_1_1sat_1_1WhatProvides.html">zypp::sat::WhatProvides</a></div><div class="ttdoc">Container of Solvable providing a Capability (read only).</div><div class="ttdef"><b>Definition:</b> <a href="WhatProvides_8h_source.html#l00087">WhatProvides.h:87</a></div></div>
<div class="ttc" id="classzypp_1_1target_1_1rpm_1_1RpmHeader_html_a44f459b6f91e0a322a0ac2a0b552d73c"><div class="ttname"><a href="classzypp_1_1target_1_1rpm_1_1RpmHeader.html#a44f459b6f91e0a322a0ac2a0b552d73c">zypp::target::rpm::RpmHeader::constPtr</a></div><div class="ttdeci">intrusive_ptr&lt; const RpmHeader &gt; constPtr</div><div class="ttdef"><b>Definition:</b> <a href="RpmHeader_8h_source.html#l00064">RpmHeader.h:64</a></div></div>
<div class="ttc" id="namespacezyppintern_html_ad9a31196e3d40982e81add471049c637"><div class="ttname"><a href="namespacezyppintern.html#ad9a31196e3d40982e81add471049c637">zyppintern::cachedLocation</a></div><div class="ttdeci">Pathname cachedLocation(const OnMediaLocation &amp;loc_r, const RepoInfo &amp;repo_r)</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00037">Package.cc:37</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381">zypp::VendorSupportOption</a></div><div class="ttdeci">VendorSupportOption</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00021">VendorSupportOptions.h:21</a></div></div>
<div class="ttc" id="namespacezyppintern_html_af66ff020a74e3356430d6cbb0f9cd405"><div class="ttname"><a href="namespacezyppintern.html#af66ff020a74e3356430d6cbb0f9cd405">zyppintern::schemeIsLocalDir</a></div><div class="ttdeci">bool schemeIsLocalDir(const Url &amp;url_r)</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00030">Package.cc:30</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="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381ae04ca302fe64904525c705ad61c507ca"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ae04ca302fe64904525c705ad61c507ca">zypp::VendorSupportLevel2</a></div><div class="ttdoc">Problem isolation, which means technical support designed to duplicate customer problems,...</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00052">VendorSupportOptions.h:52</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_1Package_html_abec3445f11efde1c55303c7167b33196"><div class="ttname"><a href="classzypp_1_1Package.html#abec3445f11efde1c55303c7167b33196">zypp::Package::sourcesize</a></div><div class="ttdeci">ByteCount sourcesize() const</div><div class="ttdoc">Size of corresponding the source package.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00185">Package.cc:185</a></div></div>
<div class="ttc" id="namespacezypp_html_af8a38a0ade042eed79ab1abe5c5e3e24"><div class="ttname"><a href="namespacezypp.html#af8a38a0ade042eed79ab1abe5c5e3e24">zypp::Changelog</a></div><div class="ttdeci">std::list&lt; ChangelogEntry &gt; Changelog</div><div class="ttdoc">List of ChangelogEntry.</div><div class="ttdef"><b>Definition:</b> <a href="Changelog_8h_source.html#l00053">Changelog.h:53</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a66693fb5a7f5573ff1f7f5de5f89efcb"><div class="ttname"><a href="classzypp_1_1Package.html#a66693fb5a7f5573ff1f7f5de5f89efcb">zypp::Package::url</a></div><div class="ttdeci">std::string url() const</div><div class="ttdoc">Don't ship it as class Url, because it might be in fact anything but a legal Url.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00182">Package.cc:182</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a35a00a1d1c90dbcff078db47f7c25fb1"><div class="ttname"><a href="classzypp_1_1Package.html#a35a00a1d1c90dbcff078db47f7c25fb1">zypp::Package::cachedLocation</a></div><div class="ttdeci">Pathname cachedLocation() const</div><div class="ttdoc">Location of the downloaded package in cache or an empty path.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00204">Package.cc:204</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a776a00b9428202fb11e62b61e4dbc4ca"><div class="ttname"><a href="classzypp_1_1Package.html#a776a00b9428202fb11e62b61e4dbc4ca">zypp::Package::sourcePkgType</a></div><div class="ttdeci">std::string sourcePkgType() const</div><div class="ttdoc">The type of the source rpm (&quot;src&quot; or &quot;nosrc&quot;).</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00221">Package.cc:221</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381a2ce73c61c2a375cef19fe8db6faa2880"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a2ce73c61c2a375cef19fe8db6faa2880">zypp::VendorSupportUnknown</a></div><div class="ttdoc">The support for this package is unknown.</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00026">VendorSupportOptions.h:26</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a4bd7ec611b061d0d2923d3d4460d89b8"><div class="ttname"><a href="classzypp_1_1Package.html#a4bd7ec611b061d0d2923d3d4460d89b8">zypp::Package::Keywords</a></div><div class="ttdeci">sat::ArrayAttr&lt; PackageKeyword, IdString &gt; Keywords</div><div class="ttdef"><b>Definition:</b> <a href="Package_8h_source.html#l00041">Package.h:41</a></div></div>
<div class="ttc" id="namespacezyppintern_html"><div class="ttname"><a href="namespacezyppintern.html">zyppintern</a></div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00026">Package.cc:26</a></div></div>
<div class="ttc" id="namespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdef"><b>Definition:</b> <a href="Arch_8h_source.html#l00344">Arch.h:344</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_1Package_html_a3887ef71e11a81abc1343b16ae8ca3ca"><div class="ttname"><a href="classzypp_1_1Package.html#a3887ef71e11a81abc1343b16ae8ca3ca">zypp::Package::location</a></div><div class="ttdeci">OnMediaLocation location() const</div><div class="ttdoc">Location of the resolvable in the repository.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00201">Package.cc:201</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a83000a32d8004628d1401cc206be1427"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a83000a32d8004628d1401cc206be1427">zypp::sat::SolvAttr::packager</a></div><div class="ttdeci">static const SolvAttr packager</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00094">SolvAttr.h:94</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381a28ba0ae9b64f4f7be1d8c09d9f6c7475"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a28ba0ae9b64f4f7be1d8c09d9f6c7475">zypp::VendorSupportLevel3</a></div><div class="ttdoc">Problem resolution, which means technical support designed to resolve complex problems by engaging en...</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00060">VendorSupportOptions.h:60</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="MediaCurl_8cc_html_a80c807b920948127b73f36d4d8d89037"><div class="ttname"><a href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a></div><div class="ttdeci">Url url</div><div class="ttdef"><b>Definition:</b> <a href="MediaCurl_8cc_source.html#l00199">MediaCurl.cc:199</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381a31af574884b4de15032f7a9f7d9ce0fb"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a31af574884b4de15032f7a9f7d9ce0fb">zypp::VendorSupportLevel1</a></div><div class="ttdoc">Problem determination, which means technical support designed to provide compatibility information,...</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00044">VendorSupportOptions.h:44</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="classzypp_1_1sat_1_1ArrayAttr_html"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html">zypp::sat::ArrayAttr</a></div><div class="ttdoc">LookupAttr::TransformIterator based container to retrieve list attributes.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00592">LookupAttr.h:592</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="classzypp_1_1sat_1_1SolvAttr_html_ace2714af01f4b9e29878711c6872b8c7"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ace2714af01f4b9e29878711c6872b8c7">zypp::sat::SolvAttr::sourcearch</a></div><div class="ttdeci">static const SolvAttr sourcearch</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00100">SolvAttr.h:100</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_ab363703751b5b05296d5ad687a6216e2"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ab363703751b5b05296d5ad687a6216e2">zypp::sat::SolvableType&lt; Resolvable &gt;::edition</a></div><div class="ttdeci">Edition edition() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00071">SolvableType.h:71</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_ae1d68e01f08be14cce02343e2d7566e9"><div class="ttname"><a href="classzypp_1_1Package.html#ae1d68e01f08be14cce02343e2d7566e9">zypp::Package::changelog</a></div><div class="ttdeci">Changelog changelog() const</div><div class="ttdoc">Get the package change log.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00145">Package.cc:145</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a2ac8fd6d5a386b166c76001a014643c7"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a2ac8fd6d5a386b166c76001a014643c7">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupCheckSumAttribute</a></div><div class="ttdeci">CheckSum lookupCheckSumAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00140">SolvableType.h:140</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="structzypp_1_1sat_1_1SolvableType_html_a7c4f323b8206a586a37de0566e4c317b"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a7c4f323b8206a586a37de0566e4c317b">zypp::sat::SolvableType&lt; Resolvable &gt;::ident</a></div><div class="ttdeci">IdString ident() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00061">SolvableType.h:61</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_ae1b04b343e1a3aa03726797b2cb46731"><div class="ttname"><a href="classzypp_1_1Package.html#ae1b04b343e1a3aa03726797b2cb46731">zypp::Package::buildhost</a></div><div class="ttdeci">std::string buildhost() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00164">Package.cc:164</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga735563036dced0b7d6cc98f97ea4978b"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga735563036dced0b7d6cc98f97ea4978b">ERR</a></div><div class="ttdeci">#define ERR</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00081">Logger.h:81</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a0d174b6ea5fc70d21addde39e325f71a"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a0d174b6ea5fc70d21addde39e325f71a">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupLocation</a></div><div class="ttdeci">OnMediaLocation lookupLocation() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00141">SolvableType.h:141</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a2f59c119b50fbc536308fd2fad3565e6"><div class="ttname"><a href="classzypp_1_1Package.html#a2f59c119b50fbc536308fd2fad3565e6">zypp::Package::maybeUnsupported</a></div><div class="ttdeci">bool maybeUnsupported() const</div><div class="ttdoc">True if the vendor support for this package is unknown or explictly unsupported.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00128">Package.cc:128</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_a716c908c1f49972fa90f63991b7dddce"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#a716c908c1f49972fa90f63991b7dddce">zypp::RepoInfo::url</a></div><div class="ttdeci">Url url() const</div><div class="ttdoc">Pars pro toto: The first repository url.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8h_source.html#l00131">RepoInfo.h:131</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a2aaa4bc21653b25df56cd9247997573e"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a2aaa4bc21653b25df56cd9247997573e">zypp::sat::SolvableType&lt; Resolvable &gt;::name</a></div><div class="ttdeci">std::string name() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00070">SolvableType.h:70</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a5224076bb533aa907b2fddca439638fc"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a5224076bb533aa907b2fddca439638fc">zypp::sat::SolvAttr::sourceevr</a></div><div class="ttdeci">static const SolvAttr sourceevr</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00102">SolvAttr.h:102</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_aef588c1a877b0ac3e8d5eb057db8d6e6"><div class="ttname"><a href="classzypp_1_1Package.html#aef588c1a877b0ac3e8d5eb057db8d6e6">zypp::Package::~Package</a></div><div class="ttdeci">virtual ~Package()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00086">Package.cc:86</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_aaa22a6fb005c0e01091eeaab68027c96"><div class="ttname"><a href="classzypp_1_1Package.html#aaa22a6fb005c0e01091eeaab68027c96">zypp::Package::sourcePkgEdition</a></div><div class="ttdeci">Edition sourcePkgEdition() const</div><div class="ttdoc">Edition of the source rpm this package was built from.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00214">Package.cc:214</a></div></div>
<div class="ttc" id="namespacezypp_1_1str_html_a3e502e8088ab73efb24b011f03f65b5a"><div class="ttname"><a href="namespacezypp_1_1str.html#a3e502e8088ab73efb24b011f03f65b5a">zypp::str::split</a></div><div class="ttdeci">unsigned split(const C_Str &amp;line_r, TOutputIterator result_r, const C_Str &amp;sepchars_r=&quot; \t&quot;)</div><div class="ttdoc">Split line_r into words.</div><div class="ttdef"><b>Definition:</b> <a href="String_8h_source.html#l00502">String.h:502</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a898e01564d8cf33fb60aaf86cb7c126e"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a898e01564d8cf33fb60aaf86cb7c126e">zypp::sat::SolvAttr::url</a></div><div class="ttdeci">static const SolvAttr url</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00104">SolvAttr.h:104</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a15a757b822b82bfbe77ece501dd76616"><div class="ttname"><a href="classzypp_1_1Package.html#a15a757b822b82bfbe77ece501dd76616">zypp::Package::sourcePkgLongName</a></div><div class="ttdeci">std::string sourcePkgLongName() const</div><div class="ttdoc">The source rpms &quot;name-version-release.type&quot;.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00224">Package.cc:224</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_ade7d1a8b1ce8343a2ac2807c833f6b6d"><div class="ttname"><a href="classzypp_1_1Package.html#ade7d1a8b1ce8343a2ac2807c833f6b6d">zypp::Package::group</a></div><div class="ttdeci">std::string group() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00176">Package.cc:176</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a0a0717f5ef8eb3ca6b26f284997fbaee"><div class="ttname"><a href="classzypp_1_1Package.html#a0a0717f5ef8eb3ca6b26f284997fbaee">zypp::Package::packager</a></div><div class="ttdeci">std::string packager() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00173">Package.cc:173</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html"><div class="ttname"><a href="classzypp_1_1Package.html">zypp::Package</a></div><div class="ttdoc">Package interface.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8h_source.html#l00032">Package.h:32</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a7657e5892b519bffa53fb36f3f38f0dc"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a7657e5892b519bffa53fb36f3f38f0dc">zypp::sat::SolvableType&lt; Resolvable &gt;::repoInfo</a></div><div class="ttdeci">RepoInfo repoInfo() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00076">SolvableType.h:76</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ada31f7d7b3ce3bd74c7875a1592ab92a"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ada31f7d7b3ce3bd74c7875a1592ab92a">zypp::sat::SolvAttr::license</a></div><div class="ttdeci">static const SolvAttr license</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00093">SolvAttr.h:93</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a270272de75f7146b4cca40d4b807ade4"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a270272de75f7146b4cca40d4b807ade4">zypp::sat::SolvableType&lt; Resolvable &gt;::id</a></div><div class="ttdeci">Solvable::IdType id() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00142">SolvableType.h:142</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_ga9423380a92639b296ea0a984ea7e1c6b"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga9423380a92639b296ea0a984ea7e1c6b">WAR</a></div><div class="ttdeci">#define WAR</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00080">Logger.h:80</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a44b704a7af4a83e1637f87d0e0663298"><div class="ttname"><a href="classzypp_1_1Package.html#a44b704a7af4a83e1637f87d0e0663298">zypp::Package::filelist</a></div><div class="ttdeci">FileList filelist() const</div><div class="ttdoc">Return the packages filelist (if available).</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00195">Package.cc:195</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381ac0d03e8483ab1a8366b4ec58b73011b8"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381ac0d03e8483ab1a8366b4ec58b73011b8">zypp::VendorSupportUnsupported</a></div><div class="ttdoc">The package is known to be unsupported by the vendor.</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00030">VendorSupportOptions.h:30</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_abad9fb1169bc6c12816ef9646b59a2ad"><div class="ttname"><a href="classzypp_1_1Package.html#abad9fb1169bc6c12816ef9646b59a2ad">zypp::Package::vendorSupport</a></div><div class="ttdeci">VendorSupportOption vendorSupport() const</div><div class="ttdoc">Returns the level of supportability the vendor gives to this package.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00089">Package.cc:89</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ad9a29008fb130a2c7137ca4c1a135c55"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ad9a29008fb130a2c7137ca4c1a135c55">zypp::sat::SolvAttr::authors</a></div><div class="ttdeci">static const SolvAttr authors</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00098">SolvAttr.h:98</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_abbc5ca544a61415aa25a9b5b188a647a"><div class="ttname"><a href="classzypp_1_1Package.html#abbc5ca544a61415aa25a9b5b188a647a">zypp::Package::checksum</a></div><div class="ttdeci">CheckSum checksum() const</div><div class="ttdoc">Checksum the source says this package should have.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00198">Package.cc:198</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_a3592d4d9fa15e213035dd0a022d88d43"><div class="ttname"><a href="classzypp_1_1Package.html#a3592d4d9fa15e213035dd0a022d88d43">zypp::Package::keywords</a></div><div class="ttdeci">Keywords keywords() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00179">Package.cc:179</a></div></div>
<div class="ttc" id="classzypp_1_1ResObject_html"><div class="ttname"><a href="classzypp_1_1ResObject.html">zypp::ResObject</a></div><div class="ttdoc">Base for resolvable objects.</div><div class="ttdef"><b>Definition:</b> <a href="ResObject_8h_source.html#l00038">ResObject.h:38</a></div></div>
<div class="ttc" id="Package_8h_html"><div class="ttname"><a href="Package_8h.html">Package.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ae937d48d2a36614c1bae1d50badf1056"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ae937d48d2a36614c1bae1d50badf1056">zypp::sat::SolvAttr::buildhost</a></div><div class="ttdeci">static const SolvAttr buildhost</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00091">SolvAttr.h:91</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_ac56ca1a0f31b135d06f69cb81c080bac"><div class="ttname"><a href="classzypp_1_1CheckSum.html#ac56ca1a0f31b135d06f69cb81c080bac">zypp::CheckSum::type</a></div><div class="ttdeci">std::string type() const</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8cc_source.html#l00167">CheckSum.cc:167</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="RpmHeader_8h_html"><div class="ttname"><a href="RpmHeader_8h.html">RpmHeader.h</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a93b0ec0426616cf94d823db6dea2feec"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a93b0ec0426616cf94d823db6dea2feec">zypp::sat::SolvAttr::sourcename</a></div><div class="ttdeci">static const SolvAttr sourcename</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00101">SolvAttr.h:101</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html_a6056a4f294e658f4d1a38e612136c31b"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html#a6056a4f294e658f4d1a38e612136c31b">zypp::OnMediaLocation::filename</a></div><div class="ttdeci">const Pathname &amp; filename() const</div><div class="ttdoc">The path to the resource relatve to the url and path.</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00070">OnMediaLocation.h:70</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_1Package_html_a458c94f47ecd7fdcd88ab0acddf93c33"><div class="ttname"><a href="classzypp_1_1Package.html#a458c94f47ecd7fdcd88ab0acddf93c33">zypp::Package::sourcePkgName</a></div><div class="ttdeci">std::string sourcePkgName() const</div><div class="ttdoc">Name of the source rpm this package was built from.</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00207">Package.cc:207</a></div></div>
<div class="ttc" id="classzypp_1_1CheckSum_html_a37aadce213b9860726920f77987ad7eb"><div class="ttname"><a href="classzypp_1_1CheckSum.html#a37aadce213b9860726920f77987ad7eb">zypp::CheckSum::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="CheckSum_8cc_source.html#l00173">CheckSum.cc:173</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_1Url_html_a441f130bca3c47b4be6c00433627832c"><div class="ttname"><a href="classzypp_1_1Url.html#a441f130bca3c47b4be6c00433627832c">zypp::Url::getPathName</a></div><div class="ttdeci">std::string getPathName(EEncoding eflag=zypp::url::E_DECODED) const</div><div class="ttdoc">Returns the path name from the URL.</div><div class="ttdef"><b>Definition:</b> <a href="Url_8cc_source.html#l00598">Url.cc:598</a></div></div>
<div class="ttc" id="namespacezypp_html_ab743968058b67b3fa0286d6ce0c02381a03f1946bd34104e5da9bb2e1cafb67f7"><div class="ttname"><a href="namespacezypp.html#ab743968058b67b3fa0286d6ce0c02381a03f1946bd34104e5da9bb2e1cafb67f7">zypp::VendorSupportACC</a></div><div class="ttdoc">Additional Customer Contract necessary.</div><div class="ttdef"><b>Definition:</b> <a href="VendorSupportOptions_8h_source.html#l00034">VendorSupportOptions.h:34</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a7ba2c7007040cfaccb62cf1b7ebffc17"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a7ba2c7007040cfaccb62cf1b7ebffc17">zypp::sat::SolvAttr::sourcesize</a></div><div class="ttdeci">static const SolvAttr sourcesize</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00097">SolvAttr.h:97</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a888f957da479ca0133a4061723d6cc6b"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a888f957da479ca0133a4061723d6cc6b">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupNumAttribute</a></div><div class="ttdeci">unsigned long long lookupNumAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00138">SolvableType.h:138</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_ad62eeb44ad986ca87eaaf5faddd41512"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#ad62eeb44ad986ca87eaaf5faddd41512">zypp::sat::SolvAttr::keywords</a></div><div class="ttdeci">static const SolvAttr keywords</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00096">SolvAttr.h:96</a></div></div>
<div class="ttc" id="RpmDb_8h_html"><div class="ttname"><a href="RpmDb_8h.html">RpmDb.h</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html_ae2f04a4efca761a270f1bf711f361772"><div class="ttname"><a href="classzypp_1_1RepoInfo.html#ae2f04a4efca761a270f1bf711f361772">zypp::RepoInfo::packagesPath</a></div><div class="ttdeci">Pathname packagesPath() const</div><div class="ttdoc">Path where this repo packages are cached.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8cc_source.html#l00652">RepoInfo.cc:652</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_aee85b5b3db33d6ed2f3b0b95b10df7bd"><div class="ttname"><a href="classzypp_1_1Package.html#aee85b5b3db33d6ed2f3b0b95b10df7bd">zypp::Package::license</a></div><div class="ttdeci">std::string license() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00170">Package.cc:170</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1PathInfo_html"><div class="ttname"><a href="classzypp_1_1filesystem_1_1PathInfo.html">zypp::filesystem::PathInfo</a></div><div class="ttdoc">Wrapper class for ::stat/::lstat.</div><div class="ttdef"><b>Definition:</b> <a href="PathInfo_8h_source.html#l00220">PathInfo.h:220</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a44d1d1ee70bcaaed9276f804e62022d1"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a44d1d1ee70bcaaed9276f804e62022d1">zypp::sat::SolvAttr::group</a></div><div class="ttdeci">static const SolvAttr group</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00095">SolvAttr.h:95</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1SolvAttr_html_a1d41a4edd7703c3837de7c1fc39aafc5"><div class="ttname"><a href="classzypp_1_1sat_1_1SolvAttr.html#a1d41a4edd7703c3837de7c1fc39aafc5">zypp::sat::SolvAttr::filelist</a></div><div class="ttdeci">static const SolvAttr filelist</div><div class="ttdef"><b>Definition:</b> <a href="SolvAttr_8h_source.html#l00099">SolvAttr.h:99</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_ab5d6c0b60bfe03228acbf28afd0e6c5b"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ab5d6c0b60bfe03228acbf28afd0e6c5b">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupIdAttribute</a></div><div class="ttdeci">detail::IdType lookupIdAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00137">SolvableType.h:137</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_aa9a46964764358d432072167aa82dea4"><div class="ttname"><a href="classzypp_1_1Package.html#aa9a46964764358d432072167aa82dea4">zypp::Package::FileList</a></div><div class="ttdeci">sat::ArrayAttr&lt; std::string, std::string &gt; FileList</div><div class="ttdef"><b>Definition:</b> <a href="Package_8h_source.html#l00042">Package.h:42</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="structzypp_1_1sat_1_1SolvableType_html_a24afb7dd897b93519eedbbef47bc5366"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a24afb7dd897b93519eedbbef47bc5366">zypp::sat::SolvableType&lt; Resolvable &gt;::identical</a></div><div class="ttdeci">bool identical(const Solvable &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00091">SolvableType.h:91</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="classTarget__Ptr_html"><div class="ttname"><a href="classTarget__Ptr.html">Target_Ptr</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a756ee1ee62edd150d2e5dec79c720799"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a756ee1ee62edd150d2e5dec79c720799">zypp::sat::SolvableType&lt; Resolvable &gt;::lookupStrAttribute</a></div><div class="ttdeci">std::string lookupStrAttribute(const SolvAttr &amp;attr) const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00134">SolvableType.h:134</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html">zypp::filesystem::Pathname</a></div><div class="ttdoc">Pathname.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00043">Pathname.h:43</a></div></div>
<div class="ttc" id="namespacezypp_html"><div class="ttname"><a href="namespacezypp.html">zypp</a></div><div class="ttdoc">Easy-to use interface to the ZYPP dependency resolver.</div><div class="ttdef"><b>Definition:</b> <a href="CodePitfalls_8doc_source.html#l00001">CodePitfalls.doc:1</a></div></div>
<div class="ttc" id="classzypp_1_1Package_html_ad42da6ee48045216845c0faa7bce5303"><div class="ttname"><a href="classzypp_1_1Package.html#ad42da6ee48045216845c0faa7bce5303">zypp::Package::authors</a></div><div class="ttdeci">std::list&lt; std::string &gt; authors() const</div><div class="ttdef"><b>Definition:</b> <a href="Package_8cc_source.html#l00188">Package.cc:188</a></div></div>
<div class="ttc" id="structzypp_1_1sat_1_1SolvableType_html_a78de3f4b41f0965829beaa28245a25dd"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">zypp::sat::SolvableType&lt; Resolvable &gt;::satSolvable</a></div><div class="ttdeci">Solvable satSolvable() const</div><div class="ttdoc">Return the corresponding sat::Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00057">SolvableType.h:57</a></div></div>
<div class="ttc" id="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="structzypp_1_1sat_1_1SolvableType_html_ab27bf4d6f3a035dbaae5f41eec214420"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#ab27bf4d6f3a035dbaae5f41eec214420">zypp::sat::SolvableType&lt; Resolvable &gt;::repository</a></div><div class="ttdeci">Repository repository() const</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00075">SolvableType.h:75</a></div></div>
<div class="ttc" id="String_8h_html"><div class="ttname"><a href="String_8h.html">String.h</a></div></div>
<div class="ttc" id="ZYppFactory_8h_html"><div class="ttname"><a href="ZYppFactory_8h.html">ZYppFactory.h</a></div></div>
<div class="ttc" id="classzypp_1_1Url_html"><div class="ttname"><a href="classzypp_1_1Url.html">zypp::Url</a></div><div class="ttdoc">Url manipulation class.</div><div class="ttdef"><b>Definition:</b> <a href="Url_8h_source.html#l00087">Url.h:87</a></div></div>
<div class="ttc" id="ReferenceCounted_8h_html_ac9f70b359e11c09eca21d9c85e5d6eea"><div class="ttname"><a href="ReferenceCounted_8h.html#ac9f70b359e11c09eca21d9c85e5d6eea">IMPL_PTR_TYPE</a></div><div class="ttdeci">#define IMPL_PTR_TYPE(NAME)</div><div class="ttdef"><b>Definition:</b> <a href="ReferenceCounted_8h_source.html#l00136">ReferenceCounted.h:136</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html_a8d72adf000cfb8ad0313aaa0c83f686a"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html#a8d72adf000cfb8ad0313aaa0c83f686a">zypp::OnMediaLocation::checksum</a></div><div class="ttdeci">const CheckSum &amp; checksum() const</div><div class="ttdoc">the checksum of the resource</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00074">OnMediaLocation.h:74</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="Package_8cc.html">Package.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>