ddt 1.1.0
|
#include <informationMaps.hpp>
Protected Attributes | |
ddt::DdtLogger * | logger |
InformationMaps () | |
virtual | ~InformationMaps () |
void | set_logger (ddt::DdtLogger *const in_logger) |
std::list< std::string > | get_InformationMaps () |
boost::property_tree::ptree * | get_InformationMap (const std::string identification) |
void | LoadInformationMaps (const std::string info_map_source) |
Class to wrap the usage of information map access classes.
InformationMaps::InformationMaps | ( | ) |
Constructor
|
virtual |
Destructor
boost::property_tree::ptree * InformationMaps::get_InformationMap | ( | const std::string | identification | ) |
Get a information map in form of a boost property tree.
identification | string to identify the information map that is to be loaded |
std::list< std::string > InformationMaps::get_InformationMaps | ( | ) |
Get a list of information maps. The maps are identified using a string.
void InformationMaps::LoadInformationMaps | ( | const std::string | info_map_source | ) |
Load the information maps from the specified information map source.
info_map_source | the source of the information maps |
void InformationMaps::set_logger | ( | ddt::DdtLogger *const | in_logger | ) |
Set logger
in_logger | A DDT logger object (no transfer of ownership). |
|
protected |
The logger object