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 91f467918f..90c7fc1e3e 100644
--- a/doc/html/signals2.html
+++ b/doc/html/signals2.html
@@ -35,7 +35,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="idp426705616"></a><p>Distributed under the Boost
+<a name="idp420637264"></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>
@@ -43,19 +43,19 @@
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
-<dt><span class="section"><a href="signals2.html#idp426708352">Introduction</a></span></dt>
-<dd><dl><dt><span class="section"><a href="signals2.html#idp426711632">Signals2</a></span></dt></dl></dd>
+<dt><span class="section"><a href="signals2.html#idp420640000">Introduction</a></span></dt>
+<dd><dl><dt><span class="section"><a href="signals2.html#idp420643280">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#idp426714864">How to Read this Tutorial</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp426721648">Hello, World! (Beginner)</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp426729280">Calling Multiple Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp426757408">Passing Values to and from Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#idp426809168">Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420646576">How to Read this Tutorial</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420653360">Hello, World! (Beginner)</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420660992">Calling Multiple Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420689056">Passing Values to and from Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420741504">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#idp426960128">Linking against the Signals2 library</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#idp420892592">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>
@@ -82,20 +82,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#idp430084640">Introduction</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#idp430090736">Signals and combiners</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#idp430112912">Connections and other classes</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp424016480">Introduction</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp424022576">Signals and combiners</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#idp424044752">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#idp430149344">User-level Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430167984">Automatic Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430185104"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430191648">Combiner Interface</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430206720">Connection Interfaces: += operator</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430226096">Signals2 Mutex Classes</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#idp430236576">Comparison with other Signal/Slot implementations</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424081168">User-level Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424099808">Automatic Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424116928"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424123472">Combiner Interface</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424138544">Connection Interfaces: += operator</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424157920">Signals2 Mutex Classes</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#idp424168400">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>
@@ -103,13 +103,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#idp430381216">Acceptance tests</a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="signals2/tests.html#idp424313072">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="idp426708352"></a>Introduction</h2></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="signals2.html#idp426711632">Signals2</a></span></dt></dl></div>
+<a name="idp420640000"></a>Introduction</h2></div></div></div>
+<div class="toc"><dl class="toc"><dt><span class="section"><a href="signals2.html#idp420643280">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
@@ -130,7 +130,7 @@
combined.</p>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp426711632"></a>Signals2</h3></div></div></div>
+<a name="idp420643280"></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