#include <iostream>#include <sstream>#include <vector>Include dependency graph for Point.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std | 
Classes | |
| class | Point | 
Functions | |
| ostream & | operator<< (ostream &os, const Point point) | 
| ostream& operator<< | ( | ostream & | os, | |
| const Point | point | |||
| ) | 
Convenience method for streaming a point to a given output stream.
| os | The output stream | |
| point | A given point object | 
Definition at line 59 of file Point.cpp.
References Point::toString().
 1.5.2