11#ifndef INFORMATIONMAPSACCESS_HPP
12#define INFORMATIONMAPSACCESS_HPP
14#define BOOST_BIND_GLOBAL_PLACEHOLDERS
21#include <unordered_map>
25#include <boost/bind/bind.hpp>
26#include <boost/signals2/signal.hpp>
27#include <boost/tokenizer.hpp>
29#include "boost/property_tree/json_parser.hpp"
30#include "boost/property_tree/ptree.hpp"
36typedef boost::signals2::signal<void()>
SignalT;
74 const std::string identification);
91 std::unordered_map<std::string, boost::property_tree::ptree*>
Definition ddtLogger.hpp:43
Class to wrap the usage of log4cplus as logging utility. This file provides a wrapper class for the u...
boost::signals2::signal< void()> SignalT
Definition ddtMemoryAccessor.hpp:73
Definition ddtClient.hpp:32