FreePOOMA  2.4.1
Public Member Functions | Public Attributes
ExpressionApply< Tag > Struct Template Reference

The default version of ExpressionApply contains a reference to the tag class, which is typically empty. More...

#include <EngineFunctor.h>

List of all members.

Public Member Functions

 ExpressionApply (const Tag &tag)
template<class A >
void operator() (const A &a) const
const Tag & tag () const

Public Attributes

const Tag & tag_m

Detailed Description

template<class Tag>
struct ExpressionApply< Tag >

The default version of ExpressionApply contains a reference to the tag class, which is typically empty.

Users can store information in the tag needed in the LeafFunctors.


Constructor & Destructor Documentation

template<class Tag>
ExpressionApply< Tag >::ExpressionApply ( const Tag &  tag) [inline]

Member Function Documentation

template<class Tag>
template<class A >
void ExpressionApply< Tag >::operator() ( const A &  a) const [inline]

References forEach().

template<class Tag>
const Tag& ExpressionApply< Tag >::tag ( ) const [inline]

Member Data Documentation

template<class Tag>
const Tag& ExpressionApply< Tag >::tag_m

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