|
FreePOOMA
2.4.1
|
Unary node version. More...
#include <CreateLeaf.h>
Public Types | |
| enum | { dim = Domain_t::dimensions } |
| typedef UnaryNode< Op, Leaf > | Tree_t |
| typedef ForEach< Tree_t, DomainFunctorTag, DomainFunctorTag >::Type_t | Domain_t |
| typedef UnaryReturn< typename ForEach< Leaf, EvalLeaf< dim > , OpCombine >::Type_t, Op > ::Type_t | T_t |
| typedef Engine< dim, T_t, ExpressionTag< Tree_t > > | Engine_t |
| typedef Array< dim, T_t, ExpressionTag< Tree_t > > | Expression_t |
Static Public Member Functions | |
| static Expression_t | make (const Tree_t &tree) |
Unary node version.
| typedef UnaryNode<Op,Leaf> MakeReturn< UnaryNode< Op, Leaf > >::Tree_t |
| typedef ForEach<Tree_t, DomainFunctorTag, DomainFunctorTag>::Type_t MakeReturn< UnaryNode< Op, Leaf > >::Domain_t |
| typedef UnaryReturn<typename ForEach<Leaf, EvalLeaf<dim>,OpCombine>::Type_t, Op>::Type_t MakeReturn< UnaryNode< Op, Leaf > >::T_t |
| typedef Engine<dim,T_t,ExpressionTag<Tree_t> > MakeReturn< UnaryNode< Op, Leaf > >::Engine_t |
| typedef Array<dim,T_t,ExpressionTag<Tree_t > > MakeReturn< UnaryNode< Op, Leaf > >::Expression_t |
| static Expression_t MakeReturn< UnaryNode< Op, Leaf > >::make | ( | const Tree_t & | tree | ) | [inline, static] |
1.7.6.1