10 #ifndef MAP_LOCATION_H_
11 #define MAP_LOCATION_H_
uint16_t y
The y coordinate of the state.
Definition: map_location.h:42
virtual ~MapLocation()
Definition: map_location.cpp:20
std::ostream & operator<<(std::ostream &out, const MapLocation &loc)
Definition: map_location.cpp:24
MapLocation()
Definition: map_location.cpp:12
Definition: map_location.h:21
uint16_t x
The x coordinate of the state.
Definition: map_location.h:41
bool operator==(const MapLocation &loc1, const MapLocation &loc2)
Definition: map_location.cpp:30
bool operator!=(const MapLocation &loc1, const MapLocation &loc2)
Definition: map_location.cpp:35