Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::actor< Expr > Struct Template Reference

#include <visit_each.hpp>

Inheritance diagram for boost::phoenix::actor< Expr >:

Classes

struct  result
 

Public Types

typedef mpl::eval_if_c
< mpl::or_< is_custom_terminal
< Expr >, mpl::bool_
< is_placeholder< Expr >
::value > >::value,
proto::terminal< Expr >
, mpl::identity< Expr >
>::type 
expr_type
 

Public Member Functions

actoroperator= (actor const &other)
 
actoroperator= (actor &other)
 
template<typename A0 >
proto::result_of::make_expr
< proto::tag::assign,
phoenix_domain,
proto_base_expr, A0 >::type
const 
operator= (A0 const &a0) const
 
template<typename A0 >
proto::result_of::make_expr
< proto::tag::assign,
phoenix_domain,
proto_base_expr, A0 >::type
const 
operator= (A0 &a0) const
 
template<typename A0 >
proto::result_of::make_expr
< proto::tag::subscript,
phoenix_domain,
proto_base_expr, A0 >::type
const 
operator[] (A0 const &a0) const
 
template<typename A0 >
proto::result_of::make_expr
< proto::tag::subscript,
phoenix_domain,
proto_base_expr, A0 >::type
const 
operator[] (A0 &a0) const
 
result_of::actor
< proto_base_expr >::type 
operator() ()
 
result_of::actor
< proto_base_expr >::type 
operator() () const
 
template<typename Env >
evaluator::impl
< proto_base_expr const
&, typename result_of::context
< Env const &, default_actions
const & >::type,
proto::empty_env >
::result_type 
eval (Env const &env) const
 
template<typename B >
impl::make_binary1< assign_op,
BaseT, B >::type 
operator= (B const &_1) const
 
template<typename B >
impl::make_binary1< index_op,
BaseT, B >::type 
operator[] (B const &_1) const
 

Member Typedef Documentation

template<typename Expr>
typedef mpl::eval_if_c< mpl::or_< is_custom_terminal<Expr> , mpl::bool_<is_placeholder<Expr>::value> >::value , proto::terminal<Expr> , mpl::identity<Expr> >::type boost::phoenix::actor< Expr >::expr_type

Member Function Documentation

template<typename Expr>
template<typename Env >
evaluator::impl< proto_base_expr const & , typename result_of::context< Env const & , default_actions const & >::type , proto::empty_env >::result_type boost::phoenix::actor< Expr >::eval ( Env const &  env) const
inline
template<typename Expr>
result_of::actor<proto_base_expr>::type boost::phoenix::actor< Expr >::operator() ( )
inline
template<typename Expr>
result_of::actor<proto_base_expr>::type boost::phoenix::actor< Expr >::operator() ( ) const
inline
template<typename Expr>
actor& boost::phoenix::actor< Expr >::operator= ( actor< Expr > const &  other)
inline
template<typename Expr>
actor& boost::phoenix::actor< Expr >::operator= ( actor< Expr > &  other)
inline
template<typename Expr>
template<typename A0 >
proto::result_of::make_expr< proto::tag::assign , phoenix_domain , proto_base_expr , A0 >::type const boost::phoenix::actor< Expr >::operator= ( A0 const &  a0) const
inline
template<typename Expr>
template<typename A0 >
proto::result_of::make_expr< proto::tag::assign , phoenix_domain , proto_base_expr , A0 >::type const boost::phoenix::actor< Expr >::operator= ( A0 &  a0) const
inline
template<typename Expr>
template<typename B >
impl::make_binary1<assign_op, BaseT, B>::type boost::phoenix::actor< Expr >::operator= ( B const &  _1) const
inline
template<typename Expr>
template<typename A0 >
proto::result_of::make_expr< proto::tag::subscript , phoenix_domain , proto_base_expr , A0 >::type const boost::phoenix::actor< Expr >::operator[] ( A0 const &  a0) const
inline
template<typename Expr>
template<typename A0 >
proto::result_of::make_expr< proto::tag::subscript , phoenix_domain , proto_base_expr , A0 >::type const boost::phoenix::actor< Expr >::operator[] ( A0 &  a0) const
inline
template<typename Expr>
template<typename B >
impl::make_binary1<index_op, BaseT, B>::type boost::phoenix::actor< Expr >::operator[] ( B const &  _1) const
inline

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