#include <PETE.h>
Inheritance diagram for PETE_TUTree< Value_t, Child_t >:
Public Types | |
typedef PETE_TUTree< Value_t, Child_t > | PETE_Expr_t |
typedef PETEUnaryReturn< typename Child_t::PETE_Return_t, Value_t >::type | PETE_Return_t |
enum | { IsExpr = 1 } |
Public Member Functions | |
const PETE_Expr_t & | MakeExpression () const |
PETE_TUTree () | |
PETE_TUTree (const Value_t &v, const Child_t &c) | |
PETE_TUTree (const Child_t &c) | |
Public Attributes | |
Value_t | Value |
Child_t | Child |
Definition at line 288 of file PETE.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 299 of file PETE.h. Referenced by for_each(). |
|
Definition at line 294 of file PETE.h. Referenced by for_each(). |