PUMA Library 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
 

Constructor & Destructor Documentation

Puma::PreExpr::PreExpr ( ErrorStream ,
Location   
)
Puma::PreExpr::PreExpr ( )
inline
Puma::PreExpr::~PreExpr ( )
inline
Puma::PreExpr::PreExpr ( long double  v)
inline

Member Function Documentation

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

Member Data Documentation

long double Puma::PreExpr::val