isomatch
|
#include <gateExpression.h>
Public Member Functions | |
ExpressionLongConst (const std::string &val) | |
virtual sign_t | sign () const |
![]() | |
ExpressionBase (const expr::ExpressionType &type) | |
virtual | ~ExpressionBase () |
bool | equals (const ExpressionBase &oth) const |
void | addRef () |
The object is referenced somewhere. More... | |
void | deleteSelf () |
Call this instead of delete More... | |
Public Attributes | |
std::string | val |
Numeric value. More... | |
![]() | |
expr::ExpressionType | type |
Type of the expression (used for casts) More... | |
Additional Inherited Members | |
![]() | |
int | refcount |
Integer long constant (ExprLongConst
)
|
inline |
|
virtual |
Compute a signature for this expression
Implements ExpressionBase.
std::string ExpressionLongConst::val |
Numeric value.