|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
A function of two U's returning a T. More...
#include <TFunction2.h>

Public Attributes | |
| const char * | name |
| The function name or operator representation. | |
| int | precedence |
| The operator precedence. | |
| T(* | function )(U, U) |
| The actual operation. | |
A function of two U's returning a T.
Definition at line 31 of file TFunction2.h.
| T(* Expressions::TFunction2< T, U >::function) (U, U) |
The actual operation.
Definition at line 44 of file TFunction2.h.
| const char* Expressions::TFunction2< T, U >::name |
The function name or operator representation.
Definition at line 33 of file TFunction2.h.
| int Expressions::TFunction2< T, U >::precedence |
The operator precedence.
Definition at line 41 of file TFunction2.h.
Referenced by Expressions::SBinary< T, U >::make().