|
ddt 1.2.1
|
#include <informationMapsAccessFiles.hpp>
| InformationMapsAccessFiles () | |
| ~InformationMapsAccessFiles () override | |
| void | LoadInformationMaps (const std::string info_map_source) override |
Additional Inherited Members | |
Public Member Functions inherited from ddt::InformationMapsAccess | |
| 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) |
Protected Attributes inherited from ddt::InformationMapsAccess | |
| ddt::DdtLogger * | logger |
| std::unordered_map< std::string, boost::property_tree::ptree * > | information_maps |
Class to wrap the usage of information maps that are stored in files.
| InformationMapsAccessFiles::InformationMapsAccessFiles | ( | ) |
Constructor
|
override |
Destructor
|
overridevirtual |
Load the information maps from the specified information map source.
| info_map_source | the source of the information maps |
Implements ddt::InformationMapsAccess.