|
FreePOOMA
2.4.1
|
EngineView acting on an expression returns an expression engine containing the result of applying that functor to the leaves. More...
#include <ExpressionEngine.h>
Public Types | |
| typedef EngineView< Tag > | Functor_t |
| typedef Functor_t::Combine_t | Combine_t |
| typedef ForEach< Expr, Functor_t, Combine_t >::Type_t | NewExpr_t |
| typedef Engine< Dim, T, ExpressionTag< NewExpr_t > > | Type_t |
Static Public Member Functions | |
| static Type_t | apply (const Engine< Dim, T, ExpressionTag< Expr > > &engine, const EngineView< Tag > &tag) |
EngineView acting on an expression returns an expression engine containing the result of applying that functor to the leaves.
| typedef EngineView<Tag> LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Functor_t |
| typedef Functor_t::Combine_t LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Combine_t |
| typedef ForEach<Expr, Functor_t, Combine_t>::Type_t LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::NewExpr_t |
| typedef Engine<Dim, T, ExpressionTag<NewExpr_t> > LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Type_t |
| static Type_t LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::apply | ( | const Engine< Dim, T, ExpressionTag< Expr > > & | engine, |
| const EngineView< Tag > & | tag | ||
| ) | [inline, static] |
References forEach().
1.7.6.1