#include "position.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Position &p) |
Appends a string representation of a position to the output stream. | |
std::ostream & | operator<< (std::ostream &os, const Path &path) |
Appends a string representation of a path (sequence of positions) to the output stream. |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Path & | path | |||
) |
Appends a string representation of a path (sequence of positions) to the output stream.
Definition at line 30 of file position.cpp.
std::ostream& operator<< | ( | std::ostream & | os, | |
const Position & | p | |||
) |
Appends a string representation of a position to the output stream.
Definition at line 24 of file position.cpp.