20#ifndef INFORMATIONMAPSACCESS_HPP
21#define INFORMATIONMAPSACCESS_HPP
23#define BOOST_BIND_GLOBAL_PLACEHOLDERS
30#include <unordered_map>
34#include <boost/bind/bind.hpp>
35#include <boost/signals2/signal.hpp>
36#include <boost/tokenizer.hpp>
38#include "boost/property_tree/json_parser.hpp"
39#include "boost/property_tree/ptree.hpp"
45typedef boost::signals2::signal<void()>
SignalT;
83 const std::string identification);
100 std::unordered_map<std::string, boost::property_tree::ptree*>
Definition ddtLogger.hpp:51
Class to wrap the usage of log4cplus as logging utility. This file provides a wrapper class for the u...
Definition ddtClient.hpp:39