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::reference< T > Struct Template Reference

#include <reference.hpp>

Inheritance diagram for boost::phoenix::expression::reference< T >:
Collaboration diagram for boost::phoenix::expression::reference< T >:

Public Types

typedef expression::terminal
< reference_wrapper< T >
>::type 
type
 
typedef proto::basic_expr
< proto::tag::terminal,
proto::term< reference_wrapper
< T > >, 0 > 
base_type
 
typedef proto::basic_expr
< proto::tag::terminal, term
< reference_wrapper< T > >, 0 > 
proto_grammar
 
typedef proto::tag::terminal proto_tag
 INTERNAL ONLY. More...
 
typedef reference_wrapper< Tproto_child0
 INTERNAL ONLY. More...
 
typedef terminal
< reference_wrapper< T > > 
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 (T &t)
 
static const type make (typename call_traits< reference_wrapper< T > >::param_type t)
 

Member Typedef Documentation

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

INTERNAL ONLY.

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

INTERNAL ONLY.

Member Function Documentation

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

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