|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Go to the source code of this file.
Classes | |
| struct | Expressions::TFunction2< T, U > |
| A function of two U's returning a T. More... | |
Namespaces | |
| namespace | Expressions |
| Representation objects and parsers for attribute expressions. | |
| struct Expressions::TFunction2 |
A function of two U's returning a T.
Definition at line 31 of file TFunction2.h.
| Class Members | ||
|---|---|---|
| T(*)(U, U) | function | The actual operation. |
| const char * | name | The function name or operator representation. |
| int | precedence | The operator precedence. |