|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
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.
Referenced by AnyHolder(), operator*=(), operator*=(), operator=(), and operator=().
|
inline |
Definition at line 368 of file IpplExpressions.h.
Definition at line 369 of file IpplExpressions.h.
References AnyHolder(), Op, Test, and Val.
Definition at line 400 of file IpplExpressions.h.
References Message::get(), and Test.
|
inline |
Definition at line 390 of file IpplExpressions.h.
References AnyHolder(), and Test.
|
inline |
Definition at line 384 of file IpplExpressions.h.
References AnyHolder(), Op, PETE_apply(), Test, and Val.
|
inline |
Definition at line 377 of file IpplExpressions.h.
References AnyHolder(), Op, Test, and Val.
|
inline |
Definition at line 371 of file IpplExpressions.h.
References AnyHolder(), Op, PETE_apply(), Test, and Val.
Definition at line 395 of file IpplExpressions.h.
References Message::put(), and Test.
| OP AnyHolder< T, OP >::Op |
Definition at line 366 of file IpplExpressions.h.
Referenced by AnyHolder(), AnyHolder(), AnyHolder(), operator*=(), operator=(), and operator=().
| bool AnyHolder< T, OP >::Test |
Definition at line 364 of file IpplExpressions.h.
Referenced by any(), any(), AnyHolder(), AnyHolder(), AnyHolder(), getMessage(), operator*=(), operator*=(), operator=(), operator=(), and putMessage().
| T AnyHolder< T, OP >::Val |
Definition at line 365 of file IpplExpressions.h.
Referenced by AnyHolder(), AnyHolder(), AnyHolder(), operator*=(), operator=(), and operator=().