FreePOOMA  2.4.1
Public Types | Static Public Member Functions
LeafFunctor< Engine< Dim, T, E >, EngineFunctorTag< Tag > > Struct Template Reference

Engines could appear at expression leaves. More...

#include <ExpressionEngine.h>

List of all members.

Public Types

typedef Engine< Dim, T, E > Engine_t
typedef EngineFunctor
< Engine_t, Tag >::Type_t 
Type_t

Static Public Member Functions

static Type_t apply (const Engine_t &engine, const EngineFunctorTag< Tag > &tag)

Detailed Description

template<int Dim, class T, class E, class Tag>
struct LeafFunctor< Engine< Dim, T, E >, EngineFunctorTag< Tag > >

Engines could appear at expression leaves.


Member Typedef Documentation

template<int Dim, class T , class E , class Tag >
typedef Engine<Dim, T, E> LeafFunctor< Engine< Dim, T, E >, EngineFunctorTag< Tag > >::Engine_t
template<int Dim, class T , class E , class Tag >
typedef EngineFunctor<Engine_t, Tag>::Type_t LeafFunctor< Engine< Dim, T, E >, EngineFunctorTag< Tag > >::Type_t

Member Function Documentation

template<int Dim, class T , class E , class Tag >
static Type_t LeafFunctor< Engine< Dim, T, E >, EngineFunctorTag< Tag > >::apply ( const Engine_t engine,
const EngineFunctorTag< Tag > &  tag 
) [inline, static]

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