OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Expressions::TFunction0< T > Struct Template Reference

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

#include <TFunction0.h>

Collaboration diagram for Expressions::TFunction0< T >:
Collaboration graph

Public Attributes

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

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 45 of file TFunction0.h.

◆ name

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

The function name or operator representation.

Definition at line 33 of file TFunction0.h.

◆ precedence

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

The operator precedence.

Definition at line 41 of file TFunction0.h.


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