unlogic
Loading...
Searching...
No Matches
unlogic::CallNode Struct Reference

#include <Node.h>

Public Member Functions

 CallNode (std::string function_name, std::vector< UniqueNode > arguments)
 
 ~CallNode ()
 

Public Attributes

std::string function_name
 
std::vector< UniqueNodearguments
 

Detailed Description

Definition at line 61 of file Node.h.

Constructor & Destructor Documentation

◆ CallNode()

CallNode::CallNode ( std::string  function_name,
std::vector< UniqueNode arguments 
)

Definition at line 17 of file Node.cpp.

◆ ~CallNode()

CallNode::~CallNode ( )
default

Member Data Documentation

◆ arguments

std::vector<UniqueNode> unlogic::CallNode::arguments

Definition at line 64 of file Node.h.

◆ function_name

std::string unlogic::CallNode::function_name

Definition at line 63 of file Node.h.


The documentation for this struct was generated from the following files: