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::terminal Struct Reference

#include <terminal.hpp>

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

Public Types

typedef proto::expr
< proto::tag::terminal, term
< proto::_ >, 0 > 
type
 
typedef proto::basic_expr
< proto::tag::terminal, term
< proto::_ >, 0 > 
proto_grammar
 
typedef proto::tag::terminal proto_tag
 INTERNAL ONLY. More...
 
typedef proto::_ proto_child0
 INTERNAL ONLY. More...
 
typedef terminal< proto::_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

INTERNAL ONLY.

typedef proto::basic_expr<proto::tag::terminal, term<proto::_ >, 0> boost::proto::terminal< proto::_ >::proto_grammar
inherited
typedef proto::tag::terminal boost::proto::terminal< proto::_ >::proto_tag
inherited

INTERNAL ONLY.

typedef proto::expr<proto::tag::terminal, term<proto::_ >, 0> boost::proto::terminal< proto::_ >::type
inherited

Member Function Documentation

boost::proto::transform< terminal< proto::_ > , 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< terminal< proto::_ > , 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< terminal< proto::_ > , int >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< terminal< proto::_ > , int >::operator() ( Expr &&  e) const
inlineinherited

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