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

#include <try_catch.hpp>

Inheritance diagram for boost::phoenix::try_catch_actor< Expr >:
Collaboration diagram for boost::phoenix::try_catch_actor< Expr >:

Public Types

typedef try_catch_actor< Expr > that_type
 
typedef actor< Expr > base_type
 
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

 try_catch_actor (base_type const &expr)
 
template<typename Exception >
catch_gen< that_type,
Exception > const 
catch_ () 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
 
template<typename B >
impl::make_binary1< index_op,
BaseT, B >::type 
operator[] (B const &_1) 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
 

Public Attributes

catch_all_gen< that_type > const catch_all
 

Member Typedef Documentation

template<typename Expr >
typedef actor<Expr> boost::phoenix::try_catch_actor< Expr >::base_type
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
inherited
template<typename Expr >
typedef try_catch_actor<Expr> boost::phoenix::try_catch_actor< Expr >::that_type

Constructor & Destructor Documentation

template<typename Expr >
boost::phoenix::try_catch_actor< Expr >::try_catch_actor ( base_type const &  expr)
inline

Member Function Documentation

template<typename Expr >
template<typename Exception >
catch_gen<that_type, Exception> const boost::phoenix::try_catch_actor< Expr >::catch_ ( ) const
inline
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
inlineinherited
template<typename Expr>
result_of::actor<proto_base_expr>::type boost::phoenix::actor< Expr >::operator() ( )
inlineinherited
template<typename Expr>
result_of::actor<proto_base_expr>::type boost::phoenix::actor< Expr >::operator() ( ) const
inlineinherited
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
inlineinherited
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
inlineinherited
template<typename Expr>
template<typename B >
impl::make_binary1<index_op, BaseT, B>::type boost::phoenix::actor< Expr >::operator[] ( B const &  _1) const
inlineinherited

Member Data Documentation

template<typename Expr >
catch_all_gen<that_type> const boost::phoenix::try_catch_actor< Expr >::catch_all

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