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 f9cc47ecbd..d1ce47698d 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="id3150658"></a><p>Distributed under the Boost
+<a name="id3206796"></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>
-<dt><span class="section"><a href="signals2.html#id3150682">Introduction</a></span></dt>
-<dd><dl><dt><span class="section"><a href="signals2.html#id3150720">Signals2</a></span></dt></dl></dd>
+<dt><span class="section"><a href="signals2.html#id3206820">Introduction</a></span></dt>
+<dd><dl><dt><span class="section"><a href="signals2.html#id3206845">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#id3150752">How to Read this Tutorial</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#id3150815">Hello, World! (Beginner)</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#id3150881">Calling Multiple Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#id3151142">Passing Values to and from Slots</a></span></dt>
-<dt><span class="section"><a href="signals2/tutorial.html#id3151565">Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3206882">How to Read this Tutorial</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3206945">Hello, World! (Beginner)</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3207011">Calling Multiple Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3207272">Passing Values to and from Slots</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3207703">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#id3152886">Linking against the Signals2 library</a></span></dt>
+<dt><span class="section"><a href="signals2/tutorial.html#id3209018">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#id3177424">Introduction</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#id3177480">Signals and combiners</a></span></dt>
-<dt><span class="section"><a href="signals2/thread-safety.html#id3177644">Connections and other classes</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#id3233821">Introduction</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#id3233877">Signals and combiners</a></span></dt>
+<dt><span class="section"><a href="signals2/thread-safety.html#id3234042">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#id3177984">User-level Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178156">Automatic Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178316"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178376">Combiner Interface</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178457">Connection Interfaces: += operator</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178628">Signals2 Mutex Classes</a></span></dt>
-<dt><span class="section"><a href="signals2/rationale.html#id3178722">Comparison with other Signal/Slot implementations</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3234382">User-level Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3234554">Automatic Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3234714"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3234774">Combiner Interface</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3234855">Connection Interfaces: += operator</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3235026">Signals2 Mutex Classes</a></span></dt>
+<dt><span class="section"><a href="signals2/rationale.html#id3235120">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#id3180022">Acceptance tests</a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="signals2/tests.html#id3236420">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="id3150682"></a>Introduction</h2></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="signals2.html#id3150720">Signals2</a></span></dt></dl></div>
+<a name="id3206820"></a>Introduction</h2></div></div></div>
+<div class="toc"><dl><dt><span class="section"><a href="signals2.html#id3206845">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="id3150720"></a>Signals2</h3></div></div></div>
+<a name="id3206845"></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