2007-12-21 03:13:31 +00:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
2008-07-08 02:43:21 +00:00
< title > BOOST_FUSION_ADAPT_STRUCT< / title >
2007-12-21 03:13:31 +00:00
< link rel = "stylesheet" href = "../../../../../../doc/html/boostbook.css" type = "text/css" >
2008-07-08 02:43:21 +00:00
< meta name = "generator" content = "DocBook XSL Stylesheets V1.66.1" >
2007-12-21 03:13:31 +00:00
< link rel = "start" href = "../../index.html" title = "Chapter<65> 1.<2E> Fusion 2.0" >
< link rel = "up" href = "../adapted.html" title = "Adapted" >
< link rel = "prev" href = "boost__tuple.html" title = "boost::tuple" >
2008-07-08 02:43:21 +00:00
< link rel = "next" href = "adapt_assoc.html" title = " BOOST_FUSION_ADAPT_ASSOC_STRUCT" >
2007-12-21 03:13:31 +00:00
< / 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 >
2008-07-17 23:59:40 +00:00
< td align = "center" > < a href = "../../../../../../index.html" > Home< / a > < / td >
2007-12-21 03:13:31 +00:00
< td align = "center" > < a href = "../../../../../libraries.htm" > Libraries< / a > < / td >
2008-07-17 23:59:40 +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 >
2007-12-21 03:13:31 +00:00
< td align = "center" > < a href = "../../../../../../more/index.htm" > More< / a > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
< a accesskey = "p" href = "boost__tuple.html" > < img src = "../../../../../../doc/html/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../adapted.html" > < img src = "../../../../../../doc/html/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../index.html" > < img src = "../../../../../../doc/html/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "adapt_assoc.html" > < img src = "../../../../../../doc/html/images/next.png" alt = "Next" > < / a >
< / div >
< div class = "section" lang = "en" >
< div class = "titlepage" > < div > < div > < h3 class = "title" >
2008-07-08 02:43:21 +00:00
< a name = "fusion.adapted.adapt_struct" > < / a > < a href = "adapt_struct.html" title = " BOOST_FUSION_ADAPT_STRUCT" > BOOST_FUSION_ADAPT_STRUCT< / a > < / h3 > < / div > < / div > < / div >
< a name = "fusion.adapted.adapt_struct.description" > < / a > < h4 >
2008-10-10 15:05:47 +00:00
< a name = "id577189" > < / a >
2008-07-08 02:43:21 +00:00
< a href = "adapt_struct.html#fusion.adapted.adapt_struct.description" > Description< / a >
< / h4 >
2007-12-21 03:13:31 +00:00
< p >
BOOST_FUSION_ADAPT_STRUCT is a macro that can be used to generate all the
2008-07-08 02:43:21 +00:00
necessary boilerplate to make an arbitrary struct into a < a href = "../sequence/concepts/random_access_sequence.html" title = "Random
Access Sequence">Random
2007-12-21 03:13:31 +00:00
Access Sequence< / a > .
< / p >
2008-07-08 02:43:21 +00:00
< a name = "fusion.adapted.adapt_struct.synopsis" > < / a > < h4 >
2008-10-10 15:05:47 +00:00
< a name = "id577230" > < / a >
2008-07-08 02:43:21 +00:00
< a href = "adapt_struct.html#fusion.adapted.adapt_struct.synopsis" > Synopsis< / a >
< / h4 >
2007-12-21 03:13:31 +00:00
< pre class = "programlisting" >
< span class = "identifier" > BOOST_FUSION_ADAPT_STRUCT< / span > < span class = "special" > (< / span >
< span class = "identifier" > struct_name< / 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 >
2008-07-08 02:43:21 +00:00
< a name = "fusion.adapted.adapt_struct.semantics" > < / a > < h4 >
2008-10-10 15:05:47 +00:00
< a name = "id577347" > < / a >
2008-07-08 02:43:21 +00:00
< a href = "adapt_struct.html#fusion.adapted.adapt_struct.semantics" > Semantics< / a >
< / h4 >
2007-12-21 03:13:31 +00:00
< p >
2008-07-08 02:43:21 +00:00
The above macro generates the necessary code to adapt < tt class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / tt >
as a model of < a href = "../sequence/concepts/random_access_sequence.html" title = "Random
Access Sequence">Random
Access Sequence< / a > . The sequence of < tt 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 > < / tt >
2007-12-21 03:13:31 +00:00
pairs declare the type and names of each of the struct members that will
be part of the sequence.
< / p >
< p >
2008-07-08 02:43:21 +00:00
The macro should be used at global scope, and < tt class = "computeroutput" > < span class = "identifier" > struct_name< / span > < / tt >
2007-12-21 03:13:31 +00:00
should be the fully namespace qualified name of the struct to be converted.
< / p >
2008-07-08 02:43:21 +00:00
< a name = "fusion.adapted.adapt_struct.header" > < / a > < h4 >
2008-10-10 15:05:47 +00:00
< a name = "id577451" > < / a >
2008-07-08 02:43:21 +00:00
< a href = "adapt_struct.html#fusion.adapted.adapt_struct.header" > Header< / a >
< / h4 >
2007-12-21 03:13:31 +00:00
< 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 >
2008-07-08 02:43:21 +00:00
< a name = "fusion.adapted.adapt_struct.example" > < / a > < h4 >
2008-10-10 15:05:47 +00:00
< a name = "id577618" > < / a >
2008-07-08 02:43:21 +00:00
< a href = "adapt_struct.html#fusion.adapted.adapt_struct.example" > Example< / a >
< / h4 >
2007-12-21 03:13:31 +00:00
< pre class = "programlisting" >
< span class = "keyword" > namespace< / span > < span class = "identifier" > demo< / span >
< span class = "special" > {< / span >
< span class = "keyword" > struct< / span > < span class = "identifier" > employee< / span >
< span class = "special" > {< / span >
< span class = "identifier" > std< / span > < span class = "special" > ::< / span > < span class = "identifier" > string< / span > < span class = "identifier" > name< / span > < span class = "special" > ;< / span >
< span class = "keyword" > int< / span > < span class = "identifier" > age< / span > < span class = "special" > ;< / span >
< span class = "special" > };< / span >
< span class = "special" > }< / span >
< span class = "comment" > // demo::employee is now a Fusion sequence
< / span > < span class = "identifier" > BOOST_FUSION_ADAPT_STRUCT< / 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 = "identifier" > std< / span > < span class = "special" > ::< / span > < span class = "identifier" > string< / span > < span class = "special" > ,< / span > < span class = "identifier" > name< / span > < span class = "special" > )< / span >
< span class = "special" > (< / span > < span class = "keyword" > int< / 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 <20> 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" >
< a accesskey = "p" href = "boost__tuple.html" > < img src = "../../../../../../doc/html/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../adapted.html" > < img src = "../../../../../../doc/html/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../index.html" > < img src = "../../../../../../doc/html/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "adapt_assoc.html" > < img src = "../../../../../../doc/html/images/next.png" alt = "Next" > < / a >
< / div >
< / body >
< / html >