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::argument< I > Struct Template Reference

#include <argument.hpp>

Inheritance diagram for boost::phoenix::expression::argument< I >:
Collaboration diagram for boost::phoenix::expression::argument< I >:

Public Types

typedef expression::terminal
< phoenix::argument< I >
>::type 
type
 
typedef proto::basic_expr
< proto::tag::terminal,
proto::term< phoenix::argument
< I > >, 0 > 
base_type
 
typedef proto::basic_expr
< proto::tag::terminal, term
< phoenix::argument< I > >, 0 > 
proto_grammar
 
typedef proto::tag::terminal proto_tag
 INTERNAL ONLY. More...
 
typedef phoenix::argument< I > proto_child0
 INTERNAL ONLY. More...
 
typedef terminal
< phoenix::argument< I > > 
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
 

Static Public Member Functions

static const type make ()
 
static const type make (typename call_traits< phoenix::argument< I > >::param_type t)
 

Member Typedef Documentation

typedef proto::basic_expr< proto::tag::terminal , proto::term<phoenix::argument< I > > , 0 > boost::phoenix::expression::terminal< phoenix::argument< I > , Actor >::base_type
inherited

INTERNAL ONLY.

typedef proto::basic_expr<proto::tag::terminal, term<phoenix::argument< I > >, 0> boost::proto::terminal< phoenix::argument< I > >::proto_grammar
inherited
typedef proto::tag::terminal boost::proto::terminal< phoenix::argument< I > >::proto_tag
inherited

INTERNAL ONLY.

Member Function Documentation

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

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