ManaPlus
|
Go to the source code of this file.
Data Structures | |
struct | Position |
Typedefs | |
typedef std::list< Position > | Path |
typedef Path::iterator | PathIterator |
typedef Path::reverse_iterator | PathRIterator |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Position &p) |
std::ostream & | operator<< (std::ostream &os, const Path &path) |
Definition at line 49 of file position.h.
typedef Path::iterator PathIterator |
Definition at line 50 of file position.h.
typedef Path::reverse_iterator PathRIterator |
Definition at line 51 of file position.h.
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 34 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 28 of file position.cpp.
References Position::x, and Position::y.