#include <meta_grammar.hpp>


Classes | |
| struct | case_ | 
| struct | case_< proto::tag::comma, Dummy > | 
| struct | case_< proto::tag::terminal, Dummy > | 
| struct | case_< tag::if_else_operator, Dummy > | 
| struct | case_< tag::throw_, Dummy > | 
| struct | case_< tag::try_catch, Dummy > | 
Public Types | |
| typedef switch_ | proto_grammar | 
| typedef PrimitiveTransform | transform_type | 
Public Member Functions | |
| BOOST_PROTO_CALLABLE () typedef X proto_is_transform_ | |
| template<typename Expr > | |
| BOOST_FORCEINLINE  boost::proto::detail::apply_transform < transform_type(Expr const &)> ::result_type  | operator() (Expr &&e) const | 
| template<typename Expr , typename State > | |
| BOOST_FORCEINLINE  boost::proto::detail::apply_transform < transform_type(Expr const &, State const &)> ::result_type  | operator() (Expr &&e, State &&s) const | 
| template<typename Expr , typename State , typename Data > | |
| 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 | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited |