Home
last modified time | relevance | path

Searched defs:Constant_AST_Node (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_eval.hpp266 struct Constant_AST_Node final : AST_Node_Impl<T> { struct
267 Constant_AST_Node(std::string t_ast_node_text, Parse_Location t_loc, Boxed_Value t_value) in Constant_AST_Node() function
273 explicit Constant_AST_Node(Boxed_Value t_value) in Constant_AST_Node() function
279 Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &) const override { in eval_internal()
283 Boxed_Value m_value;
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_eval.hpp266 struct Constant_AST_Node final : AST_Node_Impl<T> { struct
267 Constant_AST_Node(std::string t_ast_node_text, Parse_Location t_loc, Boxed_Value t_value) in Constant_AST_Node() argument
273 explicit Constant_AST_Node(Boxed_Value t_value) in Constant_AST_Node() function
279 Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &) const override { in eval_internal()
283 Boxed_Value m_value;