OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
A function of one U, returning a T. More...
#include <TFunction1.h>
Public Attributes | |
const char * | name |
The function name or operator representation. More... | |
int | precedence |
The operator precedence. More... | |
T(* | function )(U) |
The actual operation. More... | |
A function of one U, returning a T.
Definition at line 31 of file TFunction1.h.
T(* Expressions::TFunction1< T, U >::function) (U) |
The actual operation.
Definition at line 45 of file TFunction1.h.
const char* Expressions::TFunction1< T, U >::name |
The function name or operator representation.
Definition at line 34 of file TFunction1.h.
int Expressions::TFunction1< T, U >::precedence |
The operator precedence.
Definition at line 42 of file TFunction1.h.