summaryrefslogtreecommitdiff
path: root/doc/html/signals.html
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
commitbb4dd8289b351fae6b55e303f189127a394a1edd (patch)
tree77c9c35a31b1459dd7988c2448e797d142530c41 /doc/html/signals.html
parent1a78a62555be32868418fe52f8e330c9d0f95d5a (diff)
downloadboost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'doc/html/signals.html')
-rw-r--r--doc/html/signals.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/html/signals.html b/doc/html/signals.html
index f9ead6bb14..c2a30866b4 100644
--- a/doc/html/signals.html
+++ b/doc/html/signals.html
@@ -31,7 +31,7 @@
</h3></div></div>
<div><p class="copyright">Copyright &#169; 2001-2004 Douglas Gregor</p></div>
<div><div class="legalnotice">
-<a name="id3136899"></a><p>Use, modification and distribution is subject to the Boost
+<a name="id3193024"></a><p>Use, modification and distribution is subject to 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>
@@ -39,17 +39,17 @@
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
-<dt><span class="section"><a href="signals.html#id3136924">Introduction</a></span></dt>
+<dt><span class="section"><a href="signals.html#id3193049">Introduction</a></span></dt>
<dt><span class="section"><a href="signals/tutorial.html">Tutorial</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals/tutorial.html#id3136968">How to Read this Tutorial</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3137031">Compatibility Note</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3137144">Hello, World! (Beginner)</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3137299">Calling multiple slots</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3137713">Passing values to and from slots</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3138628">Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3139402">Example: Document-View</a></span></dt>
-<dt><span class="section"><a href="signals/tutorial.html#id3139530">Linking against the Signals library</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3193099">How to Read this Tutorial</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3193162">Compatibility Note</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3193274">Hello, World! (Beginner)</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3193430">Calling multiple slots</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3193844">Passing values to and from slots</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3194758">Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3195532">Example: Document-View</a></span></dt>
+<dt><span class="section"><a href="signals/tutorial.html#id3195660">Linking against the Signals library</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals/reference.html">Reference</a></span></dt>
<dd><dl>
@@ -63,27 +63,27 @@
<dt><span class="section"><a href="signals/s04.html">Frequently Asked Questions</a></span></dt>
<dt><span class="section"><a href="signals/s05.html">Design Overview</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals/s05.html#id3149057">Type Erasure</a></span></dt>
-<dt><span class="section"><a href="signals/s05.html#id3149127"><code class="computeroutput">connection</code> class</a></span></dt>
-<dt><span class="section"><a href="signals/s05.html#id3149245">Slot Call Iterator</a></span></dt>
-<dt><span class="section"><a href="signals/s05.html#id3149443"><code class="computeroutput">visit_each</code> function template</a></span></dt>
+<dt><span class="section"><a href="signals/s05.html#id3205189">Type Erasure</a></span></dt>
+<dt><span class="section"><a href="signals/s05.html#id3205259"><code class="computeroutput">connection</code> class</a></span></dt>
+<dt><span class="section"><a href="signals/s05.html#id3205376">Slot Call Iterator</a></span></dt>
+<dt><span class="section"><a href="signals/s05.html#id3205575"><code class="computeroutput">visit_each</code> function template</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals/s06.html">Design Rationale</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="signals/s06.html#id3149599">Choice of Slot Definitions</a></span></dt>
-<dt><span class="section"><a href="signals/s06.html#id3149684">User-level Connection Management</a></span></dt>
-<dt><span class="section"><a href="signals/s06.html#id3149849">Combiner Interface</a></span></dt>
-<dt><span class="section"><a href="signals/s06.html#id3149929">Connection Interfaces: += operator</a></span></dt>
-<dt><span class="section"><a href="signals/s06.html#id3150100"><code class="computeroutput">trackable</code> rationale</a></span></dt>
-<dt><span class="section"><a href="signals/s06.html#id3150277">Comparison with other Signal/Slot implementations</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3205731">Choice of Slot Definitions</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3205815">User-level Connection Management</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3205980">Combiner Interface</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3206061">Connection Interfaces: += operator</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3206232"><code class="computeroutput">trackable</code> rationale</a></span></dt>
+<dt><span class="section"><a href="signals/s06.html#id3206415">Comparison with other Signal/Slot implementations</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="signals/tests.html">Testsuite</a></span></dt>
-<dd><dl><dt><span class="section"><a href="signals/tests.html#id3150400">Acceptance tests</a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="signals/tests.html#id3206538">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="id3136924"></a>Introduction</h2></div></div></div>
+<a name="id3193049"></a>Introduction</h2></div></div></div>
<p>The Boost.Signals 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