21#ifndef D3PDMAKERTEST_MAPDUMPER_H
22#define D3PDMAKERTEST_MAPDUMPER_H
31 typedef std::map<std::string, int>
mapi_t;
37 typedef std::map<std::string, float>
mapf_t;
43 typedef std::map<std::string, std::string>
maps_t;
static std::vector< int > values(const mapi_t &map)
std::map< std::string, int > mapi_t
std::map< std::string, std::string > maps_t
std::map< std::string, float > mapf_t
static bool equal(const mapi_t &m1, const mapi_t &m2)
static std::vector< std::string > keys(const mapi_t &map)