FreePOOMA
2.4.1
|
The default version of ExpressionApply contains a reference to the tag class, which is typically empty. More...
#include <EngineFunctor.h>
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 |
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.
ExpressionApply< Tag >::ExpressionApply | ( | const Tag & | tag | ) | [inline] |
void ExpressionApply< Tag >::operator() | ( | const A & | a | ) | const [inline] |
References forEach().
const Tag& ExpressionApply< Tag >::tag | ( | ) | const [inline] |
const Tag& ExpressionApply< Tag >::tag_m |
Referenced by ExpressionApply< Tag >::tag().