souffle  2.0.2-371-g6315b36
Private Member Functions
souffle::interpreter::Constraint Class Reference

#include <Node.h>

Inheritance diagram for souffle::interpreter::Constraint:
Inheritance graph
Collaboration diagram for souffle::interpreter::Constraint:
Collaboration graph

Private Member Functions

 BinaryNode (enum NodeType ty, const ram::Node *sdw, Own< Node > lhs, Own< Node > rhs, RelationHandle *relHandle=nullptr)
 

Additional Inherited Members

- Public Types inherited from souffle::interpreter::Node
using RelationHandle = Own< RelationWrapper >
 
- Public Member Functions inherited from souffle::interpreter::BinaryNode
 BinaryNode (enum NodeType ty, const ram::Node *sdw, Own< Node > lhs, Own< Node > rhs, RelationHandle *relHandle=nullptr)
 
const NodegetLhs () const
 get left child of node More...
 
const NodegetRhs () const
 get right child of node More...
 
- Public Member Functions inherited from souffle::interpreter::Node
RelationWrappergetRelation () const
 get relation from handle More...
 
const ram::NodegetShadow () const
 get shadow node, i.e., RAM node More...
 
enum NodeType getType () const
 get node type More...
 
 Node (enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle=nullptr)
 
virtual ~Node ()=default
 
- Protected Attributes inherited from souffle::interpreter::BinaryNode
Own< Nodelhs
 
Own< Noderhs
 
- Protected Attributes inherited from souffle::interpreter::Node
RelationHandle *const relHandle
 
const ram::Nodeshadow
 
enum NodeType type
 

Detailed Description

Definition at line 569 of file Node.h.

Member Function Documentation

◆ BinaryNode()

souffle::interpreter::BinaryNode::BinaryNode
inlineprivate

Definition at line 257 of file Node.h.

258  :
259  Own<Node> lhs;

The documentation for this class was generated from the following file:
souffle::interpreter::BinaryNode::lhs
Own< Node > lhs
Definition: Node.h:272