|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
An operand-less function returning a T. More...
#include <TFunction0.h>

Public Attributes | |
| const char * | name |
| The function name or operator representation. | |
| int | precedence |
| The operator precedence. | |
| T(* | function )() |
| The actual operation. | |
An operand-less function returning a T.
Definition at line 31 of file TFunction0.h.
| T(* Expressions::TFunction0< T >::function) () |
The actual operation.
Definition at line 45 of file TFunction0.h.
| const char* Expressions::TFunction0< T >::name |
The function name or operator representation.
Definition at line 33 of file TFunction0.h.
| int Expressions::TFunction0< T >::precedence |
The operator precedence.
Definition at line 41 of file TFunction0.h.