#include "dmmap.h" dmmap::dmmap(string prefix, string suffix) { key = prefix; values.push_back(suffix); }