OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Attributes | List of all members
Expressions::TFunction1< T, U > Struct Template Reference

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...
 

Detailed Description

template<class T, class U>
struct Expressions::TFunction1< T, U >

A function of one U, returning a T.

Definition at line 31 of file TFunction1.h.

Member Data Documentation

template<class T, class U>
T(* Expressions::TFunction1< T, U >::function)(U)

The actual operation.

Definition at line 45 of file TFunction1.h.

template<class T, class U>
const char* Expressions::TFunction1< T, U >::name

The function name or operator representation.

Definition at line 34 of file TFunction1.h.

template<class T, class U>
int Expressions::TFunction1< T, U >::precedence

The operator precedence.

Definition at line 42 of file TFunction1.h.


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