Sophie

Sophie

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

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/PluginServices.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('PluginServices_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">PluginServices.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="PluginServices_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="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#include &lt;sstream&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</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="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Gettext_8h.html">zypp/base/Gettext.h</a>&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</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="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="InputStream_8h.html">zypp/base/InputStream.h</a>&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="UserRequestException_8h.html">zypp/base/UserRequestException.h</a>&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="PluginServices_8h.html">zypp/repo/PluginServices.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="ServiceInfo_8h.html">zypp/ServiceInfo.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="RepoInfo_8h.html">zypp/RepoInfo.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="PathInfo_8h.html">zypp/PathInfo.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="keyword">using</span> std::endl;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">using</span> std::stringstream;</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="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</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">namespace </span>repo</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;  { </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"><a class="line" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html">   32</a></span>&#160;    <span class="keyword">class </span><a class="code" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html">PluginServices::Impl</a></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    {</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <span class="keyword">public</span>:</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;      <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html#a89a3a7fea959102b67aa58229b1e7d4e">loadServices</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;path,</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;          <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#a5c5bc193379e4c5f13eed07e69bdd89f">PluginServices::ProcessService</a> &amp;callback );</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;    };</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"><a class="line" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html#a89a3a7fea959102b67aa58229b1e7d4e">   39</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html#a89a3a7fea959102b67aa58229b1e7d4e">PluginServices::Impl::loadServices</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;path,</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#a5c5bc193379e4c5f13eed07e69bdd89f">PluginServices::ProcessService</a> &amp; callback<span class="comment">/*,</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">                                  const ProgressData::ReceiverFnc &amp;progress*/</span> )</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    {</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;      std::list&lt;Pathname&gt; entries;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;      <span class="keywordflow">if</span> (<a class="code" href="classzypp_1_1filesystem_1_1PathInfo.html">PathInfo</a>(path).isExist())</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;        <span class="keywordflow">if</span> ( <a class="code" href="namespacezypp_1_1filesystem.html#a424d384472de80e5cc48f5d5662cc859">filesystem::readdir</a>( entries, path, <span class="keyword">false</span> ) != 0 )</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;        {</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;          <span class="comment">// TranslatorExplanation &#39;%s&#39; is a pathname</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;            <a class="code" href="group__ZYPP__THROW.html#gaf8c3a87d63dd4f26f059eddd62c22864">ZYPP_THROW</a>(<a class="code" href="classzypp_1_1Exception.html">Exception</a>(<a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>(<a class="code" href="Gettext_8h.html#ad0ac7087c1804ce80118f897d7edd897">_</a>(<span class="stringliteral">&quot;Failed to read directory &#39;%s&#39;&quot;</span>), path.<a class="code" href="classzypp_1_1filesystem_1_1Pathname.html#adf90bcfd5dad7bf694772a260d8749cf">c_str</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">   52</span>&#160;        <span class="comment">//str::regex allowedServiceExt(&quot;^\\.service(_[0-9]+)?$&quot;);</span></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;        <a class="code" href="Easy_8h.html#a7887338b8a0727becb37d8061fcbfc0e">for_</a>(it, entries.begin(), entries.end() )</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;          <a class="code" href="classzypp_1_1ServiceInfo.html">ServiceInfo</a> service_info;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;          service_info.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a75773f57617f73865af779e8ec9c6cb3">setAlias</a>((*it).basename());</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;          <a class="code" href="classzypp_1_1Url.html">Url</a> <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;          <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>.setPathName((*it).asString());</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;          <a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>.setScheme(<span class="stringliteral">&quot;file&quot;</span>);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;          service_info.<a class="code" href="classzypp_1_1ServiceInfo.html#ad3099b8c499e7f2dcb9426c944f44d0a">setUrl</a>(<a class="code" href="MediaCurl_8cc.html#a80c807b920948127b73f36d4d8d89037">url</a>);</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;          service_info.<a class="code" href="classzypp_1_1ServiceInfo.html#a22eadd3016962ea9ae04dcaf09250fff">setType</a>(<a class="code" href="structzypp_1_1repo_1_1ServiceType.html#af6fb59150ac7b9639a0ab3e9528632d4">ServiceType::PLUGIN</a>);</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;          service_info.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a39dfef7536a3d2d99cc3f6edea43c8db">setAutorefresh</a>( <span class="keyword">true</span> );</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;          <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#ga49606be7356624568932ec81c0d429f4">DBG</a> &lt;&lt; <span class="stringliteral">&quot;Plugin Service: &quot;</span> &lt;&lt; service_info &lt;&lt; endl;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;          callback(service_info);</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">   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"><a class="line" href="classzypp_1_1repo_1_1PluginServices.html#a3904524d7beb65a876a8abf55e695e6d">   70</a></span>&#160;    <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#a3904524d7beb65a876a8abf55e695e6d">PluginServices::PluginServices</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;path,</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#a5c5bc193379e4c5f13eed07e69bdd89f">ProcessService</a> &amp; callback<span class="comment">/*,</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">                                  const ProgressData::ReceiverFnc &amp;progress */</span>)</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">   74</span>&#160;      <a class="code" href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html#a89a3a7fea959102b67aa58229b1e7d4e">Impl::loadServices</a>(path, callback<span class="comment">/*, progress*/</span>);</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    }</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1PluginServices.html#a52eefb068fa3ee1e6b5802387278501b">   77</a></span>&#160;    <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#a52eefb068fa3ee1e6b5802387278501b">PluginServices::~PluginServices</a>()</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    {}</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="namespacezypp_1_1repo.html#a8e637d04d02642ce91acb84eb9675c30">   80</a></span>&#160;    std::ostream &amp; <a class="code" href="classzypp_1_1repo_1_1PluginServices.html#ae689d600524a4c2480d029d5c568197d">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_1repo_1_1PluginServices.html">PluginServices</a> &amp; obj )</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;    {</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a>;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;    }</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;  } <span class="comment">// namespace repo</span></div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1ServiceInfo_html"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html">zypp::ServiceInfo</a></div><div class="ttdoc">Service data.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00036">ServiceInfo.h:36</a></div></div>
<div class="ttc" id="Gettext_8h_html"><div class="ttname"><a href="Gettext_8h.html">Gettext.h</a></div><div class="ttdoc">Interface to gettext.</div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_1_1Impl_html_a89a3a7fea959102b67aa58229b1e7d4e"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html#a89a3a7fea959102b67aa58229b1e7d4e">zypp::repo::PluginServices::Impl::loadServices</a></div><div class="ttdeci">static void loadServices(const Pathname &amp;path, const PluginServices::ProcessService &amp;callback)</div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8cc_source.html#l00039">PluginServices.cc:39</a></div></div>
<div class="ttc" id="group__ZYPP__THROW_html_gaf8c3a87d63dd4f26f059eddd62c22864"><div class="ttname"><a href="group__ZYPP__THROW.html#gaf8c3a87d63dd4f26f059eddd62c22864">ZYPP_THROW</a></div><div class="ttdeci">#define ZYPP_THROW(EXCPT)</div><div class="ttdoc">Drops a logline and throws the Exception.</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8h_source.html#l00392">Exception.h:392</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a39dfef7536a3d2d99cc3f6edea43c8db"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a39dfef7536a3d2d99cc3f6edea43c8db">zypp::repo::RepoInfoBase::setAutorefresh</a></div><div class="ttdeci">void setAutorefresh(bool autorefresh)</div><div class="ttdoc">enable or disable autorefresh</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00091">RepoInfoBase.cc:91</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_html_a3904524d7beb65a876a8abf55e695e6d"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices.html#a3904524d7beb65a876a8abf55e695e6d">zypp::repo::PluginServices::PluginServices</a></div><div class="ttdeci">PluginServices(const Pathname &amp;path, const ProcessService &amp;callback)</div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8cc_source.html#l00070">PluginServices.cc:70</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html_adf90bcfd5dad7bf694772a260d8749cf"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html#adf90bcfd5dad7bf694772a260d8749cf">zypp::filesystem::Pathname::c_str</a></div><div class="ttdeci">const char * c_str() const</div><div class="ttdoc">String representation.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00109">Pathname.h:109</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a75773f57617f73865af779e8ec9c6cb3"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a75773f57617f73865af779e8ec9c6cb3">zypp::repo::RepoInfoBase::setAlias</a></div><div class="ttdeci">void setAlias(const std::string &amp;alias)</div><div class="ttdoc">set the repository alias</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00094">RepoInfoBase.cc:94</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="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="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="group__ZYPP__SMART__PTR_html_ga9ffc8a01367e8a71d551ea8dbdc356f2"><div class="ttname"><a href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">zypp::str::form</a></div><div class="ttdeci">std::string form(const char *format,...) __attribute__((format(printf</div><div class="ttdoc">Printf style construction of std::string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8cc_source.html#l00036">String.cc:36</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a22eadd3016962ea9ae04dcaf09250fff"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a22eadd3016962ea9ae04dcaf09250fff">zypp::ServiceInfo::setType</a></div><div class="ttdeci">void setType(const repo::ServiceType &amp;type)</div><div class="ttdoc">Set service type.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00109">ServiceInfo.cc:109</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_html"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices.html">zypp::repo::PluginServices</a></div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8h_source.html#l00028">PluginServices.h:28</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_1_1Impl_html"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices_1_1Impl.html">zypp::repo::PluginServices::Impl</a></div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8cc_source.html#l00032">PluginServices.cc:32</a></div></div>
<div class="ttc" id="Gettext_8h_html_ad0ac7087c1804ce80118f897d7edd897"><div class="ttname"><a href="Gettext_8h.html#ad0ac7087c1804ce80118f897d7edd897">_</a></div><div class="ttdeci">#define _(MSG)</div><div class="ttdef"><b>Definition:</b> <a href="Gettext_8h_source.html#l00037">Gettext.h:37</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="classzypp_1_1ServiceInfo_html_ad3099b8c499e7f2dcb9426c944f44d0a"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ad3099b8c499e7f2dcb9426c944f44d0a">zypp::ServiceInfo::setUrl</a></div><div class="ttdeci">void setUrl(const Url &amp;url)</div><div class="ttdoc">Set the service url (raw value)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00105">ServiceInfo.cc:105</a></div></div>
<div class="ttc" id="UserRequestException_8h_html"><div class="ttname"><a href="UserRequestException_8h.html">UserRequestException.h</a></div></div>
<div class="ttc" id="namespacezypp_1_1filesystem_html_a424d384472de80e5cc48f5d5662cc859"><div class="ttname"><a href="namespacezypp_1_1filesystem.html#a424d384472de80e5cc48f5d5662cc859">zypp::filesystem::readdir</a></div><div class="ttdeci">int readdir(std::list&lt; std::string &gt; &amp;retlist_r, const Pathname &amp;path_r, bool dots_r)</div><div class="ttdoc">Return content of directory via retlist.</div><div class="ttdef"><b>Definition:</b> <a href="PathInfo_8cc_source.html#l00589">PathInfo.cc:589</a></div></div>
<div class="ttc" id="PathInfo_8h_html"><div class="ttname"><a href="PathInfo_8h.html">PathInfo.h</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_1Exception_html"><div class="ttname"><a href="classzypp_1_1Exception.html">zypp::Exception</a></div><div class="ttdoc">Base class for Exception.</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8h_source.html#l00145">Exception.h:145</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_html_a52eefb068fa3ee1e6b5802387278501b"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices.html#a52eefb068fa3ee1e6b5802387278501b">zypp::repo::PluginServices::~PluginServices</a></div><div class="ttdeci">~PluginServices()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8cc_source.html#l00077">PluginServices.cc:77</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="PluginServices_8h_html"><div class="ttname"><a href="PluginServices_8h.html">PluginServices.h</a></div></div>
<div class="ttc" id="ServiceInfo_8h_html"><div class="ttname"><a href="ServiceInfo_8h.html">ServiceInfo.h</a></div></div>
<div class="ttc" id="RepoInfo_8h_html"><div class="ttname"><a href="RepoInfo_8h.html">RepoInfo.h</a></div></div>
<div class="ttc" id="InputStream_8h_html"><div class="ttname"><a href="InputStream_8h.html">InputStream.h</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="String_8h_html"><div class="ttname"><a href="String_8h.html">String.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_html_a5c5bc193379e4c5f13eed07e69bdd89f"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices.html#a5c5bc193379e4c5f13eed07e69bdd89f">zypp::repo::PluginServices::ProcessService</a></div><div class="ttdeci">function&lt; bool(const ServiceInfo &amp;)&gt; ProcessService</div><div class="ttdoc">Callback definition.</div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8h_source.html#l00040">PluginServices.h:40</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1PluginServices_html_ae689d600524a4c2480d029d5c568197d"><div class="ttname"><a href="classzypp_1_1repo_1_1PluginServices.html#ae689d600524a4c2480d029d5c568197d">zypp::repo::PluginServices::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const PluginServices &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="PluginServices_8cc_source.html#l00080">PluginServices.cc:80</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="group__ZYPP__BASE__LOGGER__MACROS_html_ga49606be7356624568932ec81c0d429f4"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#ga49606be7356624568932ec81c0d429f4">DBG</a></div><div class="ttdeci">#define DBG</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00078">Logger.h:78</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="PluginServices_8cc.html">PluginServices.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>