19 #ifndef _BOOST_PTREE_HPP_
20 #define _BOOST_PTREE_HPP_
22 #define BOOST_SPIRIT_THREADSAFE
25 #include <boost/shared_ptr.hpp>
26 #include <boost/scoped_ptr.hpp>
27 #include <boost/property_tree/ptree.hpp>
28 #include <boost/property_tree/json_parser.hpp>
29 #include <boost/foreach.hpp>
35 namespace bpt = boost::property_tree;
boost::scoped_ptr< BoostPtree > ScopedPtree
Definition: boost_ptree.hpp:33
boost::property_tree::ptree BoostPtree
Definition: boost_ptree.hpp:31
void ptreeMerge(BoostPtree &pt1, BoostPtree &pt2, std::string node)
Definition: boost_ptree.cpp:7
void ptreeAddOrPut(BoostPtree &pt1, std::string name, std::string value)
Definition: boost_ptree.cpp:40
boost::shared_ptr< BoostPtree > SharedPtree
Definition: boost_ptree.hpp:32