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

#include <meta_grammar.hpp>

Inheritance diagram for boost::phoenix::meta_grammar:
Collaboration diagram for boost::phoenix::meta_grammar:

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
 

Member Typedef Documentation

typedef switch_ boost::proto::switch_< meta_grammar , Transform >::proto_grammar
inherited
template<typename PrimitiveTransform, typename X>
typedef PrimitiveTransform boost::proto::transform< PrimitiveTransform, X >::transform_type
inherited

Member Function Documentation

template<typename PrimitiveTransform, typename X>
boost::proto::transform< PrimitiveTransform, X >::BOOST_PROTO_CALLABLE ( )
inherited
template<typename PrimitiveTransform, typename X>
template<typename Expr , typename State , typename Data >
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< PrimitiveTransform, X >::operator() ( Expr &&  e,
State &&  s,
Data &&  d 
) const
inlineinherited
template<typename PrimitiveTransform, typename X>
template<typename Expr , typename State >
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &)>::result_type boost::proto::transform< PrimitiveTransform, X >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
template<typename PrimitiveTransform, typename X>
template<typename Expr >
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< PrimitiveTransform, X >::operator() ( Expr &&  e) const
inlineinherited

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