|
Assignment Search Framework
|
Functions | |
| std::ostream & | operator<< (std::ostream &out, const MapLocation &loc) |
| bool | operator== (const MapLocation &loc1, const MapLocation &loc2) |
| bool | operator!= (const MapLocation &loc1, const MapLocation &loc2) |
| bool operator!= | ( | const MapLocation & | loc1, |
| const MapLocation & | loc2 | ||
| ) |
Defines inequality of two map locations.
| loc1 | The first location to test. |
| loc2 | The second location to test. |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const MapLocation & | loc | ||
| ) |
Outputs a string representation of a map location to the given output stream.
| out | The output stream. |
| loc | The map location to output. |
| bool operator== | ( | const MapLocation & | loc1, |
| const MapLocation & | loc2 | ||
| ) |
Defines equality of two map locations.
| loc1 | The first location to test. |
| loc2 | The second location to test. |