#include <Value.hpp>
Public Member Functions | |
| Point (int32_t inX, int32_t inY) | |
| Point (const Point &inSource) | |
| Point & | operator= (const Point &inSource) throw () |
| bool | operator< (const Point &inRhs) const throw () |
| bool | operator== (const Point &inRhs) const throw () |
| bool | operator!= (const Point &inRhs) const throw () |
| bool | operator> (const Point &inRhs) const throw () |
| bool | operator>= (const Point &inRhs) const throw () |
| bool | operator<= (const Point &inRhs) const throw () |
| const int32_t | getX () const throw () |
| void | setX (const int32_t &inSource) throw () |
| const int32_t | getY () const throw () |
| void | setY (const int32_t &inSource) throw () |
Private Attributes | |
| int32_t | mX |
| int32_t | mY |
Definition at line 230 of file Value.hpp.
1.5.6