Sophie

Sophie

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

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/repo/ServiceType.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('ServiceType_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ServiceType.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ServiceType_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="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#ifndef ZYPP_SERVICE_TYPE_H_</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#define ZYPP_SERVICE_TYPE_H_</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &lt;iosfwd&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;{</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;  <span class="keyword">namespace </span>repo</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;  {</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html">   26</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;  {</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#ac47f4328487a3c960f7cc39365372fb5">   32</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ac47f4328487a3c960f7cc39365372fb5">RIS</a>;</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#a11edcd6d9295ac38e214313dd93f344c">   34</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#a11edcd6d9295ac38e214313dd93f344c">NONE</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#af6fb59150ac7b9639a0ab3e9528632d4">   43</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af6fb59150ac7b9639a0ab3e9528632d4">PLUGIN</a>;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">   45</a></span>&#160;    <span class="keyword">enum</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">Type</a></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    {</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ac55f29741fa3660479ecff0a238de8ff">   47</a></span>&#160;      <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ac55f29741fa3660479ecff0a238de8ff">NONE_e</a>,</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98a871c4ed7719afd452bc5a1e8138cf5a8">   48</a></span>&#160;      <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98a871c4ed7719afd452bc5a1e8138cf5a8">RIS_e</a>,</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ace9f63cf5900fb54b1cff6edaba7f115">   49</a></span>&#160;      <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ace9f63cf5900fb54b1cff6edaba7f115">PLUGIN_e</a>,</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    };</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#ac47665569d6b0e0fe0fe74916bc757ba">   52</a></span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ac47665569d6b0e0fe0fe74916bc757ba">ServiceType</a>() : <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a>(<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ac55f29741fa3660479ecff0a238de8ff">NONE_e</a>) {}</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#adcc93ee5d5659785f5ded42f0aeea629">   54</a></span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#adcc93ee5d5659785f5ded42f0aeea629">ServiceType</a>(<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">Type</a> type) : <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a>(type) {}</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <span class="keyword">explicit</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ac47665569d6b0e0fe0fe74916bc757ba">ServiceType</a>(<span class="keyword">const</span> std::string &amp; strval_r);</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#ab993aa0ef20a1bfec18f259e34b89f95">   58</a></span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">Type</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab993aa0ef20a1bfec18f259e34b89f95">toEnum</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a>; }</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">ServiceType::Type</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#a92cacd10785eb37076cfe3828b3ba706">parse</a>(<span class="keyword">const</span> std::string &amp; strval_r);</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    <span class="keyword">const</span> std::string &amp; <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab0e6438996d3af345368a87607b6200d">asString</a>() <span class="keyword">const</span>;</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"><a class="line" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">   64</a></span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">Type</a> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a>;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  };</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="namespacezypp_1_1repo.html#aa2cb6ecf4fd8c437a2c57f2d6ddf8d26">   68</a></span>&#160;  <span class="keyword">inline</span> std::ostream &amp; <a class="code" href="namespacezypp_1_1repo.html#ab03092838b37118c48f0d8ab0a414259">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> &amp; obj )</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;  { <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a> &lt;&lt; obj.<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab0e6438996d3af345368a87607b6200d">asString</a>(); }</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="namespacezypp_1_1repo.html#a1e67b854a3145b35e611bd0649361c2a">   71</a></span>&#160;  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacezypp_1_1repo.html#af3af9cf44d9debc47e9839442e88f8a1">operator==</a>(<span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> &amp; obj1, <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> &amp; obj2)</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;  { <span class="keywordflow">return</span> obj1.<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a> == obj2.<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">_type</a>; }</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="namespacezypp_1_1repo.html#abae631852e4337be14b5a3c8ce7d821b">   74</a></span>&#160;  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacezypp_1_1repo.html#af49b7a8cebf3e46a21b6dde50bebcae1">operator!=</a>(<span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> &amp; obj1, <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">ServiceType</a> &amp; obj2)</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;  { <span class="keywordflow">return</span> ! (obj1 == obj2); }</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  } <span class="comment">// ns repo</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;} <span class="comment">// ns zypp</span></div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ZYPP_SERVICE_TYPE_H_ */</span><span class="preprocessor"></span></div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment">// vim: set ts=2 sts=2 sw=2 et ai:</span></div><div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_a92cacd10785eb37076cfe3828b3ba706"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#a92cacd10785eb37076cfe3828b3ba706">zypp::repo::ServiceType::parse</a></div><div class="ttdeci">ServiceType::Type parse(const std::string &amp;strval_r)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8cc_source.html#l00031">ServiceType.cc:31</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="structzypp_1_1repo_1_1ServiceType_html_ab993aa0ef20a1bfec18f259e34b89f95"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#ab993aa0ef20a1bfec18f259e34b89f95">zypp::repo::ServiceType::toEnum</a></div><div class="ttdeci">Type toEnum() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00058">ServiceType.h:58</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_af16fc423cea1954a706e5e510c7e8d98"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98">zypp::repo::ServiceType::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00045">ServiceType.h:45</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_ab60a6cf6cac30aa190e43826cee89529"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#ab60a6cf6cac30aa190e43826cee89529">zypp::repo::ServiceType::_type</a></div><div class="ttdeci">Type _type</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00064">ServiceType.h:64</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_ac47f4328487a3c960f7cc39365372fb5"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#ac47f4328487a3c960f7cc39365372fb5">zypp::repo::ServiceType::RIS</a></div><div class="ttdeci">static const ServiceType RIS</div><div class="ttdoc">Repository Index Service (RIS) (formerly known as 'Novell Update' (NU) service)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00032">ServiceType.h:32</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_ab0e6438996d3af345368a87607b6200d"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#ab0e6438996d3af345368a87607b6200d">zypp::repo::ServiceType::asString</a></div><div class="ttdeci">const std::string &amp; asString() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8cc_source.html#l00056">ServiceType.cc:56</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_a11edcd6d9295ac38e214313dd93f344c"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#a11edcd6d9295ac38e214313dd93f344c">zypp::repo::ServiceType::NONE</a></div><div class="ttdeci">static const ServiceType NONE</div><div class="ttdoc">No service set.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00034">ServiceType.h:34</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html">zypp::repo::ServiceType</a></div><div class="ttdoc">Service type enumeration.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00026">ServiceType.h:26</a></div></div>
<div class="ttc" id="namespacezypp_1_1repo_html_ab03092838b37118c48f0d8ab0a414259"><div class="ttname"><a href="namespacezypp_1_1repo.html#ab03092838b37118c48f0d8ab0a414259">zypp::repo::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const DeltaCandidates &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="DeltaCandidates_8cc_source.html#l00107">DeltaCandidates.cc:107</a></div></div>
<div class="ttc" id="namespacezypp_1_1repo_html_af3af9cf44d9debc47e9839442e88f8a1"><div class="ttname"><a href="namespacezypp_1_1repo.html#af3af9cf44d9debc47e9839442e88f8a1">zypp::repo::operator==</a></div><div class="ttdeci">bool operator==(const RepoType &amp;obj1, const RepoType &amp;obj2)</div><div class="ttdef"><b>Definition:</b> <a href="RepoType_8h_source.html#l00061">RepoType.h:61</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_af6fb59150ac7b9639a0ab3e9528632d4"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#af6fb59150ac7b9639a0ab3e9528632d4">zypp::repo::ServiceType::PLUGIN</a></div><div class="ttdeci">static const ServiceType PLUGIN</div><div class="ttdoc">Plugin services are scripts installed on your system that provide the package manager with repositori...</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00043">ServiceType.h:43</a></div></div>
<div class="ttc" id="namespacezypp_1_1repo_html_af49b7a8cebf3e46a21b6dde50bebcae1"><div class="ttname"><a href="namespacezypp_1_1repo.html#af49b7a8cebf3e46a21b6dde50bebcae1">zypp::repo::operator!=</a></div><div class="ttdeci">bool operator!=(const RepoType &amp;obj1, const RepoType &amp;obj2)</div><div class="ttdef"><b>Definition:</b> <a href="RepoType_8h_source.html#l00064">RepoType.h:64</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_af16fc423cea1954a706e5e510c7e8d98ac55f29741fa3660479ecff0a238de8ff"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ac55f29741fa3660479ecff0a238de8ff">zypp::repo::ServiceType::NONE_e</a></div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00047">ServiceType.h:47</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_ac47665569d6b0e0fe0fe74916bc757ba"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#ac47665569d6b0e0fe0fe74916bc757ba">zypp::repo::ServiceType::ServiceType</a></div><div class="ttdeci">ServiceType()</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00052">ServiceType.h:52</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_af16fc423cea1954a706e5e510c7e8d98ace9f63cf5900fb54b1cff6edaba7f115"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98ace9f63cf5900fb54b1cff6edaba7f115">zypp::repo::ServiceType::PLUGIN_e</a></div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00049">ServiceType.h:49</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="structzypp_1_1repo_1_1ServiceType_html_af16fc423cea1954a706e5e510c7e8d98a871c4ed7719afd452bc5a1e8138cf5a8"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#af16fc423cea1954a706e5e510c7e8d98a871c4ed7719afd452bc5a1e8138cf5a8">zypp::repo::ServiceType::RIS_e</a></div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00048">ServiceType.h:48</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html_adcc93ee5d5659785f5ded42f0aeea629"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html#adcc93ee5d5659785f5ded42f0aeea629">zypp::repo::ServiceType::ServiceType</a></div><div class="ttdeci">ServiceType(Type type)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00054">ServiceType.h:54</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_87611d73de4eb3bd0276658efbbf5b67.html">repo</a></li><li class="navelem"><a class="el" href="ServiceType_8h.html">ServiceType.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>