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

EngineFunctors get applied to expressions using ForEach, with the combiner supplied by the Tag. More...

#include <ExpressionEngine.h>

List of all members.

Public Types

typedef EngineFunctorTag< Tag > Functor_t
typedef Tag::Combine_t Combine_t
typedef ForEach< Expr,
Functor_t, Combine_t >::Type_t 
Type_t

Static Public Member Functions

static Type_t apply (const Engine< Dim, T, ExpressionTag< Expr > > &engine, const Tag &tag)

Detailed Description

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

EngineFunctors get applied to expressions using ForEach, with the combiner supplied by the Tag.


Member Typedef Documentation

template<int Dim, class T , class Expr , class Tag >
typedef EngineFunctorTag<Tag> EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Functor_t
template<int Dim, class T , class Expr , class Tag >
typedef Tag::Combine_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Combine_t
template<int Dim, class T , class Expr , class Tag >
typedef ForEach<Expr,Functor_t,Combine_t>::Type_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Type_t

Member Function Documentation

template<int Dim, class T , class Expr , class Tag >
static Type_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::apply ( const Engine< Dim, T, ExpressionTag< Expr > > &  engine,
const Tag &  tag 
) [inline, static]

References forEach().


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