6 #include "core/shared_ptr.hpp" 7 #include "core/cont/list.hpp" 8 #include "core/cont/map.hpp" 13 namespace jle {
namespace hp {
22 std::string rule4replace;
29 AST_node_item(
const std::string& _name,
const std::string& _value=
"",
const std::string& _rule4replace={})
30 : name(_name), value(_value), rule4replace(_rule4replace) {}
jle::shared_ptr< AST_node_item > add_next(const std::string &_name, const std::string &_value, const std::string &_rule4replace)
Definition: ast.cpp:17
A safe std smart pointer WRAPPER.
Definition: shared_ptr.hpp:39
generic namespace
Definition: alarm.cpp:12
jle::shared_ptr< AST_node_item > add_child(const std::string &_name, const std::string &_value, const std::string &_rule4replace)
Definition: ast.cpp:26