OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Public Member Functions | List of all members
PETE_Expr< WrappedExpr > Class Template Reference

#include <PETE.h>

Inheritance diagram for PETE_Expr< WrappedExpr >:
Inheritance graph
[legend]

Public Types

typedef WrappedExpr Wrapped
 

Public Member Functions

WrappedExpr & PETE_unwrap ()
 
const WrappedExpr & PETE_unwrap () const
 

Detailed Description

template<class WrappedExpr>
class PETE_Expr< WrappedExpr >

Definition at line 80 of file PETE.h.

Member Typedef Documentation

template<class WrappedExpr>
typedef WrappedExpr PETE_Expr< WrappedExpr >::Wrapped

Definition at line 83 of file PETE.h.

Member Function Documentation

template<class WrappedExpr>
WrappedExpr& PETE_Expr< WrappedExpr >::PETE_unwrap ( )
inline

Definition at line 85 of file PETE.h.

Referenced by abs(), any(), assign(), bounds(), max(), min(), minmax(), pete_cast(), prod(), Reduction(), sum(), and where().

template<class WrappedExpr>
const WrappedExpr& PETE_Expr< WrappedExpr >::PETE_unwrap ( ) const
inline

Definition at line 89 of file PETE.h.


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