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

#include <PETE.h>

Inheritance diagram for PETE_TUTree< Value_t, Child_t >:
Inheritance graph
[legend]
Collaboration diagram for PETE_TUTree< Value_t, Child_t >:
Collaboration graph
[legend]

Public Types

enum  { IsExpr = 1 }
 
typedef PETE_TUTree< Value_t, Child_t > PETE_Expr_t
 
typedef PETEUnaryReturn< typenameChild_t::PETE_Return_t, Value_t >::type PETE_Return_t
 
- Public Types inherited from PETE_Expr< PETE_TUTree< Value_t, Child_t > >
typedef PETE_TUTree< Value_t, Child_t > Wrapped
 

Public Member Functions

const PETE_Expr_tMakeExpression () const
 
 PETE_TUTree ()
 
 PETE_TUTree (const Value_t &v, const Child_t &c)
 
 PETE_TUTree (const Child_t &c)
 
- Public Member Functions inherited from PETE_Expr< PETE_TUTree< Value_t, Child_t > >
PETE_TUTree< Value_t, Child_t > & PETE_unwrap ()
 
const PETE_TUTree< Value_t, Child_t > & PETE_unwrap () const
 

Public Attributes

Value_t Value
 
Child_t Child
 

Detailed Description

template<class Value_t, class Child_t>
struct PETE_TUTree< Value_t, Child_t >

Definition at line 246 of file PETE.h.

Member Typedef Documentation

◆ PETE_Expr_t

template<class Value_t , class Child_t >
typedef PETE_TUTree<Value_t, Child_t> PETE_TUTree< Value_t, Child_t >::PETE_Expr_t

Definition at line 249 of file PETE.h.

◆ PETE_Return_t

template<class Value_t , class Child_t >
typedef PETEUnaryReturn<typenameChild_t::PETE_Return_t,Value_t>::type PETE_TUTree< Value_t, Child_t >::PETE_Return_t

Definition at line 251 of file PETE.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Value_t , class Child_t >
anonymous enum
Enumerator
IsExpr 

Definition at line 248 of file PETE.h.

Constructor & Destructor Documentation

◆ PETE_TUTree() [1/3]

template<class Value_t , class Child_t >
PETE_TUTree< Value_t, Child_t >::PETE_TUTree ( )
inline

Definition at line 261 of file PETE.h.

◆ PETE_TUTree() [2/3]

template<class Value_t , class Child_t >
PETE_TUTree< Value_t, Child_t >::PETE_TUTree ( const Value_t &  v,
const Child_t &  c 
)
inline

Definition at line 265 of file PETE.h.

◆ PETE_TUTree() [3/3]

template<class Value_t , class Child_t >
PETE_TUTree< Value_t, Child_t >::PETE_TUTree ( const Child_t &  c)
inline

Definition at line 270 of file PETE.h.

Member Function Documentation

◆ MakeExpression()

template<class Value_t , class Child_t >
const PETE_Expr_t & PETE_TUTree< Value_t, Child_t >::MakeExpression ( ) const
inline

Definition at line 252 of file PETE.h.

Member Data Documentation

◆ Child

template<class Value_t , class Child_t >
Child_t PETE_TUTree< Value_t, Child_t >::Child

Definition at line 257 of file PETE.h.

Referenced by for_each().

◆ Value

template<class Value_t , class Child_t >
Value_t PETE_TUTree< Value_t, Child_t >::Value

Definition at line 256 of file PETE.h.

Referenced by for_each().


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