This is the complete list of members for tcalc::ast::UnaryOpNode, including all inherited members.
Node(NodeType type) | tcalc::ast::Node | inlineexplicit |
operand() const noexcept | tcalc::ast::UnaryOpNode | inline |
operand() noexcept | tcalc::ast::UnaryOpNode | inline |
operand(NodePtr<> operand) noexcept | tcalc::ast::UnaryOpNode | inline |
type() const noexcept | tcalc::ast::Node | inline |
UnaryOpNode(NodeType type) | tcalc::ast::UnaryOpNode | inlineexplicit |
UnaryOpNode(NodeType type, NodePtr<> operand) | tcalc::ast::UnaryOpNode | inline |
~Node()=default (defined in tcalc::ast::Node) | tcalc::ast::Node | virtual |
~UnaryOpNode() override=default (defined in tcalc::ast::UnaryOpNode) | tcalc::ast::UnaryOpNode |