12#ifndef INFORMATIONMAPSACCESSFILES_HPP
13#define INFORMATIONMAPSACCESSFILES_HPP
15#define BOOST_BIND_GLOBAL_PLACEHOLDERS
20#include <boost/bind/bind.hpp>
21#include <boost/signals2/signal.hpp>
22#include <boost/tokenizer.hpp>
25#include "boost/filesystem.hpp"
26#include "boost/system/error_code.hpp"
38typedef boost::signals2::signal<void()>
SignalT;
73 void LoadInformationMap(
const std::string info_map_name);
75 std::vector<std::string> GetFileList(
const std::string info_map_source);
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
Image IO function declaration. This file is part of the DDT Image Handling Library and provides funct...
Definition ddtClient.hpp:32