summaryrefslogtreecommitdiff
path: root/doc/html/signals2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/signals2.html')
-rw-r--r--doc/html/signals2.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/html/signals2.html b/doc/html/signals2.html
index 9b30ce373f..66788654c1 100644
--- a/doc/html/signals2.html
+++ b/doc/html/signals2.html
@@ -36,7 +36,7 @@
<div><p class="copyright">Copyright &#169; 2001-2004 Douglas Gregor</p></div>
<div><p class="copyright">Copyright &#169; 2007-2009 Frank Mori Hess</p></div>
<div><div class="legalnotice">
-<a name="idp521574944"></a><p>Distributed under the Boost
+<a name="idp505308112"></a><p>Distributed under the Boost
Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div></div>
@@ -44,19 +44,19 @@
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
-<dt><span class="section"><a href="signals2.html#idp521577680">Introduction</a></span></dt>
-<dd><dl><dt><span class="section"><a href="signals2.html#idp521581392">Signals2</a></span></dt></dl></dd>
+<dt><span class="section"><a href="signals2.html#idp505310800">Introduction</a></span></dt>
+<dd><dl><dt><span class="section"><a href="signals2.html#idp505314080">Signals2</a></span></dt></dl></dd>
<dt><span class="section"><a href="signals2/tutorial.html">Tutorial</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521584688">How to Read this Tutorial</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521591472">Hello, World! (Beginner)</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521599200">Calling Multiple Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521627648">Passing Values to and from Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521679408">Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505317376">How to Read this Tutorial</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505324064">Hello, World! (Beginner)</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505331792">Calling Multiple Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505359920">Passing Values to and from Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505411616">Connection Management</a></span></dt>
<dt><span class="section"><a href="signals2/tutorial.html#signals2.tutorial.document-view">Example: Document-View</a></span></dt>
<dt><span class="section"><a href="signals2/tutorial.html#signals2.tutorial.extended-slot-type">Giving a Slot Access to its Connection (Advanced)</a></span></dt>
<dt><span class="section"><a href="signals2/tutorial.html#signals2.tutorial.signal-mutex-template-parameter">Changing the <code class="computeroutput">Mutex</code> Type of a Signal (Advanced).</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp521830576">Linking against the Signals2 library</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp505562992">Linking against the Signals2 library</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals2/examples.html">Example programs</a></span></dt>
<dd><dl>
@@ -83,20 +83,20 @@
</dl></dd>
<dt><span class="section"><a href="signals2/thread-safety.html">Thread-Safety</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals2/thread-safety.html#idp524963664">Introduction</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#idp524969824">Signals and combiners</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#idp524992928">Connections and other classes</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp508695472">Introduction</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp508701568">Signals and combiners</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp508723680">Connections and other classes</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals2/faq.html">Frequently Asked Questions</a></span></dt>
<dt><span class="section"><a href="signals2/rationale.html">Design Rationale</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals2/rationale.html#idp525029280">User-level Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525047920">Automatic Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525065040"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525071584">Combiner Interface</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525087552">Connection Interfaces: += operator</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525106976">Signals2 Mutex Classes</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp525117456">Comparison with other Signal/Slot implementations</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508760160">User-level Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508778800">Automatic Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508795920"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508802464">Combiner Interface</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508817536">Connection Interfaces: += operator</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508836912">Signals2 Mutex Classes</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp508847392">Comparison with other Signal/Slot implementations</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals2/api_changes.html">Signals2 API Changes</a></span></dt>
<dd><dl>
@@ -104,13 +104,13 @@
<dt><span class="section"><a href="signals2/api_changes.html#signals2.api_history">Signals2 API Development</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals2/tests.html">Testsuite</a></span></dt>
-<dd><dl><dt><span class="section"><a href="signals2/tests.html#idp525261728">Acceptance tests</a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="signals2/tests.html#idp508991856">Acceptance tests</a></span></dt></dl></dd>
</dl>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="idp521577680"></a>Introduction</h2></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="signals2.html#idp521581392">Signals2</a></span></dt></dl></div>
+<a name="idp505310800"></a>Introduction</h2></div></div></div>
+<div class="toc"><dl class="toc"><dt><span class="section"><a href="signals2.html#idp505314080">Signals2</a></span></dt></dl></div>
<p>The Boost.Signals2 library is an implementation of a managed
signals and slots system. Signals represent callbacks with multiple
targets, and are also called publishers or events in similar
@@ -131,7 +131,7 @@
combined.</p>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp521581392"></a>Signals2</h3></div></div></div>
+<a name="idp505314080"></a>Signals2</h3></div></div></div>
<p>This documentation describes a thread-safe variant of the
original Boost.Signals library. There have been some changes to
the interface to support thread-safety, mostly with respect to