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