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

#include <local_variable.hpp>

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

Public Types

typedef proto::expr
< proto::tag::assign, list2
< local_variable, meta_grammar >, 2 > 
type
 
typedef proto::basic_expr
< proto::tag::assign, list2
< local_variable, meta_grammar >, 2 > 
proto_grammar
 
typedef proto::tag::assign proto_tag
 
typedef local_variable proto_child0
 
typedef meta_grammar proto_child1
 
typedef assign< local_variable,
meta_grammar
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

typedef proto::basic_expr<proto::tag:: assign , list2<local_variable , meta_grammar >, 2> boost::proto::assign< local_variable , meta_grammar >::proto_grammar
inherited
typedef proto::tag:: assign boost::proto::assign< local_variable , meta_grammar >::proto_tag
inherited
typedef proto::expr<proto::tag:: assign , list2<local_variable , meta_grammar >, 2> boost::proto::assign< local_variable , meta_grammar >::type
inherited

Member Function Documentation

boost::proto::transform< assign< local_variable, meta_grammar > , 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< assign< local_variable, meta_grammar > , 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< assign< local_variable, meta_grammar > , int >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited

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