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::context Struct Reference

#include <environment.hpp>

Inheritance diagram for boost::phoenix::functional::context:

Classes

struct  result
 
struct  result< This(Env &, Actions &)>
 
struct  result< This(Env &, Actions)>
 
struct  result< This(Env, Actions &)>
 
struct  result< This(Env, Actions)>
 

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
inline

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
inline

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
inline

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
inline

References boost::phoenix::env().


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