8#ifndef CONFIGUREDMODULE_HPP
9#define CONFIGUREDMODULE_HPP
27 typedef std::function<void(
const std::string&)> fn;
28 typedef std::function<std::string()> ofn;
29 typedef std::map<const std::string, std::pair<fn, ofn>> map;
49 static void configureModule(
const std::string& mod,
const fn& setter,
const ofn& getter);
70 static std::string
addPrefix(
const std::string& moduleName);
76 static map configuredModules;