Point Member List
This is the complete list of members for Point, including all inherited members.
| getX() const | Point | |
| getY() const | Point | |
| operator!=(const Point &a, const Point &b) | Point | friend |
| operator+(const Point &a, const Point &b) | Point | friend |
| operator+(const Point &a, const int &b) | Point | friend |
| operator+=(const Point &right) | Point | |
| operator-(const Point &a) | Point | friend |
| operator<<(std::ostream &out, const Point &pt) | Point | friend |
| operator=(const Point &other) | Point | |
| operator==(const Point &a, const Point &b) | Point | friend |
| operator>>(std::istream &in, Point &pt) | Point | friend |
| Point() | Point | |
| Point(int newx, int newy) | Point | |
| setX(int newx) | Point | |
| setY(int newy) | Point |