OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Attributes | List of all members
Expressions::TFunction0< T > Struct Template Reference

An operand-less function returning a T. More...

#include <TFunction0.h>

Public Attributes

const char * name
 The function name or operator representation. More...
 
int precedence
 The operator precedence. More...
 
T(* function )()
 The actual operation. More...
 

Detailed Description

template<class T>
struct Expressions::TFunction0< T >

An operand-less function returning a T.

Definition at line 31 of file TFunction0.h.

Member Data Documentation

◆ function

template<class T >
T(* Expressions::TFunction0< T >::function) ()

The actual operation.

Definition at line 46 of file TFunction0.h.

◆ name

template<class T >
const char* Expressions::TFunction0< T >::name

The function name or operator representation.

Definition at line 34 of file TFunction0.h.

◆ precedence

template<class T >
int Expressions::TFunction0< T >::precedence

The operator precedence.

Definition at line 42 of file TFunction0.h.


The documentation for this struct was generated from the following file: