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

#include <terminal.hpp>

Inheritance diagram for boost::phoenix::expression::terminal< T, Actor >:
Collaboration diagram for boost::phoenix::expression::terminal< T, Actor >:

Public Types

typedef proto::basic_expr
< proto::tag::terminal,
proto::term< T >, 0 > 
base_type
 
typedef Actor< base_typetype
 
typedef proto::basic_expr
< proto::tag::terminal, term
< T >, 0 > 
proto_grammar
 
typedef proto::tag::terminal proto_tag
 INTERNAL ONLY. More...
 
typedef T proto_child0
 INTERNAL ONLY. More...
 
typedef terminal< Ttransform_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
 

Static Public Member Functions

static const type make (typename call_traits< T >::param_type t)
 

Member Typedef Documentation

template<typename T, template< typename > class Actor = actor>
typedef proto::basic_expr< proto::tag::terminal , proto::term<T> , 0 > boost::phoenix::expression::terminal< T, Actor >::base_type
template<typename T>
typedef T boost::proto::terminal< T >::proto_child0
inherited

INTERNAL ONLY.

template<typename T>
typedef proto::basic_expr<proto::tag::terminal, term<T>, 0> boost::proto::terminal< T >::proto_grammar
inherited
template<typename T>
typedef proto::tag::terminal boost::proto::terminal< T >::proto_tag
inherited

INTERNAL ONLY.

typedef terminal< T > boost::proto::transform< terminal< T > , int >::transform_type
inherited
template<typename T, template< typename > class Actor = actor>
typedef Actor<base_type> boost::phoenix::expression::terminal< T, Actor >::type

Member Function Documentation

boost::proto::transform< terminal< T > , int >::BOOST_PROTO_CALLABLE ( )
inherited
template<typename T, template< typename > class Actor = actor>
static const type boost::phoenix::expression::terminal< T, Actor >::make ( typename call_traits< T >::param_type  t)
inlinestatic
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &)>::result_type boost::proto::transform< terminal< T > , 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< T > , int >::operator() ( Expr &&  e) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< terminal< T > , int >::operator() ( Expr &&  e,
State &&  s,
Data &&  d 
) const
inlineinherited

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