21 #ifndef D3PDMAKERTEST_MAPDUMPER_H
22 #define D3PDMAKERTEST_MAPDUMPER_H
31 typedef std::map<std::string, int>
mapi_t;
33 static std::vector<std::string>
keys (
const mapi_t& map);
37 typedef std::map<std::string, float>
mapf_t;
39 static std::vector<std::string>
keys (
const mapf_t& map);
43 typedef std::map<std::string, std::string>
maps_t;
45 static std::vector<std::string>
keys (
const maps_t& map);
46 static std::vector<std::string>
values (
const maps_t& map);
54 #endif // not D3PDMAKERTEST_MAPDUMPER_H