isomatch
|
#include <gateExpression.h>
Public Member Functions | |
ExpressionSlice (ExpressionBase *expr, unsigned beg, unsigned end) | |
virtual | ~ExpressionSlice () |
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 | |
ExpressionBase * | expr |
unsigned | beg |
First index (inclusive) of the subword. More... | |
unsigned | end |
Last index (exclusive) of the subword. More... | |
![]() | |
expr::ExpressionType | type |
Type of the expression (used for casts) More... | |
Additional Inherited Members | |
![]() | |
int | refcount |
Take a subword out of a word (ExprSlice
)
|
inline |
|
inlinevirtual |
|
virtual |
Compute a signature for this expression
Implements ExpressionBase.
unsigned ExpressionSlice::beg |
First index (inclusive) of the subword.
unsigned ExpressionSlice::end |
Last index (exclusive) of the subword.
ExpressionBase* ExpressionSlice::expr |