OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
TFunction1.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Expressions::TFunction1< T, U >
 A function of one U, returning a T. More...

Namespaces

namespace  Expressions
 Representation objects and parsers for attribute expressions.

Class Documentation

◆ Expressions::TFunction1

struct Expressions::TFunction1
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.

Inheritance diagram for Expressions::TFunction1< T, U >:
Collaboration diagram for Expressions::TFunction1< T, U >:
Class Members
T(*)(U) function The actual operation.
const char * name The function name or operator representation.
int precedence The operator precedence.