#include <PETE.h>
Inheritance diagram for PETE_TBTree< Value_t, Left_t, Right_t >:
Public Types | |
typedef PETE_TBTree< Value_t, Left_t, Right_t > | PETE_Expr_t |
typedef PETEBinaryReturn< typename Left_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_TBTree () | |
PETE_TBTree (const Value_t &v, const Left_t &l, const Right_t &r) | |
PETE_TBTree (const Left_t &l, const Right_t &r) | |
Public Attributes | |
Value_t | Value |
Left_t | Left |
Right_t | Right |
Definition at line 344 of file PETE.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 356 of file PETE.h. Referenced by struct_for_each< OpWhere, T1, T2, Functor >::apply(), struct_for_each< Op, T1, T2, Functor >::apply(), and for_each(). |
|
Definition at line 357 of file PETE.h. Referenced by struct_for_each< OpWhere, T1, T2, Functor >::apply(), struct_for_each< Op, T1, T2, Functor >::apply(), and for_each(). |
|
Definition at line 351 of file PETE.h. Referenced by struct_for_each< Op, T1, T2, Functor >::apply(). |