FreePOOMA  2.4.1
Public Types | Static Public Member Functions
LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > > Struct Template Reference

EngineView acting on an expression returns an expression engine containing the result of applying that functor to the leaves. More...

#include <ExpressionEngine.h>

List of all members.

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)

Detailed Description

template<int Dim, class T, class Expr, class Tag>
struct LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >

EngineView acting on an expression returns an expression engine containing the result of applying that functor to the leaves.


Member Typedef Documentation

template<int Dim, class T , class Expr , class Tag >
typedef EngineView<Tag> LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Functor_t
template<int Dim, class T , class Expr , class Tag >
typedef Functor_t::Combine_t LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Combine_t
template<int Dim, class T , class Expr , class Tag >
typedef ForEach<Expr, Functor_t, Combine_t>::Type_t LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::NewExpr_t
template<int Dim, class T , class Expr , class Tag >
typedef Engine<Dim, T, ExpressionTag<NewExpr_t> > LeafFunctor< Engine< Dim, T, ExpressionTag< Expr > >, EngineView< Tag > >::Type_t

Member Function Documentation

template<int Dim, class T , class Expr , class Tag >
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().


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