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::NestedOperation | |
Own< Node > | nested |
Protected Attributes inherited from souffle::interpreter::SuperOperation | |
const SuperInstruction | superInst |
Protected Attributes inherited from souffle::interpreter::ViewOperation | |
size_t | viewId |
Protected Attributes inherited from souffle::interpreter::AbstractParallel | |
std::shared_ptr< ViewContext > | viewContext = nullptr |