diff options
author | Chanho Park <chanho61.park@samsung.com> | 2014-12-11 18:55:56 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-12-11 18:55:56 +0900 |
commit | 08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch) | |
tree | 7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/function.html | |
parent | bb4dd8289b351fae6b55e303f189127a394a1edd (diff) | |
download | boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2 boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip |
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/function.html')
-rw-r--r-- | doc/html/function.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/function.html b/doc/html/function.html index 26b56acbcb..28471afb47 100644 --- a/doc/html/function.html +++ b/doc/html/function.html @@ -1,9 +1,9 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> -<title>Chapter 9. Boost.Function</title> +<title>Chapter 11. Boost.Function</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> <link rel="prev" href="foreach/history_and_acknowledgements.html" title="History and Acknowledgements"> @@ -25,7 +25,7 @@ <div class="chapter"> <div class="titlepage"><div> <div><h2 class="title"> -<a name="function"></a>Chapter 9. Boost.Function</h2></div> +<a name="function"></a>Chapter 11. Boost.Function</h2></div> <div><div class="author"> <h3 class="author"> <span class="firstname">Douglas</span> <span class="surname">Gregor</span> @@ -34,23 +34,23 @@ </div></div> <div><p class="copyright">Copyright © 2001-2004 Douglas Gregor</p></div> <div><div class="legalnotice"> -<a name="id1544779"></a><p>Use, modification and distribution is subject to the Boost +<a name="idp207955856"></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> </div></div> <div class="toc"> <p><b>Table of Contents</b></p> -<dl> +<dl class="toc"> <dt><span class="section"><a href="function.html#function.intro">Introduction</a></span></dt> <dt><span class="section"><a href="function/history.html">History & Compatibility Notes</a></span></dt> <dt><span class="section"><a href="function/tutorial.html">Tutorial</a></span></dt> <dd><dl> -<dt><span class="section"><a href="function/tutorial.html#id1545352">Basic Usage</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#id1545683">Free functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#id1545718">Member functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#id1545918">References to Function Objects</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#id1546064">Comparing Boost.Function function objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp208027680">Basic Usage</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp208069440">Free functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp208073456">Member functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp208097760">References to Function Objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp208116992">Comparing Boost.Function function objects</a></span></dt> </dl></dd> <dt><span class="section"><a href="function/reference.html">Reference</a></span></dt> <dd><dl> @@ -61,10 +61,10 @@ <dt><span class="section"><a href="function/faq.html">Frequently Asked Questions</a></span></dt> <dt><span class="section"><a href="function/misc.html">Miscellaneous Notes</a></span></dt> <dd><dl> -<dt><span class="section"><a href="function/misc.html#id1565241">Boost.Function vs. Function Pointers</a></span></dt> -<dt><span class="section"><a href="function/misc.html#id1565307">Performance</a></span></dt> -<dt><span class="section"><a href="function/misc.html#id1565381">Combatting virtual function "bloat"</a></span></dt> -<dt><span class="section"><a href="function/misc.html#id1565406">Acknowledgements</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp210589120">Boost.Function vs. Function Pointers</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp210596304">Performance</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp210603952">Combatting virtual function "bloat"</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp210607472">Acknowledgements</a></span></dt> </dl></dd> <dt><span class="section"><a href="function/testsuite.html">Testsuite</a></span></dt> <dd><dl> @@ -93,7 +93,7 @@ function object.</p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: July 25, 2004 at 03:59:30 +0100</small></p></td> +<td align="left"></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> |