PUMA Library Reference Manual
|
#include <PreExpr.h>
Public Member Functions | |
PreExpr (ErrorStream *, Location) | |
PreExpr () | |
~PreExpr () | |
PreExpr (long double v) | |
void | evaluatePreExpr (char *expression_string) |
bool | value () const |
U_LONG_LONG | toUnsignedInt () |
LONG_LONG | toSignedInt () |
Static Public Member Functions | |
static long double | convertChar (char *value) |
Public Attributes | |
long double | val |
Puma::PreExpr::PreExpr | ( | ErrorStream * | , |
Location | ) |
|
inline |
|
inline |
|
inline |
|
static |
void Puma::PreExpr::evaluatePreExpr | ( | char * | expression_string | ) |
|
inline |
|
inline |
|
inline |
long double Puma::PreExpr::val |