1#ifndef OPAL_TFunction1_HH
2#define OPAL_TFunction1_HH
Representation objects and parsers for attribute expressions.
A function of one U, returning a T.
int precedence
The operator precedence.
const char * name
The function name or operator representation.
T(* function)(U)
The actual operation.