OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Public Member Functions | Public Attributes | List of all members
OpParens< TP > Struct Template Reference

#include <IpplTypeComputations.h>

Public Types

enum  { tag = PETE_UnaryPassThruTag }
 

Public Member Functions

 OpParens ()
 
 OpParens (const TP &a)
 

Public Attributes

TP Arg
 

Detailed Description

template<class TP>
struct OpParens< TP >

Definition at line 728 of file IpplTypeComputations.h.

Member Enumeration Documentation

template<class TP>
anonymous enum
Enumerator
tag 

Definition at line 730 of file IpplTypeComputations.h.

Constructor & Destructor Documentation

template<class TP>
OpParens< TP >::OpParens ( )
inline

Definition at line 732 of file IpplTypeComputations.h.

References OpParens< TP >::Arg.

template<class TP>
OpParens< TP >::OpParens ( const TP &  a)
inline

Definition at line 733 of file IpplTypeComputations.h.

Member Data Documentation

template<class TP>
TP OpParens< TP >::Arg

Definition at line 731 of file IpplTypeComputations.h.

Referenced by OpParens< TP >::OpParens(), and PETE_apply().


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