Puma Reference Manual | Puma::PreExpr Class Reference |
#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 | ( | ) | [inline] |
Puma::PreExpr::~PreExpr | ( | ) | [inline] |
Puma::PreExpr::PreExpr | ( | long double | v | ) | [inline] |
static long double Puma::PreExpr::convertChar | ( | char * | value | ) | [static] |
void Puma::PreExpr::evaluatePreExpr | ( | char * | expression_string | ) |
LONG_LONG Puma::PreExpr::toSignedInt | ( | ) | [inline] |
U_LONG_LONG Puma::PreExpr::toUnsignedInt | ( | ) | [inline] |
bool Puma::PreExpr::value | ( | ) | const [inline] |
long double Puma::PreExpr::val |