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

If an engine appears at the leaf, then we hand the engine to the EvalLeaf object which determine whether or not to subtract off the first indices. More...

#include <ExpressionEngine.h>

List of all members.

Public Types

typedef T Type_t

Static Public Member Functions

static Type_t apply (const Engine< Dim, T, E > &e, const EvalLeaf< Dim > &t)

Detailed Description

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

If an engine appears at the leaf, then we hand the engine to the EvalLeaf object which determine whether or not to subtract off the first indices.


Member Typedef Documentation

template<int Dim, class T , class E >
typedef T LeafFunctor< Engine< Dim, T, E >, EvalLeaf< Dim > >::Type_t

Member Function Documentation

template<int Dim, class T , class E >
static Type_t LeafFunctor< Engine< Dim, T, E >, EvalLeaf< Dim > >::apply ( const Engine< Dim, T, E > &  e,
const EvalLeaf< Dim > &  t 
) [inline, static]

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