| Puma Reference Manual | Puma: Puma::PreExpr Class Reference |
#include <PreExpr.h>
Public Member Functions | |
| PreExpr (ErrorStream *, Location) | |
| PreExpr () | |
| ~PreExpr () | |
| PreExpr (unsigned long int value) | |
| PreExpr (long int value) | |
| PreExpr (double value) | |
| void | evaluatePreExpr (char *expression_string) |
| bool | value () const |
Static Public Member Functions | |
| static long int | convertChar (char *value) |
Public Attributes | |
| double | val |
| Puma::PreExpr::PreExpr | ( | ErrorStream * | , | |
| Location | ||||
| ) |
| Puma::PreExpr::PreExpr | ( | ) | [inline] |
| Puma::PreExpr::~PreExpr | ( | ) | [inline] |
| Puma::PreExpr::PreExpr | ( | unsigned long int | value | ) | [inline] |
| Puma::PreExpr::PreExpr | ( | long int | value | ) | [inline] |
| Puma::PreExpr::PreExpr | ( | double | value | ) | [inline] |
| void Puma::PreExpr::evaluatePreExpr | ( | char * | expression_string | ) |
| bool Puma::PreExpr::value | ( | ) | const [inline] |
| static long int Puma::PreExpr::convertChar | ( | char * | value | ) | [static] |
| double Puma::PreExpr::val |