compacted_viewer_t Struct Reference
Structure of a single compacted expression. In the memory block, this initial structure is followed by the left subexpression (if present), and then by right subexpression (if present). r_offset is an offset to the right subexpression.
More...
#include <dve_expression.hh>
List of all members.
|
Public Attributes |
int | arity |
int | op |
int | r_offset |
int | size |
Detailed Description
Structure of a single compacted expression. In the memory block, this initial structure is followed by the left subexpression (if present), and then by right subexpression (if present). r_offset is an offset to the right subexpression.
The documentation for this struct was generated from the following file: