ddt 1.2.1
|
#include <informationMapsAccess.hpp>
Public Member Functions | |
virtual void | LoadInformationMaps (const std::string info_map_source)=0 |
Protected Attributes | |
ddt::DdtLogger * | logger |
std::unordered_map< std::string, boost::property_tree::ptree * > | information_maps |
InformationMapsAccess () | |
virtual | ~InformationMapsAccess () |
virtual void | set_logger (ddt::DdtLogger *const in_logger) |
virtual std::list< std::string > | get_InformationMaps () |
virtual boost::property_tree::ptree * | get_InformationMap (const std::string identification) |
Class to wrap the usage of information map access functions.
|
explicit |
Constructor
|
virtualdefault |
Destructor
|
virtual |
Get a information map in form of a boost property tree.
identification | string to identify the information map that is to be loaded |
|
virtual |
Get a list of information maps. The maps are identified using a string.
|
pure virtual |
Load the information maps from the specified information map source.
info_map_source | the source of the information maps |
Implemented in ddt::InformationMapsAccessFiles.
|
virtual |
Set logger
in_logger | A DDT logger object (no transfer of ownership). |
|
protected |
The collection of information maps
|
protected |
The logger object