Update of /cvsroot/boost/boost/libs/fusion/doc/html/fusion/functional
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14230/fusion/functional
Added Files:
adapters.html concepts.html generation.html invocation.html
Log Message:
adds documentation for functional module
--- NEW FILE: adapters.html ---
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> Adapters</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
<link rel="prev" href="invocation/metafunctions/invoke_function_object.html"
title="invoke_function_object">
<link rel="next" href="adapters/fused.html" title="fused">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"
src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p"
href="invocation/metafunctions/invoke_function_object.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="adapters/fused.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.functional.adapters"></a><a href="adapters.html" title="
Adapters"> Adapters</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="adapters/fused.html">fused</a></span></dt>
<dt><span class="section"><a
href="adapters/fused_procedure.html">fused_procedure</a></span></dt>
<dt><span class="section"><a
href="adapters/fused_function_object.html">fused_function_object</a></span></dt>
<dt><span class="section"><a
href="adapters/unfused_generic.html">unfused_generic</a></span></dt>
<dt><span class="section"><a
href="adapters/unfused_lvalue_args.html">unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a
href="adapters/unfused_rvalue_args.html">unfused_rvalue_args</a></span></dt>
<dt><span class="section"><a
href="adapters/unfused_typed.html">unfused_typed</a></span></dt>
</dl></div>
<p>
Function object templates to transform a particular target function.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2001-2005 Joel de Guzman, Dan
Marsden</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p"
href="invocation/metafunctions/invoke_function_object.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="adapters/fused.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>
--- NEW FILE: concepts.html ---
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
<link rel="prev" href="../functional.html" title="Functional">
<link rel="next" href="concepts/callable.html" title=" Callable Object">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"
src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../functional.html"><img src="../../images/prev.png"
alt="Prev"></a><a accesskey="u" href="../functional.html"><img
src="../../images/up.png" alt="Up"></a><a accesskey="h"
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a
accesskey="n" href="concepts/callable.html"><img src="../../images/next.png"
alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.functional.concepts"></a><a href="concepts.html"
title="Concepts">Concepts</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="concepts/callable.html"> Callable
Object</a></span></dt>
<dt><span class="section"><a href="concepts/poly.html"> Polymorphic Function
Object</a></span></dt>
<dt><span class="section"><a href="concepts/def_callable.html"> Deferred
Callable Object</a></span></dt>
</dl></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2001-2005 Joel de Guzman, Dan
Marsden</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../functional.html"><img src="../../images/prev.png"
alt="Prev"></a><a accesskey="u" href="../functional.html"><img
src="../../images/up.png" alt="Up"></a><a accesskey="h"
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a
accesskey="n" href="concepts/callable.html"><img src="../../images/next.png"
alt="Next"></a>
</div>
</body>
</html>
--- NEW FILE: generation.html ---
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Generation</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
<link rel="prev" href="adapters/unfused_typed.html" title="unfused_typed">
<link rel="next" href="generation/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"
src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="adapters/unfused_typed.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="generation/functions.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.functional.generation"></a><a href="generation.html"
title="Generation">Generation</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a
href="generation/functions.html">Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a
href="generation/functions/make_fused.html">make_fused</a></span></dt>
<dt><span class="section"><a
href="generation/functions/make_fused_procedure.html">make_fused_procedure</a></span></dt>
<dt><span class="section"><a
href="generation/functions/make_fused_function_object.html">make_fused_function_object</a></span></dt>
<dt><span class="section"><a
href="generation/functions/make_unfused_generic.html">make_unfused_generic</a></span></dt>
<dt><span class="section"><a
href="generation/functions/make_unfused_lvalue_args.html">make_unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a
href="generation/functions/make_unfused_rvalue_args.html">make_unfused_rvalue_args</a></span></dt>
</dl></dd>
<dt><span class="section"><a
href="generation/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a
href="generation/metafunctions/make_fused.html">make_fused</a></span></dt>
<dt><span class="section"><a
href="generation/metafunctions/make_fused_procedure.html">make_fused_procedure</a></span></dt>
<dt><span class="section"><a
href="generation/metafunctions/make_fused_function_object.html">make_fused_function_object</a></span></dt>
<dt><span class="section"><a
href="generation/metafunctions/make_unfused_generic.html">make_unfused_generic</a></span></dt>
<dt><span class="section"><a
href="generation/metafunctions/make_unfused_lvalue_args.html">make_unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a
href="generation/metafunctions/make_unfused_rvalue_args.html">make_unfused_rvalue_args</a></span></dt>
</dl></dd>
</dl></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2001-2005 Joel de Guzman, Dan
Marsden</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="adapters/unfused_typed.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="generation/functions.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>
--- NEW FILE: invocation.html ---
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Invocation</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
<link rel="prev" href="concepts/def_callable.html" title=" Deferred
Callable Object">
<link rel="next" href="invocation/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"
src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="concepts/def_callable.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="invocation/functions.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.functional.invocation"></a><a href="invocation.html"
title="Invocation">Invocation</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a
href="invocation/functions.html">Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a
href="invocation/functions/invoke.html">invoke</a></span></dt>
<dt><span class="section"><a
href="invocation/functions/invoke_procedure.html">invoke_procedure</a></span></dt>
<dt><span class="section"><a
href="invocation/functions/invoke_function_object.html">invoke_function_object</a></span></dt>
</dl></dd>
<dt><span class="section"><a
href="invocation/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a
href="invocation/metafunctions/invoke.html">invoke</a></span></dt>
<dt><span class="section"><a
href="invocation/metafunctions/invoke_procedure.html">invoke_procedure</a></span></dt>
<dt><span class="section"><a
href="invocation/metafunctions/invoke_function_object.html">invoke_function_object</a></span></dt>
</dl></dd>
</dl></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2001-2005 Joel de Guzman, Dan
Marsden</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="concepts/def_callable.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../functional.html"><img src="../../images/up.png" alt="Up"></a><a
accesskey="h" href="../../index.html"><img src="../../images/home.png"
alt="Home"></a><a accesskey="n" href="invocation/functions.html"><img
src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs