unlogic
|
#include <Node.h>
Public Member Functions | |
CallNode (std::string function_name, std::vector< UniqueNode > arguments) | |
~CallNode () | |
Public Attributes | |
std::string | function_name |
std::vector< UniqueNode > | arguments |
CallNode::CallNode | ( | std::string | function_name, |
std::vector< UniqueNode > | arguments | ||
) |
|
default |
std::vector<UniqueNode> unlogic::CallNode::arguments |