KISSCPP
a C++ library for rapid application development
|
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
kisscpp | |
Macros | |
#define | BOOST_SPIRIT_THREADSAFE |
Typedefs | |
typedef boost::property_tree::ptree | BoostPtree |
typedef boost::shared_ptr < BoostPtree > | SharedPtree |
typedef boost::scoped_ptr < BoostPtree > | ScopedPtree |
Functions | |
void | kisscpp::ptreeMerge (BoostPtree &pt1, BoostPtree &pt2, std::string node) |
void | kisscpp::ptreeAddOrPut (BoostPtree &pt1, std::string name, std::string value) |
#define BOOST_SPIRIT_THREADSAFE |
typedef boost::property_tree::ptree BoostPtree |
typedef boost::scoped_ptr<BoostPtree> ScopedPtree |
typedef boost::shared_ptr<BoostPtree> SharedPtree |