#include <PETE.h>
Inheritance diagram for PETE_TTTree< Value_t, Left_t, Middle_t, Right_t >:
Public Types | |
typedef PETE_TTTree< Value_t, Left_t, Middle_t, Right_t > | PETE_Expr_t |
typedef PETETrinaryReturn< typename Left_t::PETE_Return_t, typename Middle_t::PETE_Return_t, typename Right_t::PETE_Return_t, Value_t >::type | PETE_Return_t |
enum | { IsExpr = 1 } |
Public Member Functions | |
const PETE_Expr_t & | MakeExpression () const |
PETE_TTTree () | |
PETE_TTTree (const Value_t &v, const Left_t &l, const Middle_t &m, const Right_t &r) | |
PETE_TTTree (const Left_t &l, const Middle_t &m, const Right_t &r) | |
Public Attributes | |
Value_t | Value |
Left_t | Left |
Middle_t | Middle |
Right_t | Right |
Definition at line 404 of file PETE.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 418 of file PETE.h. Referenced by TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >::apply(), TrinaryForEach< Safe, T1, T2, T3, Op, Functor >::apply(), and for_each(). |
|
Definition at line 419 of file PETE.h. Referenced by TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >::apply(), TrinaryForEach< Safe, T1, T2, T3, Op, Functor >::apply(), and for_each(). |
|
Definition at line 420 of file PETE.h. Referenced by TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >::apply(), TrinaryForEach< Safe, T1, T2, T3, Op, Functor >::apply(), and for_each(). |
|
Definition at line 413 of file PETE.h. Referenced by TrinaryForEach< Safe, T1, T2, T3, Op, Functor >::apply(). |