]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/phoenix/doc/phoenix3.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / phoenix / doc / phoenix3.qbk
CommitLineData
7c673cae
FG
1[library Phoenix
2 [quickbook 1.6]
3 [compatibility-mode 1.3]
4 [version 3.2.0]
5 [authors [de Guzman, Joel], [Marsden, Dan], [Heller, Thomas], [Fletcher, John] ]
6 [copyright 2002 2003 2004 2005 2010 2014 2015 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
7 [category string-text]
8 [purpose Lambda Expressions in C++]
9 [license
10 Distributed under the Boost Software License, Version 1.0.
11 (See accompanying file LICENSE_1_0.txt or copy at
12 [@http://www.boost.org/LICENSE_1_0.txt])
13 ]
14]
15
16[/ September 2002]
17[/ September 2004]
18[/ September 2005]
19[/ June 2010]
20[/ February 2014]
21[/ December 2014]
22[/ January 2015]
23[/ February 2015]
24
25[/ Some links]
26
27[def __note__ [$images/note.png]]
28[def __alert__ [$images/alert.png]]
29[def __tip__ [$images/tip.png]]
30
31[def __changelog__ [@http://www.boost.org/doc/libs/release/libs/phoenix/ChangeLog ChangeLog]]
32[def __spirit__ [@http://spirit.sourceforge.net Spirit]]
33[def __proto__ [@http://www.boost.org/doc/libs/release/libs/proto/index.html Boost.Proto]]
34[def __fusion__ [@http://www.boost.org/doc/libs/release/libs/fusion/index.html Boost.Fusion]]
35[def __proto_expr__ [@http://www.boost.org/doc/libs/release/doc/html/Expr.html Proto Expression]]
36[def __proto_transform__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transform]]
37[def __proto_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transforms]]
38[def __proto_pass_through_transform__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/pass_through.html Proto Pass Through Transform]]
39[def __proto_primitive_transform__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transform]]
40[def __proto_primitive_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transforms]]
41[def __proto_callable__ [@http://www.boost.org/doc/libs/release/doc/html/Callable.html Proto Callable Transform]]
42[def __proto_call__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/call.html `proto::call`]]
43[def __haskell__ [@http://www.haskell.org Haskell]]
44[def __mpl__ [@http://www.boost.org/libs/mpl/index.html MPL]]
45[def __bll__ [@http://www.boost.org/libs/lambda/doc/index.html BLL]]
46[def __fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/ FC++]]
47[def __fcpp_list__ [@http://people.cs.umass.edu/~yannis/fc++/New/new_list_implementation.html FC++ List Implementation]]
48[def __fcpp_reusers__ [@http://people.cs.umass.edu/~yannis/fc++/New/reusers.html FC++ Reuser Implementation]]
49[def __functoids_in_cpp__ [@http://c2.com/cgi/wiki?FunctoidsInCpp FunctoidsInCpp]]
50[def __boost_fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/boostpaper/ Boost FC++]]
51[def __spirit_repo__ [@http://spirit.sourceforge.net/repository/applications/show_contents.php Spirit Repository]]
52[def __spirit_list__ [@https://lists.sourceforge.net/lists/listinfo/spirit-general Spirit Mailing List]]
53[def __spirit_general__ [@news://news.gmane.org/gmane.comp.spirit.general Spirit General NNTP news portal]]
54[def __gmane__ [@http://www.gmane.org Gmane]]
55[def __mlist_archive__ [@http://news.gmane.org/gmane.comp.parsers.spirit.general]]
56[def __PFO__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/functional/concepts/poly.html Polymorphic Function Object]]
57[def __random_access__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html Random Access Sequence]]
58[def __forwarding__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm Forwarding Function Problem]]
59[def __boost_mpl__ [@http://boost.org/libs/mpl/doc/index.html Boost.MPL]]
60[def __boost_range__ [@http://boost.org/libs/range/index.html Boost.Range]]
61[def __boost_result_of__ [@http://www.boost.org/doc/libs/release/libs/utility/utility.htm#result_of Boost.Result Of]]
62[def __phoenix_starter_kit__ [link phoenix.starter_kit Starter Kit]]
63[def __phoenix_modules__ [link phoenix.modules Modules]]
64[def __phoenix_local_variable__ [link phoenix.modules.scope.local_variables Local Variables]]
65[def __phoenix_actions__ [link phoenix.inside.actions Actions]]
66[def __phoenix_custom_terminals__ [link phoenix.inside.custom_terminals Custom Terminals]]
67[def __phoenix_placeholder_unification__ [link phoenix.inside.placeholder_unification Placeholder Unification]]
68[def __phoenix_lazy_list__ [link phoenix.lazy_list Lazy List]]
69[def __unspecified__ /unspecified/]
70
71[/ Defines for maintenance tools ]
72[def __git__ [@http://git-scm.com Git ]]
73[def __git_branching_model__ [@http://nvie.com/posts/a-successful-git-branching-model/ git branching model]]
74
75[/ Defines for operating systems ]
76[def __ubuntu__ [@http://www.ubuntu.com/ Ubuntu ]]
77
78[/ Defines for compilers.]
79[def __clang__ [@http://clang.llvm.org Clang ]]
80[def __gcc__ [@https://gcc.gnu.org gcc ]]
81[def __msvc__ [@https://msdn.microsoft.com/en-us/vstudio/hh386302.aspx MSVC]]
82
83[include preface.qbk]
84[include what_s_new.qbk]
85[include introduction.qbk]
86[include starter_kit.qbk]
87[include basics.qbk]
88[include organisation.qbk]
89[include actors.qbk]
90[include modules.qbk]
91[include inside.qbk]
92[include examples.qbk]
93[include lazy_list.qbk]
94
95[include maintenance.qbk]
96[include wrap_up.qbk]
97[include acknowledgment.qbk]
98[include references.qbk]
99
100[/endsect] [/added because it was complaining!]