|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Go to the source code of this file.
Classes | |
| struct | Expressions::TFunction0< T > |
| An operand-less function returning a T. More... | |
Namespaces | |
| namespace | Expressions |
| Representation objects and parsers for attribute expressions. | |
| struct Expressions::TFunction0 |
An operand-less function returning a T.
Definition at line 31 of file TFunction0.h.
| Class Members | ||
|---|---|---|
| T(*)() | function | The actual operation. |
| const char * | name | The function name or operator representation. |
| int | precedence | The operator precedence. |