2010-04-10 18:55:44 +00:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=US-ASCII" >
< title > BOOST_FUSION_ADAPT_TPL_STRUCT< / title >
2010-07-04 19:20:50 +00:00
< link rel = "stylesheet" href = "../../../../../../doc/src/boostbook.css" type = "text/css" >
< meta name = "generator" content = "DocBook XSL Stylesheets V1.75.2" >
2010-04-10 18:55:44 +00:00
< link rel = "home" href = "../../index.html" title = "Chapter 1. Fusion 2.0" >
< link rel = "up" href = "../adapted.html" title = "Adapted" >
< link rel = "prev" href = "adapt_struct.html" title = "BOOST_FUSION_ADAPT_STRUCT" >
< link rel = "next" href = "adapt_struct_named.html" title = "BOOST_FUSION_ADAPT_STRUCT_NAMED" >
< / head >
< body bgcolor = "white" text = "black" link = "#0000FF" vlink = "#840084" alink = "#0000FF" >
< table cellpadding = "2" width = "100%" > < tr >
< td valign = "top" > < img alt = "Boost C++ Libraries" width = "277" height = "86" src = "../../../../../../boost.png" > < / td >
< td align = "center" > < a href = "../../../../../../index.html" > Home< / a > < / td >
2010-07-04 19:20:50 +00:00
< td align = "center" > < a href = "../../../../../../libs/libraries.htm" > Libraries< / a > < / td >
2010-04-10 18:55:44 +00:00
< td align = "center" > < a href = "http://www.boost.org/users/people.html" > People< / a > < / td >
< td align = "center" > < a href = "http://www.boost.org/users/faq.html" > FAQ< / a > < / td >
< td align = "center" > < a href = "../../../../../../more/index.htm" > More< / a > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
2010-07-04 19:20:50 +00:00
< a accesskey = "p" href = "adapt_struct.html" > < img src = "../../../../../../doc/src/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../adapted.html" > < img src = "../../../../../../doc/src/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../index.html" > < img src = "../../../../../../doc/src/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "adapt_struct_named.html" > < img src = "../../../../../../doc/src/images/next.png" alt = "Next" > < / a >
2010-04-10 18:55:44 +00:00
< / div >
2010-06-03 08:29:23 +00:00
< div class = "section" >
2010-04-10 18:55:44 +00:00
< div class = "titlepage" > < div > < div > < h3 class = "title" >
2010-08-27 20:36:00 +00:00
< a name = "fusion.adapted.adapt_tpl_struct" > < / a > < a class = "link" href = "adapt_tpl_struct.html" title = "BOOST_FUSION_ADAPT_TPL_STRUCT" > BOOST_FUSION_ADAPT_TPL_STRUCT< / a >
2010-04-10 18:55:44 +00:00
< / h3 > < / div > < / div > < / div >
< a name = "fusion.adapted.adapt_tpl_struct.description" > < / a > < h5 >
2011-07-16 21:16:10 +00:00
< a name = "fusion.adapted.adapt_tpl_struct.description-heading" > < / a >
2010-04-10 18:55:44 +00:00
< a class = "link" href = "adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.description" > Description< / a >
< / h5 >
< p >
BOOST_FUSION_ADAPT_TPL_STRUCT is a macro that can be used to generate all
the necessary boilerplate to make an arbitrary template struct a model of
< a class = "link" href = "../sequence/concepts/random_access_sequence.html" title = "Random Access Sequence" > Random Access
Sequence< / a > .
< / p >
< a name = "fusion.adapted.adapt_tpl_struct.synopsis" > < / a > < h5 >
2011-07-16 21:16:10 +00:00
< a name = "fusion.adapted.adapt_tpl_struct.synopsis-heading" > < / a >
2010-04-10 18:55:44 +00:00
< a class = "link" href = "adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.synopsis" > Synopsis< / a >
< / h5 >
< pre class = "programlisting" > < span class = "identifier" > BOOST_FUSION_ADAPT_TPL_STRUCT< / span > < span class = "special" > (< / span >
< span class = "special" > (< / span > < span class = "identifier" > template_param0< / span > < span class = "special" > )(< / span > < span class = "identifier" > template_param1< / span > < span class = "special" > )...,< / span >
< span class = "special" > (< / span > < span class = "identifier" > struct_name< / span > < span class = "special" > )< / span > < span class = "special" > (< / span > < span class = "identifier" > specialization_param0< / span > < span class = "special" > )(< / span > < span class = "identifier" > specialization_param1< / span > < span class = "special" > )...,< / span >
< span class = "special" > (< / span > < span class = "identifier" > member_type0< / span > < span class = "special" > ,< / span > < span class = "identifier" > member_name0< / span > < span class = "special" > )< / span >
< span class = "special" > (< / span > < span class = "identifier" > member_type1< / span > < span class = "special" > ,< / span > < span class = "identifier" > member_name1< / span > < span class = "special" > )< / span >
< span class = "special" > ...< / span >
< span class = "special" > )< / span >
< / pre >
< a name = "fusion.adapted.adapt_tpl_struct.semantics" > < / a > < h5 >
2011-07-16 21:16:10 +00:00
< a name = "fusion.adapted.adapt_tpl_struct.semantics-heading" > < / a >
2010-04-10 18:55:44 +00:00
< a class = "link" href = "adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.semantics" > Semantics< / a >
< / h5 >
< p >
The above macro generates the necessary code to adapt < code class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / code >
or an arbitrary specialization of < code class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / code >
as a model of < a class = "link" href = "../sequence/concepts/random_access_sequence.html" title = "Random Access Sequence" > Random
Access Sequence< / a > . The sequence < code class = "computeroutput" > < span class = "special" > (< / span > < span class = "identifier" > template_param0< / span > < span class = "special" > )(< / span > < span class = "identifier" > template_param1< / span > < span class = "special" > )...< / span > < / code >
2010-04-11 15:01:17 +00:00
declares the names of the template type parameters used. The sequence < code class = "computeroutput" > < span class = "special" > (< / span > < span class = "identifier" > specialization_param0< / span > < span class = "special" > )(< / span > < span class = "identifier" > specialization_param1< / span > < span class = "special" > )...< / span > < / code > declares the template parameters of the
2010-04-10 18:55:44 +00:00
actual specialization of < code class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / code >
that is adapted as a fusion sequence. The sequence of < code class = "computeroutput" > < span class = "special" > (< / span > < span class = "identifier" > member_typeN< / span > < span class = "special" > ,< / span >
< span class = "identifier" > member_nameN< / span > < span class = "special" > )< / span > < / code >
2010-04-11 15:01:17 +00:00
pairs declares the type and names of each of the struct members that are
part of the sequence.
2010-04-10 18:55:44 +00:00
< / p >
< p >
The macro should be used at global scope, and < code class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / code >
2010-04-11 15:01:17 +00:00
should be the fully namespace qualified name of the struct to be adapted.
2010-04-10 18:55:44 +00:00
< / p >
< a name = "fusion.adapted.adapt_tpl_struct.header" > < / a > < h5 >
2011-07-16 21:16:10 +00:00
< a name = "fusion.adapted.adapt_tpl_struct.header-heading" > < / a >
2010-04-10 18:55:44 +00:00
< a class = "link" href = "adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.header" > Header< / a >
< / h5 >
< pre class = "programlisting" > < span class = "preprocessor" > #include< / span > < span class = "special" > < < / span > < span class = "identifier" > boost< / span > < span class = "special" > /< / span > < span class = "identifier" > fusion< / span > < span class = "special" > /< / span > < span class = "identifier" > adapted< / span > < span class = "special" > /< / span > < span class = "keyword" > struct< / span > < span class = "special" > /< / span > < span class = "identifier" > adapt_struct< / span > < span class = "special" > .< / span > < span class = "identifier" > hpp< / span > < span class = "special" > > < / span >
< span class = "preprocessor" > #include< / span > < span class = "special" > < < / span > < span class = "identifier" > boost< / span > < span class = "special" > /< / span > < span class = "identifier" > fusion< / span > < span class = "special" > /< / span > < span class = "identifier" > include< / span > < span class = "special" > /< / span > < span class = "identifier" > adapt_struct< / span > < span class = "special" > .< / span > < span class = "identifier" > hpp< / span > < span class = "special" > > < / span >
< / pre >
< a name = "fusion.adapted.adapt_tpl_struct.example" > < / a > < h5 >
2011-07-16 21:16:10 +00:00
< a name = "fusion.adapted.adapt_tpl_struct.example-heading" > < / a >
2010-04-10 18:55:44 +00:00
< a class = "link" href = "adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.example" > Example< / a >
< / h5 >
< pre class = "programlisting" > < span class = "keyword" > namespace< / span > < span class = "identifier" > demo< / span >
< span class = "special" > {< / span >
< span class = "keyword" > template< / span > < span class = "special" > < < / span > < span class = "keyword" > typename< / span > < span class = "identifier" > Name< / span > < span class = "special" > ,< / span > < span class = "keyword" > typename< / span > < span class = "identifier" > Age< / span > < span class = "special" > > < / span >
< span class = "keyword" > struct< / span > < span class = "identifier" > employee< / span >
< span class = "special" > {< / span >
< span class = "identifier" > Name< / span > < span class = "identifier" > name< / span > < span class = "special" > ;< / span >
< span class = "identifier" > Age< / span > < span class = "identifier" > age< / span > < span class = "special" > ;< / span >
< span class = "special" > };< / span >
< span class = "special" > }< / span >
2011-07-16 21:16:10 +00:00
< span class = "comment" > // Any instantiated demo::employee is now a Fusion sequence< / span >
< span class = "identifier" > BOOST_FUSION_ADAPT_TPL_STRUCT< / span > < span class = "special" > (< / span >
2010-04-11 15:01:17 +00:00
< span class = "special" > (< / span > < span class = "identifier" > Name< / span > < span class = "special" > )(< / span > < span class = "identifier" > Age< / span > < span class = "special" > ),< / span >
< span class = "special" > (< / span > < span class = "identifier" > demo< / span > < span class = "special" > ::< / span > < span class = "identifier" > employee< / span > < span class = "special" > )< / span > < span class = "special" > (< / span > < span class = "identifier" > Name< / span > < span class = "special" > )(< / span > < span class = "identifier" > Age< / span > < span class = "special" > ),< / span >
2010-04-10 18:55:44 +00:00
< span class = "special" > (< / span > < span class = "identifier" > Name< / span > < span class = "special" > ,< / span > < span class = "identifier" > name< / span > < span class = "special" > )< / span >
< span class = "special" > (< / span > < span class = "identifier" > Age< / span > < span class = "special" > ,< / span > < span class = "identifier" > age< / span > < span class = "special" > ))< / span >
< / pre >
< / div >
< table xmlns:rev = "http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width = "100%" > < tr >
< td align = "left" > < / td >
< td align = "right" > < div class = "copyright-footer" > Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger< p >
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt 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 > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
2010-07-04 19:20:50 +00:00
< a accesskey = "p" href = "adapt_struct.html" > < img src = "../../../../../../doc/src/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../adapted.html" > < img src = "../../../../../../doc/src/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../index.html" > < img src = "../../../../../../doc/src/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "adapt_struct_named.html" > < img src = "../../../../../../doc/src/images/next.png" alt = "Next" > < / a >
2010-04-10 18:55:44 +00:00
< / div >
< / body >
< / html >