Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::functional::make_context Struct Reference

#include <environment.hpp>

Inheritance diagram for boost::phoenix::functional::make_context:
Collaboration diagram for boost::phoenix::functional::make_context:

Public Member Functions

template<typename Env , typename Actions >
result_of::context< Env
&, Actions & >::type 
operator() (Env &env, Actions &actions) const
 
template<typename Env , typename Actions >
result_of::context< Env const
&, Actions & >::type 
operator() (Env const &env, Actions &actions) const
 
template<typename Env , typename Actions >
result_of::context< Env
&, Actions const & >::type 
operator() (Env &env, Actions const &actions) const
 
template<typename Env , typename Actions >
result_of::context< Env const
&, Actions const & >::type 
operator() (Env const &env, Actions const &actions) const
 

Member Function Documentation

template<typename Env , typename Actions >
result_of::context<Env &, Actions &>::type boost::phoenix::functional::context::operator() ( Env &  env,
Actions &  actions 
) const
inlineinherited

References boost::phoenix::env().

template<typename Env , typename Actions >
result_of::context<Env const &, Actions &>::type boost::phoenix::functional::context::operator() ( Env const &  env,
Actions &  actions 
) const
inlineinherited

References boost::phoenix::env().

template<typename Env , typename Actions >
result_of::context<Env &, Actions const &>::type boost::phoenix::functional::context::operator() ( Env &  env,
Actions const &  actions 
) const
inlineinherited

References boost::phoenix::env().

template<typename Env , typename Actions >
result_of::context<Env const &, Actions const &>::type boost::phoenix::functional::context::operator() ( Env const &  env,
Actions const &  actions 
) const
inlineinherited

References boost::phoenix::env().


The documentation for this struct was generated from the following file: