Public Member Functions | |
| PointKey (int x_, int y_, int key_) | |
| PointKey (Point point_, int key_) | |
| PointKey (const PointKey &source_point) | |
| PointKey & | operator= (const PointKey &source_point) |
| int | operator== (const PointKey &a) |
| bool | operator< (const PointKey &a) const |
Public Attributes | |
| Point | point |
| int | key |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, PointKey a) |
1.8.5.