souffle
2.0.2-371-g6315b36
|
#include <Node.h>
Additional Inherited Members | |
Public Types inherited from souffle::interpreter::Node | |
using | RelationHandle = Own< RelationWrapper > |
Protected Attributes inherited from souffle::interpreter::Node | |
RelationHandle *const | relHandle |
const ram::Node * | shadow |
enum NodeType | type |
Protected Attributes inherited from souffle::interpreter::ConditionalOperation | |
Own< Node > | cond |
Protected Attributes inherited from souffle::interpreter::NestedOperation | |
Own< Node > | nested |
Protected Attributes inherited from souffle::interpreter::SuperOperation | |
const SuperInstruction | superInst |
Protected Attributes inherited from souffle::interpreter::ViewOperation | |
size_t | viewId |
|
inline |
Definition at line 638 of file Node.h.
References souffle::interpreter::UnpackRecord::expr, souffle::interpreter::UnpackRecord::getExpr(), souffle::interpreter::NestedOperation::nested, souffle::interpreter::NestedOperation::NestedOperation(), souffle::interpreter::Node::Node(), and souffle::interpreter::UnpackRecord::UnpackRecord().
Referenced by souffle::interpreter::Choice::Choice().