KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Macros | Typedefs | Functions
boost_ptree.hpp File Reference
#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>
Include dependency graph for boost_ptree.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define BOOST_SPIRIT_THREADSAFE

Typedef Documentation

typedef boost::property_tree::ptree BoostPtree
typedef boost::scoped_ptr<BoostPtree> ScopedPtree
typedef boost::shared_ptr<BoostPtree> SharedPtree