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

#include <try_catch.hpp>

Inheritance diagram for boost::phoenix::rule::catch_all:
Collaboration diagram for boost::phoenix::rule::catch_all:

Public Types

typedef proto::expr
< tag::catch_all, list1
< meta_grammar >, 1 > 
type
 
typedef proto::basic_expr
< tag::catch_all, list1
< meta_grammar >, 1 > 
proto_grammar
 
typedef tag::catch_all proto_tag
 INTERNAL ONLY. More...
 
typedef meta_grammar proto_child0
 INTERNAL ONLY. More...
 
typedef unary_expr
< tag::catch_all, meta_grammar
transform_type
 

Public Member Functions

 BOOST_PROTO_CALLABLE () typedef intproto_is_transform_
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const &)>
::result_type 
operator() (Expr &&e) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &)>
::result_type 
operator() (Expr &&e, State &&s) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &, Data const &)>
::result_type 
operator() (Expr &&e, State &&s, Data &&d) const
 

Member Typedef Documentation

typedef proto::basic_expr<tag::catch_all , list1<meta_grammar >, 1> boost::proto::unary_expr< tag::catch_all , meta_grammar >::proto_grammar
inherited
typedef unary_expr< tag::catch_all, meta_grammar > boost::proto::transform< unary_expr< tag::catch_all, meta_grammar > , int >::transform_type
inherited
typedef proto::expr<tag::catch_all , list1<meta_grammar >, 1> boost::proto::unary_expr< tag::catch_all , meta_grammar >::type
inherited

Member Function Documentation

boost::proto::transform< unary_expr< tag::catch_all, meta_grammar > , int >::BOOST_PROTO_CALLABLE ( )
inherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< unary_expr< tag::catch_all, meta_grammar > , int >::operator() ( Expr &&  e,
State &&  s,
Data &&  d 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &)>::result_type boost::proto::transform< unary_expr< tag::catch_all, meta_grammar > , int >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< unary_expr< tag::catch_all, meta_grammar > , int >::operator() ( Expr &&  e) const
inlineinherited

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