Phoenix.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
17 #ifndef HH_SENF_Utils_Phoenix_
18 #define HH_SENF_Utils_Phoenix_ 1
19 
20 // Custom includes
21 #include <boost/spirit/include/phoenix1_functions.hpp>
22 
23 //#include "Phoenix.mpp"
24 #include "Phoenix.ih"
25 //-/////////////////////////////////////////////////////////////////////////////////////////////////
26 
29 namespace senf {
30 namespace phoenix {
31 
38  ::phoenix::function<detail::push_back> const push_back;
39 
46  ::phoenix::function<detail::clear> const clear;
47 
48 }}
49 
50 //-/////////////////////////////////////////////////////////////////////////////////////////////////
51 //#include "Phoenix.cci"
52 //#include "Phoenix.ct"
53 //#include "Phoenix.cti"
54 #endif
55 
56 
57 // Local Variables:
58 // mode: c++
59 // fill-column: 100
60 // comment-column: 40
61 // c-file-style: "senf"
62 // indent-tabs-mode: nil
63 // ispell-local-dictionary: "american"
64 // compile-command: "scons -u test"
65 // End:
::phoenix::function< detail::push_back > const push_back
push_back phoenix functor
Definition: Phoenix.hh:38
::phoenix::function< detail::clear > const clear
clear phoenix functor
Definition: Phoenix.hh:46