35 #ifndef _DBW_FCA_CAN_PLATFORM_MAP_H 36 #define _DBW_FCA_CAN_PLATFORM_MAP_H 55 for (
size_t i = 0; i < vec.size(); i++) {
66 for (Map::const_iterator it_p =
map.begin(); it_p !=
map.end(); it_p++) {
67 const MapM &map_m = it_p->second;
68 MapM::const_iterator it_m = map_m.find(m);
69 if (it_m != map_m.end()) {
76 MapP::const_iterator it_p =
map.find(p);
77 if (it_p !=
map.end()) {
78 const MapM &map_m = it_p->second;
79 MapM::const_iterator it_m = map_m.find(m);
80 if (it_m != map_m.end()) {
90 for (Map::const_iterator it_p =
map.begin(); it_p !=
map.end(); it_p++) {
91 const MapM &map_m = it_p->second;
92 MapM::const_iterator it_m = map_m.find(m);
93 if (it_m != map_m.end()) {
103 typedef std::map<Module, ModuleVersion>
MapM;
104 typedef std::map<Platform, MapM>
MapP;
118 #endif // _DBW_FCA_CAN_PLATFORM_MAP_H
static bool operator==(const PlatformVersion &x, const PlatformMap &map)
static bool operator<(const PlatformVersion &x, const PlatformMap &map)
static bool operator<=(const PlatformVersion &x, const PlatformMap &map)
static bool operator>(const PlatformVersion &x, const PlatformMap &map)
static bool operator!=(const PlatformVersion &x, const PlatformMap &map)
static bool operator>=(const PlatformVersion &x, const PlatformMap &map)