diff options
Diffstat (limited to 'doc/html/signals2.html')
-rw-r--r-- | doc/html/signals2.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/html/signals2.html b/doc/html/signals2.html index 66788654c1..193f6323f0 100644 --- a/doc/html/signals2.html +++ b/doc/html/signals2.html @@ -36,7 +36,7 @@ <div><p class="copyright">Copyright © 2001-2004 Douglas Gregor</p></div> <div><p class="copyright">Copyright © 2007-2009 Frank Mori Hess</p></div> <div><div class="legalnotice"> -<a name="idp505308112"></a><p>Distributed under the Boost +<a name="idp524162672"></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#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.html#idp524165360">Introduction</a></span></dt> +<dd><dl><dt><span class="section"><a href="signals2.html#idp524168640">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#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#idp524171872">How to Read this Tutorial</a></span></dt> +<dt><span class="section"><a href="signals2/tutorial.html#idp524178656">Hello, World! (Beginner)</a></span></dt> +<dt><span class="section"><a href="signals2/tutorial.html#idp524186288">Calling Multiple Slots</a></span></dt> +<dt><span class="section"><a href="signals2/tutorial.html#idp524214416">Passing Values to and from Slots</a></span></dt> +<dt><span class="section"><a href="signals2/tutorial.html#idp524266176">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#idp505562992">Linking against the Signals2 library</a></span></dt> +<dt><span class="section"><a href="signals2/tutorial.html#idp524417472">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#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> +<dt><span class="section"><a href="signals2/thread-safety.html#idp527550736">Introduction</a></span></dt> +<dt><span class="section"><a href="signals2/thread-safety.html#idp527556896">Signals and combiners</a></span></dt> +<dt><span class="section"><a href="signals2/thread-safety.html#idp527579008">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#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> +<dt><span class="section"><a href="signals2/rationale.html#idp527615488">User-level Connection Management</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527634128">Automatic Connection Management</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527651248"><code class="computeroutput">optional_last_value</code> as the Default Combiner</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527657792">Combiner Interface</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527672864">Connection Interfaces: += operator</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527692240">Signals2 Mutex Classes</a></span></dt> +<dt><span class="section"><a href="signals2/rationale.html#idp527702720">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#idp508991856">Acceptance tests</a></span></dt></dl></dd> +<dd><dl><dt><span class="section"><a href="signals2/tests.html#idp527847088">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="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> +<a name="idp524165360"></a>Introduction</h2></div></div></div> +<div class="toc"><dl class="toc"><dt><span class="section"><a href="signals2.html#idp524168640">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="idp505314080"></a>Signals2</h3></div></div></div> +<a name="idp524168640"></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 |