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

Scalar<T> specialization for LeafFunctor uses EngineFunctorScalar to evaluate scalar leaf nodes. More...

#include <ExpressionEngine.h>

List of all members.

Public Types

typedef EngineFunctorScalar< T,
Tag >::Type_t 
Type_t

Static Public Member Functions

static Type_t apply (const Scalar< T > &scalar, const EngineFunctorTag< Tag > &tag)

Detailed Description

template<class T, class Tag>
struct LeafFunctor< Scalar< T >, EngineFunctorTag< Tag > >

Scalar<T> specialization for LeafFunctor uses EngineFunctorScalar to evaluate scalar leaf nodes.


Member Typedef Documentation

template<class T , class Tag >
typedef EngineFunctorScalar<T,Tag>::Type_t LeafFunctor< Scalar< T >, EngineFunctorTag< Tag > >::Type_t

Member Function Documentation

template<class T , class Tag >
static Type_t LeafFunctor< Scalar< T >, EngineFunctorTag< Tag > >::apply ( const Scalar< T > &  scalar,
const EngineFunctorTag< Tag > &  tag 
) [inline, static]

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