OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Types | Public Member Functions | Public Attributes | List of all members
PETE_TBTree< Value_t, Left_t, Right_t > Struct Template Reference

#include <PETE.h>

Inheritance diagram for PETE_TBTree< Value_t, Left_t, Right_t >:
Inheritance graph
[legend]
Collaboration diagram for PETE_TBTree< Value_t, Left_t, Right_t >:
Collaboration graph
[legend]

Public Types

enum  { IsExpr = 1 }
 
typedef PETE_TBTree< Value_t, Left_t, Right_t > PETE_Expr_t
 
typedef PETEBinaryReturn< typenameLeft_t::PETE_Return_t, typenameRight_t::PETE_Return_t, Value_t >::type PETE_Return_t
 
- Public Types inherited from PETE_Expr< PETE_TBTree< Value_t, Left_t, Right_t > >
typedef PETE_TBTree< Value_t, Left_t, Right_t > Wrapped
 

Public Member Functions

const PETE_Expr_tMakeExpression () 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 Member Functions inherited from PETE_Expr< PETE_TBTree< Value_t, Left_t, Right_t > >
PETE_TBTree< Value_t, Left_t, Right_t > & PETE_unwrap ()
 
const PETE_TBTree< Value_t, Left_t, Right_t > & PETE_unwrap () const
 

Public Attributes

Value_t Value
 
Left_t Left
 
Right_t Right
 

Detailed Description

template<class Value_t, class Left_t, class Right_t>
struct PETE_TBTree< Value_t, Left_t, Right_t >

Definition at line 290 of file PETE.h.

Member Typedef Documentation

◆ PETE_Expr_t

template<class Value_t , class Left_t , class Right_t >
typedef PETE_TBTree<Value_t,Left_t,Right_t> PETE_TBTree< Value_t, Left_t, Right_t >::PETE_Expr_t

Definition at line 294 of file PETE.h.

◆ PETE_Return_t

template<class Value_t , class Left_t , class Right_t >
typedef PETEBinaryReturn<typenameLeft_t::PETE_Return_t,typenameRight_t::PETE_Return_t,Value_t>::type PETE_TBTree< Value_t, Left_t, Right_t >::PETE_Return_t

Definition at line 296 of file PETE.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Value_t , class Left_t , class Right_t >
anonymous enum
Enumerator
IsExpr 

Definition at line 293 of file PETE.h.

Constructor & Destructor Documentation

◆ PETE_TBTree() [1/3]

template<class Value_t , class Left_t , class Right_t >
PETE_TBTree< Value_t, Left_t, Right_t >::PETE_TBTree ( )
inline

Definition at line 307 of file PETE.h.

◆ PETE_TBTree() [2/3]

template<class Value_t , class Left_t , class Right_t >
PETE_TBTree< Value_t, Left_t, Right_t >::PETE_TBTree ( const Value_t &  v,
const Left_t &  l,
const Right_t &  r 
)
inline

Definition at line 311 of file PETE.h.

◆ PETE_TBTree() [3/3]

template<class Value_t , class Left_t , class Right_t >
PETE_TBTree< Value_t, Left_t, Right_t >::PETE_TBTree ( const Left_t &  l,
const Right_t &  r 
)
inline

Definition at line 316 of file PETE.h.

Member Function Documentation

◆ MakeExpression()

template<class Value_t , class Left_t , class Right_t >
const PETE_Expr_t & PETE_TBTree< Value_t, Left_t, Right_t >::MakeExpression ( ) const
inline

Definition at line 297 of file PETE.h.

Member Data Documentation

◆ Left

template<class Value_t , class Left_t , class Right_t >
Left_t PETE_TBTree< Value_t, Left_t, Right_t >::Left

◆ Right

template<class Value_t , class Left_t , class Right_t >
Right_t PETE_TBTree< Value_t, Left_t, Right_t >::Right

◆ Value

template<class Value_t , class Left_t , class Right_t >
Value_t PETE_TBTree< Value_t, Left_t, Right_t >::Value

Definition at line 301 of file PETE.h.

Referenced by struct_for_each< Op, T1, T2, Functor >::apply().


The documentation for this struct was generated from the following file: