7 #include <boost/make_shared.hpp>
87 NodePtr node = boost::make_shared<Map>(
"");
91 if (!
cfg_->nodes[
idx_]->add(n, previous))
94 if (previous !=
static_cast<NodeIdx>(-1))
95 cfg_->setRightSibling(previous, n);
107 if (parent ==
static_cast<NodeIdx>(-1))