101 lines
5.4 KiB
Plaintext
Executable File
101 lines
5.4 KiB
Plaintext
Executable File
[library Phoenix
|
|
[quickbook 1.6]
|
|
[compatibility-mode 1.3]
|
|
[version 3.2.0]
|
|
[authors [de Guzman, Joel], [Marsden, Dan], [Heller, Thomas], [Fletcher, John] ]
|
|
[copyright 2002 2003 2004 2005 2010 2014 2015 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
|
|
[category string-text]
|
|
[purpose Lambda Expressions in C++]
|
|
[license
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
[@http://www.boost.org/LICENSE_1_0.txt])
|
|
]
|
|
]
|
|
|
|
[/ September 2002]
|
|
[/ September 2004]
|
|
[/ September 2005]
|
|
[/ June 2010]
|
|
[/ February 2014]
|
|
[/ December 2014]
|
|
[/ January 2015]
|
|
[/ February 2015]
|
|
|
|
[/ Some links]
|
|
|
|
[def __note__ [$images/note.png]]
|
|
[def __alert__ [$images/alert.png]]
|
|
[def __tip__ [$images/tip.png]]
|
|
|
|
[def __changelog__ [@http://www.boost.org/doc/libs/release/libs/phoenix/ChangeLog ChangeLog]]
|
|
[def __spirit__ [@http://spirit.sourceforge.net Spirit]]
|
|
[def __proto__ [@http://www.boost.org/doc/libs/release/libs/proto/index.html Boost.Proto]]
|
|
[def __fusion__ [@http://www.boost.org/doc/libs/release/libs/fusion/index.html Boost.Fusion]]
|
|
[def __proto_expr__ [@http://www.boost.org/doc/libs/release/doc/html/Expr.html Proto Expression]]
|
|
[def __proto_transform__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transform]]
|
|
[def __proto_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transforms]]
|
|
[def __proto_pass_through_transform__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/pass_through.html Proto Pass Through Transform]]
|
|
[def __proto_primitive_transform__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transform]]
|
|
[def __proto_primitive_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transforms]]
|
|
[def __proto_callable__ [@http://www.boost.org/doc/libs/release/doc/html/Callable.html Proto Callable Transform]]
|
|
[def __proto_call__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/call.html `proto::call`]]
|
|
[def __haskell__ [@http://www.haskell.org Haskell]]
|
|
[def __mpl__ [@http://www.boost.org/libs/mpl/index.html MPL]]
|
|
[def __bll__ [@http://www.boost.org/libs/lambda/doc/index.html BLL]]
|
|
[def __fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/ FC++]]
|
|
[def __fcpp_list__ [@http://people.cs.umass.edu/~yannis/fc++/New/new_list_implementation.html FC++ List Implementation]]
|
|
[def __fcpp_reusers__ [@http://people.cs.umass.edu/~yannis/fc++/New/reusers.html FC++ Reuser Implementation]]
|
|
[def __functoids_in_cpp__ [@http://c2.com/cgi/wiki?FunctoidsInCpp FunctoidsInCpp]]
|
|
[def __boost_fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/boostpaper/ Boost FC++]]
|
|
[def __spirit_repo__ [@http://spirit.sourceforge.net/repository/applications/show_contents.php Spirit Repository]]
|
|
[def __spirit_list__ [@https://lists.sourceforge.net/lists/listinfo/spirit-general Spirit Mailing List]]
|
|
[def __spirit_general__ [@news://news.gmane.org/gmane.comp.spirit.general Spirit General NNTP news portal]]
|
|
[def __gmane__ [@http://www.gmane.org Gmane]]
|
|
[def __mlist_archive__ [@http://news.gmane.org/gmane.comp.parsers.spirit.general]]
|
|
[def __PFO__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/functional/concepts/poly.html Polymorphic Function Object]]
|
|
[def __random_access__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html Random Access Sequence]]
|
|
[def __forwarding__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm Forwarding Function Problem]]
|
|
[def __boost_mpl__ [@http://boost.org/libs/mpl/doc/index.html Boost.MPL]]
|
|
[def __boost_range__ [@http://boost.org/libs/range/index.html Boost.Range]]
|
|
[def __boost_result_of__ [@http://www.boost.org/doc/libs/release/libs/utility/utility.htm#result_of Boost.Result Of]]
|
|
[def __phoenix_starter_kit__ [link phoenix.starter_kit Starter Kit]]
|
|
[def __phoenix_modules__ [link phoenix.modules Modules]]
|
|
[def __phoenix_local_variable__ [link phoenix.modules.scope.local_variables Local Variables]]
|
|
[def __phoenix_actions__ [link phoenix.inside.actions Actions]]
|
|
[def __phoenix_custom_terminals__ [link phoenix.inside.custom_terminals Custom Terminals]]
|
|
[def __phoenix_placeholder_unification__ [link phoenix.inside.placeholder_unification Placeholder Unification]]
|
|
[def __phoenix_lazy_list__ [link phoenix.lazy_list Lazy List]]
|
|
[def __unspecified__ /unspecified/]
|
|
|
|
[/ Defines for maintenance tools ]
|
|
[def __git__ [@http://git-scm.com Git ]]
|
|
[def __git_branching_model__ [@http://nvie.com/posts/a-successful-git-branching-model/ git branching model]]
|
|
|
|
[/ Defines for operating systems ]
|
|
[def __ubuntu__ [@http://www.ubuntu.com/ Ubuntu ]]
|
|
|
|
[/ Defines for compilers.]
|
|
[def __clang__ [@http://clang.llvm.org Clang ]]
|
|
[def __gcc__ [@https://gcc.gnu.org gcc ]]
|
|
[def __msvc__ [@https://msdn.microsoft.com/en-us/vstudio/hh386302.aspx MSVC]]
|
|
|
|
[include preface.qbk]
|
|
[include what_s_new.qbk]
|
|
[include introduction.qbk]
|
|
[include starter_kit.qbk]
|
|
[include basics.qbk]
|
|
[include organisation.qbk]
|
|
[include actors.qbk]
|
|
[include modules.qbk]
|
|
[include inside.qbk]
|
|
[include examples.qbk]
|
|
[include lazy_list.qbk]
|
|
|
|
[include maintenance.qbk]
|
|
[include wrap_up.qbk]
|
|
[include acknowledgment.qbk]
|
|
[include references.qbk]
|
|
|
|
[/endsect] [/added because it was complaining!]
|