Sophie

Sophie

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

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/LookupAttrTools.h 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('LookupAttrTools_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">LookupAttrTools.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="LookupAttrTools_8h.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">#ifndef ZYPP_SAT_LOOKUPATTRTOOLS_H</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#define ZYPP_SAT_LOOKUPATTRTOOLS_H</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="LookupAttr_8h.html">zypp/sat/LookupAttr.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="Repository_8h.html">zypp/Repository.h</a>&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></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="keyword">namespace </span>sat</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;  { </div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;    <span class="comment">//  CLASS NAME : LookupAttr::TransformIterator</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="comment"></span>    <span class="keyword">template</span>&lt;<span class="keyword">class</span> TResult, <span class="keyword">class</span> TAttr&gt;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <span class="keyword">class </span>LookupAttr::TransformIterator : <span class="keyword">public</span> boost::iterator_adaptor&lt;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;          TransformIterator&lt;TResult,TAttr&gt; <span class="comment">// Derived</span></div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;          , LookupAttr::iterator         <span class="comment">// Base</span></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;          , TResult                      <span class="comment">// Value</span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;          , boost::forward_traversal_tag <span class="comment">// CategoryOrTraversal</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;          , TResult                      <span class="comment">// Reference</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    &gt;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    {</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a98cc7132eab4c8ec5702e64521e4235d">   65</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a98cc7132eab4c8ec5702e64521e4235d">TransformIterator</a>()</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;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;        <span class="keyword">explicit</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a8e2da0fe72a0019d1d089cbd1f4283cc">   69</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a8e2da0fe72a0019d1d089cbd1f4283cc">TransformIterator</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">LookupAttr::iterator</a> &amp; val_r )</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;        { this-&gt;base_reference() = val_r; }</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac667b70d2905ff86d3f1772a404bac9a">   77</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac667b70d2905ff86d3f1772a404bac9a">nextSkipSolvAttr</a>()</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;        { this-&gt;base_reference().nextSkipSolvAttr(); }</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a96a4f1f30def2aca157e29040666bafe">   81</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a96a4f1f30def2aca157e29040666bafe">nextSkipSolvable</a>()</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;        { this-&gt;base_reference().nextSkipSolvable(); }</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a5930322487d773a058f1e8e59ce98612">   85</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a5930322487d773a058f1e8e59ce98612">nextSkipRepo</a>()</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;        { this-&gt;base_reference().nextSkipRepo(); }</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a440e024b0eabde2cef37b44d29078699">   89</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a440e024b0eabde2cef37b44d29078699">skipSolvAttr</a>()</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;        { this-&gt;base_reference().skipSolvAttr(); }</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a380b4324c10159ab72bd90edb9ebb16b">   93</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a380b4324c10159ab72bd90edb9ebb16b">skipSolvable</a>()</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;        { this-&gt;base_reference().skipSolvable(); }</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a10b91e9f8784b89d4f1afa42df4c2659">   97</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a10b91e9f8784b89d4f1afa42df4c2659">skipRepo</a>()</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;        { this-&gt;base_reference().skipRepo(); }</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a16d33286ad9894b0aa1ec4db466ce430">  104</a></span>&#160;        <a class="code" href="classzypp_1_1Repository.html">Repository</a> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a16d33286ad9894b0aa1ec4db466ce430">inRepo</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> this-&gt;base_reference().inRepo(); }</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a4a264c5d51aea8f08c24382959f5f534">  108</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a4a264c5d51aea8f08c24382959f5f534">inSolvable</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> this-&gt;base_reference().inSolvable(); }</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#aa15e3a025d2b256077d375c2779a4ba0">  112</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#aa15e3a025d2b256077d375c2779a4ba0">inSolvAttr</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> this-&gt;base_reference().inSolvAttr(); }</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;      <span class="keyword">private</span>:</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac09f73e325921cc50ebcd96bed0f8096">  117</a></span>&#160;        <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac09f73e325921cc50ebcd96bed0f8096">boost::iterator_core_access</a>;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#acfe4a9a90d1fc92605475a0263c46cf8">  119</a></span>&#160;        TResult <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#acfe4a9a90d1fc92605475a0263c46cf8">dereference</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;          <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">LookupAttr::iterator</a> lit( this-&gt;base_reference() );</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;          <span class="keywordflow">return</span> TResult( lit.<a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#a1808aee0832fbecefa0e4778d4d27570">asType</a>&lt;TAttr&gt;() );</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="l00126"></a><span class="lineno">  126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">class</span> TResult, <span class="keyword">class</span> TAttr&gt;</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keyword">class </span><a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html">ArrayAttr</a>;</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">class</span> TResult, <span class="keyword">class</span> TAttr&gt;</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    std::ostream &amp; <a class="code" href="namespacezypp_1_1sat.html#ae54cd5cc7340e1d429a7c421ea8e22b3">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_1ArrayAttr.html">ArrayAttr&lt;TResult,TAttr&gt;</a> &amp; obj );</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    <span class="comment">//  CLASS NAME : ArrayAttr</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<span class="comment"></span>    <span class="keyword">template</span>&lt;<span class="keyword">class</span> TResult, <span class="keyword">class</span> TAttr&gt;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    <span class="keyword">class </span><a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html">ArrayAttr</a></div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    {</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;      <span class="keyword">friend</span> std::ostream &amp; operator&lt;&lt; &lt;TResult,TAttr&gt;( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html">ArrayAttr&lt;TResult,TAttr&gt;</a> &amp; obj );</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#af3e552b8d07875a39b5373bb851c8e06">  159</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#af3e552b8d07875a39b5373bb851c8e06">ArrayAttr</a>()</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        {}</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#a479c863be28e0b13276d17717474e32b">  162</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a479c863be28e0b13276d17717474e32b">ArrayAttr</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> attr_r, <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4e">LookupAttr::Location</a> loc_r = <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4eab6dbf914b3f29bf1054475ff27904335">LookupAttr::SOLV_ATTR</a> )</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;        : <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>( attr_r, loc_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_1ArrayAttr.html#aa785004202b75cfef690ae36755e6e1d">  166</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#aa785004202b75cfef690ae36755e6e1d">ArrayAttr</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> attr_r, <a class="code" href="classzypp_1_1Repository.html">Repository</a> repo_r, <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4e">LookupAttr::Location</a> loc_r = <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4eab6dbf914b3f29bf1054475ff27904335">LookupAttr::SOLV_ATTR</a> )</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;        : <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>( attr_r, repo_r, loc_r )</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;        {}</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_1sat_1_1ArrayAttr.html#aa585426280045bf41f362dc4b72700d8">  170</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#aa585426280045bf41f362dc4b72700d8">ArrayAttr</a>( <a class="code" href="classzypp_1_1sat_1_1SolvAttr.html">SolvAttr</a> attr_r, <a class="code" href="classzypp_1_1sat_1_1Solvable.html">Solvable</a> solv_r )</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;        : <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>( attr_r, solv_r )</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;        {}</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#ad83492cfadba12b0092056fb7637a189">  175</a></span>&#160;        <span class="keyword">typedef</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html">LookupAttr::TransformIterator&lt;TResult,TAttr&gt;</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#ad83492cfadba12b0092056fb7637a189">iterator</a>;</div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#af2347fd2e266b90958a639f170aabb7a">  176</a></span>&#160;        <span class="keyword">typedef</span> <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a4c88db2d849ce411d10d4005e89717af">LookupAttr::size_type</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#af2347fd2e266b90958a639f170aabb7a">size_type</a>;</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_1ArrayAttr.html#a18aae10e36c54249c11e100e9f96952b">  178</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html">iterator</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a18aae10e36c54249c11e100e9f96952b">begin</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#ad83492cfadba12b0092056fb7637a189">iterator</a>( <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">begin</a>() ); }</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;</div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">  181</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html">iterator</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">end</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#ad83492cfadba12b0092056fb7637a189">iterator</a>( <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">end</a>() ); }</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#a2c38d5c6f40138d98051e27cea872cee">  184</a></span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a2c38d5c6f40138d98051e27cea872cee">empty</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>.<a class="code" href="classzypp_1_1sat_1_1LookupAttr.html#a2710d52827494e9a158e04cc0a65344a">empty</a>(); }</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"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#a9d306f66582224d85df468cda7077197">  187</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#af2347fd2e266b90958a639f170aabb7a">size_type</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a9d306f66582224d85df468cda7077197">size</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;          <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#af2347fd2e266b90958a639f170aabb7a">size_type</a> count = 0;</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;          <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a18aae10e36c54249c11e100e9f96952b">begin</a>(), <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">end</a>() )</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;            ++count;</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;          <span class="keywordflow">return</span> count;</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">  195</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#a2fbd7dd371ea9ac073ad31bf69cd5383">  197</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html">iterator</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a2fbd7dd371ea9ac073ad31bf69cd5383">find</a>( <span class="keyword">const</span> TResult &amp; key_r )<span class="keyword"> const</span></div><div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;          <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>( it, <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a18aae10e36c54249c11e100e9f96952b">begin</a>(), <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">end</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">  201</span>&#160;            <span class="keywordflow">if</span> ( *it == key_r )</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;              <span class="keywordflow">return</span> it;</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">  204</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">end</a>();</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;        }</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;      <span class="keyword">private</span>:</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">  208</a></span>&#160;        <a class="code" href="classzypp_1_1sat_1_1LookupAttr.html">LookupAttr</a> <a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a>;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    };</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">class</span> TResult, <span class="keyword">class</span> TAttr&gt;</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#a64ca6e84c06fef5f5c726b32c35a1225">  214</a></span>&#160;    <span class="keyword">inline</span> std::ostream &amp; <a class="code" href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#a64ca6e84c06fef5f5c726b32c35a1225">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_1ArrayAttr.html">ArrayAttr&lt;TResult,TAttr&gt;</a> &amp; obj )</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;    { <span class="keywordflow">return</span> <a class="code" href="namespacezypp_1_1sat.html#a1918a3d614c10150b7538f2dbd2bcdcd">dumpOn</a>( <a class="code" href="namespacestr.html">str</a>, obj.<a class="code" href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">_q</a> ); }</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;  } <span class="comment">// namespace sat</span></div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;<span class="comment"></span><span class="preprocessor">#endif // ZYPP_SAT_LOOKUPATTRTOOLS_H</span></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_1ArrayAttr_html_af2347fd2e266b90958a639f170aabb7a"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#af2347fd2e266b90958a639f170aabb7a">zypp::sat::ArrayAttr::size_type</a></div><div class="ttdeci">LookupAttr::size_type size_type</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00176">LookupAttrTools.h:176</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a98cc7132eab4c8ec5702e64521e4235d"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a98cc7132eab4c8ec5702e64521e4235d">zypp::sat::LookupAttr::TransformIterator::TransformIterator</a></div><div class="ttdeci">TransformIterator()</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00065">LookupAttrTools.h:65</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a10b91e9f8784b89d4f1afa42df4c2659"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a10b91e9f8784b89d4f1afa42df4c2659">zypp::sat::LookupAttr::TransformIterator::skipRepo</a></div><div class="ttdeci">void skipRepo()</div><div class="ttdoc">Immediately advance to the next Repository.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00097">LookupAttrTools.h:97</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a4c88db2d849ce411d10d4005e89717af"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a4c88db2d849ce411d10d4005e89717af">zypp::sat::LookupAttr::size_type</a></div><div class="ttdeci">unsigned size_type</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00113">LookupAttr.h:113</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_1ArrayAttr_html_ad83492cfadba12b0092056fb7637a189"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#ad83492cfadba12b0092056fb7637a189">zypp::sat::ArrayAttr::iterator</a></div><div class="ttdeci">LookupAttr::TransformIterator&lt; TResult, TAttr &gt; iterator</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00175">LookupAttrTools.h:175</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_html_ae54cd5cc7340e1d429a7c421ea8e22b3"><div class="ttname"><a href="namespacezypp_1_1sat.html#ae54cd5cc7340e1d429a7c421ea8e22b3">zypp::sat::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const FileConflicts &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="FileConflicts_8cc_source.html#l00109">FileConflicts.cc:109</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a380b4324c10159ab72bd90edb9ebb16b"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a380b4324c10159ab72bd90edb9ebb16b">zypp::sat::LookupAttr::TransformIterator::skipSolvable</a></div><div class="ttdeci">void skipSolvable()</div><div class="ttdoc">Immediately advance to the next Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00093">LookupAttrTools.h:93</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_acfe4a9a90d1fc92605475a0263c46cf8"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#acfe4a9a90d1fc92605475a0263c46cf8">zypp::sat::LookupAttr::TransformIterator::dereference</a></div><div class="ttdeci">TResult dereference() const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00119">LookupAttrTools.h:119</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_1LookupAttr_1_1TransformIterator_html_a5930322487d773a058f1e8e59ce98612"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a5930322487d773a058f1e8e59ce98612">zypp::sat::LookupAttr::TransformIterator::nextSkipRepo</a></div><div class="ttdeci">void nextSkipRepo()</div><div class="ttdoc">On the next call to operator++ advance to the next Repository.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00085">LookupAttrTools.h:85</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_ac09f73e325921cc50ebcd96bed0f8096"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac09f73e325921cc50ebcd96bed0f8096">zypp::sat::LookupAttr::TransformIterator::iterator_core_access</a></div><div class="ttdeci">friend class boost::iterator_core_access</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00117">LookupAttrTools.h:117</a></div></div>
<div class="ttc" id="Easy_8h_html_a7887338b8a0727becb37d8061fcbfc0e"><div class="ttname"><a href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a></div><div class="ttdeci">#define for_(IT, BEG, END)</div><div class="ttdoc">Convenient for-loops using iterator.</div><div class="ttdef"><b>Definition:</b> <a href="Easy_8h_source.html#l00027">Easy.h:27</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a5ecc0441628190eefb6cadfe628dae4eab6dbf914b3f29bf1054475ff27904335"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4eab6dbf914b3f29bf1054475ff27904335">zypp::sat::LookupAttr::SOLV_ATTR</a></div><div class="ttdoc">Search for solvable attributes (default)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00117">LookupAttr.h:117</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_1LookupAttr_1_1TransformIterator_html"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html">zypp::sat::LookupAttr::TransformIterator</a></div><div class="ttdoc">TransformIterator returning an iterator vaue of type TResult.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00162">LookupAttr.h:162</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_a479c863be28e0b13276d17717474e32b"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a479c863be28e0b13276d17717474e32b">zypp::sat::ArrayAttr::ArrayAttr</a></div><div class="ttdeci">ArrayAttr(SolvAttr attr_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00162">LookupAttrTools.h:162</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a96a4f1f30def2aca157e29040666bafe"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a96a4f1f30def2aca157e29040666bafe">zypp::sat::LookupAttr::TransformIterator::nextSkipSolvable</a></div><div class="ttdeci">void nextSkipSolvable()</div><div class="ttdoc">On the next call to operator++ advance to the next Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00081">LookupAttrTools.h:81</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_ac667b70d2905ff86d3f1772a404bac9a"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#ac667b70d2905ff86d3f1772a404bac9a">zypp::sat::LookupAttr::TransformIterator::nextSkipSolvAttr</a></div><div class="ttdeci">void nextSkipSolvAttr()</div><div class="ttdoc">On the next call to operator++ advance to the next SolvAttr.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00077">LookupAttrTools.h:77</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_aa585426280045bf41f362dc4b72700d8"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#aa585426280045bf41f362dc4b72700d8">zypp::sat::ArrayAttr::ArrayAttr</a></div><div class="ttdeci">ArrayAttr(SolvAttr attr_r, Solvable solv_r)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00170">LookupAttrTools.h:170</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a07bd2dee03ddf4cf6df1aab246107e02"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a07bd2dee03ddf4cf6df1aab246107e02">zypp::sat::LookupAttr::end</a></div><div class="ttdeci">iterator end() const</div><div class="ttdoc">Iterator behind the end of query results.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00239">LookupAttr.cc:239</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1iterator_html"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html">zypp::sat::LookupAttr::iterator</a></div><div class="ttdoc">Result iterator.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00350">LookupAttr.h:350</a></div></div>
<div class="ttc" id="classzypp_1_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_1LookupAttr_1_1iterator_html_a1808aee0832fbecefa0e4778d4d27570"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#a1808aee0832fbecefa0e4778d4d27570">zypp::sat::LookupAttr::iterator::asType</a></div><div class="ttdeci">Tp asType() const</div><div class="ttdoc">Templated return type.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00528">LookupAttr.h:528</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_a2fbd7dd371ea9ac073ad31bf69cd5383"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a2fbd7dd371ea9ac073ad31bf69cd5383">zypp::sat::ArrayAttr::find</a></div><div class="ttdeci">iterator find(const TResult &amp;key_r) const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00197">LookupAttrTools.h:197</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_a2c38d5c6f40138d98051e27cea872cee"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a2c38d5c6f40138d98051e27cea872cee">zypp::sat::ArrayAttr::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00184">LookupAttrTools.h:184</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_1LookupAttr_1_1TransformIterator_html_a8e2da0fe72a0019d1d089cbd1f4283cc"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a8e2da0fe72a0019d1d089cbd1f4283cc">zypp::sat::LookupAttr::TransformIterator::TransformIterator</a></div><div class="ttdeci">TransformIterator(const LookupAttr::iterator &amp;val_r)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00069">LookupAttrTools.h:69</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_html_a1918a3d614c10150b7538f2dbd2bcdcd"><div class="ttname"><a href="namespacezypp_1_1sat.html#a1918a3d614c10150b7538f2dbd2bcdcd">zypp::sat::dumpOn</a></div><div class="ttdeci">std::ostream &amp; dumpOn(std::ostream &amp;str, const LocaleSupport &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="LocaleSupport_8cc_source.html#l00041">LocaleSupport.cc:41</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_afbca60124939aa1f750bd6412760f01c"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#afbca60124939aa1f750bd6412760f01c">zypp::sat::ArrayAttr::_q</a></div><div class="ttdeci">LookupAttr _q</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00208">LookupAttrTools.h:208</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_a07a473eb47444f4c1d1996a80139ac1f"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a07a473eb47444f4c1d1996a80139ac1f">zypp::sat::ArrayAttr::end</a></div><div class="ttdeci">iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00181">LookupAttrTools.h:181</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_1LookupAttr_1_1TransformIterator_html_a16d33286ad9894b0aa1ec4db466ce430"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a16d33286ad9894b0aa1ec4db466ce430">zypp::sat::LookupAttr::TransformIterator::inRepo</a></div><div class="ttdeci">Repository inRepo() const</div><div class="ttdoc">The current Repository.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00104">LookupAttrTools.h:104</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_aa785004202b75cfef690ae36755e6e1d"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#aa785004202b75cfef690ae36755e6e1d">zypp::sat::ArrayAttr::ArrayAttr</a></div><div class="ttdeci">ArrayAttr(SolvAttr attr_r, Repository repo_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00166">LookupAttrTools.h:166</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_aa15e3a025d2b256077d375c2779a4ba0"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#aa15e3a025d2b256077d375c2779a4ba0">zypp::sat::LookupAttr::TransformIterator::inSolvAttr</a></div><div class="ttdeci">SolvAttr inSolvAttr() const</div><div class="ttdoc">The current SolvAttr.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00112">LookupAttrTools.h:112</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a4a264c5d51aea8f08c24382959f5f534"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a4a264c5d51aea8f08c24382959f5f534">zypp::sat::LookupAttr::TransformIterator::inSolvable</a></div><div class="ttdeci">Solvable inSolvable() const</div><div class="ttdoc">The current Solvabele.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00108">LookupAttrTools.h:108</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1iterator_html_a64ca6e84c06fef5f5c726b32c35a1225"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1iterator.html#a64ca6e84c06fef5f5c726b32c35a1225">zypp::sat::LookupAttr::iterator::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const ArrayAttr&lt; TResult, TAttr &gt; &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00214">LookupAttrTools.h:214</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_af3e552b8d07875a39b5373bb851c8e06"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#af3e552b8d07875a39b5373bb851c8e06">zypp::sat::ArrayAttr::ArrayAttr</a></div><div class="ttdeci">ArrayAttr()</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00159">LookupAttrTools.h:159</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1ArrayAttr_html_a18aae10e36c54249c11e100e9f96952b"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a18aae10e36c54249c11e100e9f96952b">zypp::sat::ArrayAttr::begin</a></div><div class="ttdeci">iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00178">LookupAttrTools.h:178</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_1ArrayAttr_html_a9d306f66582224d85df468cda7077197"><div class="ttname"><a href="classzypp_1_1sat_1_1ArrayAttr.html#a9d306f66582224d85df468cda7077197">zypp::sat::ArrayAttr::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00187">LookupAttrTools.h:187</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a5ecc0441628190eefb6cadfe628dae4e"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a5ecc0441628190eefb6cadfe628dae4e">zypp::sat::LookupAttr::Location</a></div><div class="ttdeci">Location</div><div class="ttdoc">Specify the where to look for the attribule.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8h_source.html#l00116">LookupAttr.h:116</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_a2710d52827494e9a158e04cc0a65344a"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#a2710d52827494e9a158e04cc0a65344a">zypp::sat::LookupAttr::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdoc">Whether the query is empty.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00242">LookupAttr.cc:242</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator_html_a440e024b0eabde2cef37b44d29078699"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr_1_1TransformIterator.html#a440e024b0eabde2cef37b44d29078699">zypp::sat::LookupAttr::TransformIterator::skipSolvAttr</a></div><div class="ttdeci">void skipSolvAttr()</div><div class="ttdoc">Immediately advance to the next SolvAttr.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttrTools_8h_source.html#l00089">LookupAttrTools.h:89</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1LookupAttr_html_aa63d1e671c66473bc8a3470c4cd9658f"><div class="ttname"><a href="classzypp_1_1sat_1_1LookupAttr.html#aa63d1e671c66473bc8a3470c4cd9658f">zypp::sat::LookupAttr::begin</a></div><div class="ttdeci">iterator begin() const</div><div class="ttdoc">Iterator to the begin of query results.</div><div class="ttdef"><b>Definition:</b> <a href="LookupAttr_8cc_source.html#l00236">LookupAttr.cc:236</a></div></div>
</div><!-- 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="LookupAttrTools_8h.html">LookupAttrTools.h</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>