#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 405 of file IpplExpressions.h.
|
Definition at line 410 of file IpplExpressions.h. |
|
Definition at line 411 of file IpplExpressions.h. |
|
Definition at line 412 of file IpplExpressions.h. |
|
Definition at line 443 of file IpplExpressions.h. References Message::get(), and AnyHolder< T, OP >::Test. Here is the call graph for this function: |
|
Definition at line 433 of file IpplExpressions.h. References AnyHolder< T, OP >::Test. |
|
Definition at line 427 of file IpplExpressions.h. References AnyHolder< T, OP >::Op, PETE_apply(), AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val. Here is the call graph for this function: |
|
Definition at line 420 of file IpplExpressions.h. References AnyHolder< T, OP >::Op, AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val. |
|
Definition at line 414 of file IpplExpressions.h. References AnyHolder< T, OP >::Op, PETE_apply(), AnyHolder< T, OP >::Test, and AnyHolder< T, OP >::Val. Here is the call graph for this function: |
|
Definition at line 438 of file IpplExpressions.h. References Message::put(), and AnyHolder< T, OP >::Test. Here is the call graph for this function: |
|
Definition at line 409 of file IpplExpressions.h. Referenced by AnyHolder< T, OP >::operator *=(), and AnyHolder< T, OP >::operator=(). |
|
Definition at line 407 of file IpplExpressions.h. Referenced by any(), AnyHolder< T, OP >::getMessage(), AnyHolder< T, OP >::operator *=(), AnyHolder< T, OP >::operator=(), and AnyHolder< T, OP >::putMessage(). |
|
Definition at line 408 of file IpplExpressions.h. Referenced by AnyHolder< T, OP >::operator *=(), and AnyHolder< T, OP >::operator=(). |