MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / AST_Node

Method AST_Node

include/chaiscript/language/chaiscript_common.hpp:557–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556 virtual ~AST_Node() = default;
557 AST_Node(AST_Node &&) = default;
558 AST_Node &operator=(AST_Node &&) = default;
559 AST_Node(const AST_Node &) = delete;
560 AST_Node& operator=(const AST_Node &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected