souffle  2.0.2-371-g6315b36
Public Member Functions | Private Attributes
souffle::interpreter::Call Class Reference

#include <Node.h>

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

Public Member Functions

 Call (enum NodeType ty, const ram::Node *sdw, size_t subroutineId)
 
size_t getSubroutineId () const
 
- 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
 

Private Attributes

const size_t subroutineId
 

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::Nodeshadow
 
enum NodeType type
 

Detailed Description

Definition at line 805 of file Node.h.

Constructor & Destructor Documentation

◆ Call()

souffle::interpreter::Call::Call ( enum NodeType  ty,
const ram::Node sdw,
size_t  subroutineId 
)
inline

Definition at line 807 of file Node.h.

808  : public Node {

References souffle::interpreter::Node::Node().

Here is the call graph for this function:

Member Function Documentation

◆ getSubroutineId()

size_t souffle::interpreter::Call::getSubroutineId ( ) const
inline

Definition at line 810 of file Node.h.

815  : public Node {

Field Documentation

◆ subroutineId

const size_t souffle::interpreter::Call::subroutineId
private

Definition at line 815 of file Node.h.


The documentation for this class was generated from the following file:
souffle::interpreter::Node::Node
Node(enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle=nullptr)
Definition: Node.h:182