school/cs235/lab07/dmmap.cpp

7 lines
115 B
C++
Raw Normal View History

2016-04-06 20:46:10 -07:00
#include "dmmap.h"
dmmap::dmmap(string prefix, string suffix) {
key = prefix;
values.push_back(suffix);
}