Imported Upstream version 2.99.2
[platform/upstream/libsigc++.git] / docs / reference / html / group__exception__catch.html
index 68724b8..599288c 100644 (file)
@@ -19,7 +19,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">libsigc++
-   &#160;<span id="projectnumber">2.99.1</span>
+   &#160;<span id="projectnumber">2.99.2</span>
    </div>
   </td>
  </tr>
 <div class="line"><span class="keywordtype">int</span> foo(); <span class="comment">// throws std::range_error</span></div>
 <div class="line"><a class="code" href="namespacesigc.html#adc5264be500bc695232d72de44eb34e6">sigc::exception_catch</a>(&amp;foo, my_catch())();</div>
 </div><!-- fragment --></dd></dl>
-<p>The functor <a class="el" href="namespacesigc.html#adc5264be500bc695232d72de44eb34e6">sigc::exception_catch()</a> returns can be directly passed into <a class="el" href="classsigc_1_1signal__with__accumulator.html#a5db7407d1b5c605c1197fcf6f78fda4a" title="Add a slot to the list of slots. ">sigc::signal::connect()</a>.</p>
-<dl class="section user"><dt>Example:</dt><dd><div class="fragment"><div class="line"><a class="code" href="classsigc_1_1signal.html">sigc::signal&lt;int&gt;</a> some_signal;</div>
-<div class="line">some_signal.<a class="code" href="classsigc_1_1signal__with__accumulator.html#a5db7407d1b5c605c1197fcf6f78fda4a">connect</a>(<a class="code" href="namespacesigc.html#adc5264be500bc695232d72de44eb34e6">sigc::exception_catch</a>(&amp;foo, my_catch));</div>
+<p>The functor <a class="el" href="namespacesigc.html#adc5264be500bc695232d72de44eb34e6">sigc::exception_catch()</a> returns can be directly passed into sigc::signal::connect().</p>
+<dl class="section user"><dt>Example:</dt><dd><div class="fragment"><div class="line"><a class="code" href="classsigc_1_1signal.html">sigc::signal&lt;int()&gt;</a> some_signal;</div>
+<div class="line">some_signal.connect(<a class="code" href="namespacesigc.html#adc5264be500bc695232d72de44eb34e6">sigc::exception_catch</a>(&amp;foo, my_catch));</div>
 </div><!-- fragment --> </dd></dl>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Mon Mar 7 2016 11:43:49 for libsigc++ by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Wed Mar 16 2016 20:53:27 for libsigc++ by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.9.1
 </small></address>