|
FreePOOMA
2.4.1
|
Binary node version. More...
#include <CreateLeaf.h>
Public Types | |
| enum | { dim = Domain_t::dimensions } |
| typedef BinaryNode< Op, Left, Right > | Tree_t |
| typedef ForEach< Tree_t, DomainFunctorTag, DomainFunctorTag >::Type_t | Domain_t |
| typedef BinaryReturn< typename ForEach< Left, EvalLeaf< dim > , OpCombine >::Type_t, typename ForEach< Right, 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) |
Binary node version.
| typedef BinaryNode<Op,Left,Right> MakeReturn< BinaryNode< Op, Left, Right > >::Tree_t |
| typedef ForEach<Tree_t, DomainFunctorTag, DomainFunctorTag>::Type_t MakeReturn< BinaryNode< Op, Left, Right > >::Domain_t |
| typedef BinaryReturn<typename ForEach<Left, EvalLeaf<dim>,OpCombine>::Type_t, typename ForEach<Right,EvalLeaf<dim>,OpCombine>::Type_t, Op>::Type_t MakeReturn< BinaryNode< Op, Left, Right > >::T_t |
| typedef Engine<dim,T_t,ExpressionTag<Tree_t> > MakeReturn< BinaryNode< Op, Left, Right > >::Engine_t |
| typedef Array<dim,T_t,ExpressionTag<Tree_t > > MakeReturn< BinaryNode< Op, Left, Right > >::Expression_t |
| static Expression_t MakeReturn< BinaryNode< Op, Left, Right > >::make | ( | const Tree_t & | tree | ) | [inline, static] |
1.7.6.1