tcalc 0.2.0
 
Loading...
Searching...
No Matches
tcalc::ast::FdefNode Member List

This is the complete list of members for tcalc::ast::FdefNode, including all inherited members.

args() const noexcepttcalc::ast::FdefNodeinline
args() noexcepttcalc::ast::FdefNodeinline
body() const noexcepttcalc::ast::FdefNodeinline
body() noexcepttcalc::ast::FdefNodeinline
body(NodePtr<> body)tcalc::ast::FdefNodeinline
FdefNode(std::string name)tcalc::ast::FdefNodeinlineexplicit
FdefNode(std::string name, std::vector< std::string > args, NodePtr<> body)tcalc::ast::FdefNodeinline
name() const noexcepttcalc::ast::FdefNodeinline
name(std::string name)tcalc::ast::FdefNodeinline
Node(NodeType type)tcalc::ast::Nodeinlineexplicit
push_arg(const std::string &arg)tcalc::ast::FdefNodeinline
type() const noexcepttcalc::ast::Nodeinline
~FdefNode() override=default (defined in tcalc::ast::FdefNode)tcalc::ast::FdefNode
~Node()=default (defined in tcalc::ast::Node)tcalc::ast::Nodevirtual