OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <IpplExpressions.h>
Public Member Functions | |
AnyHolder () | |
AnyHolder (const T &t, OP op) | |
AnyHolder (const AnyHolder< T, OP > &rhs) | |
const AnyHolder< T, OP > & | operator= (const T &rhs) |
const AnyHolder< T, OP > & | operator= (const AnyHolder< T, OP > &rhs) |
const AnyHolder< T, OP > & | operator*= (const T &rhs) |
const AnyHolder< T, OP > & | operator*= (const AnyHolder< T, OP > &rhs) |
Message & | putMessage (Message &m) |
Message & | getMessage (Message &m) |
Public Attributes | |
bool | Test |
T | Val |
OP | Op |
Definition at line 362 of file IpplExpressions.h.
|
inline |
Definition at line 367 of file IpplExpressions.h.
|
inline |
Definition at line 368 of file IpplExpressions.h.
|
inline |
Definition at line 369 of file IpplExpressions.h.
Definition at line 400 of file IpplExpressions.h.
References Message::get(), and AnyHolder< T, OP >::Test.
|
inline |
Definition at line 390 of file IpplExpressions.h.
References AnyHolder< T, OP >::Test.
|
inline |
Definition at line 384 of file IpplExpressions.h.
References AnyHolder< T, OP >::Op, PETE_apply(), AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val.
|
inline |
Definition at line 377 of file IpplExpressions.h.
References AnyHolder< T, OP >::Op, AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val.
|
inline |
Definition at line 371 of file IpplExpressions.h.
References AnyHolder< T, OP >::Op, PETE_apply(), AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val.
Definition at line 395 of file IpplExpressions.h.
References Message::put(), and AnyHolder< T, OP >::Test.
OP AnyHolder< T, OP >::Op |
Definition at line 366 of file IpplExpressions.h.
Referenced by AnyHolder< T, OP >::operator*=(), and AnyHolder< T, OP >::operator=().
bool AnyHolder< T, OP >::Test |
Definition at line 364 of file IpplExpressions.h.
Referenced by any(), AnyHolder< T, OP >::getMessage(), AnyHolder< T, OP >::operator*=(), AnyHolder< T, OP >::operator=(), and AnyHolder< T, OP >::putMessage().
T AnyHolder< T, OP >::Val |
Definition at line 365 of file IpplExpressions.h.
Referenced by AnyHolder< T, OP >::operator*=(), and AnyHolder< T, OP >::operator=().