Stg::point_int_t Class Reference
#include <stage.hh>
Public Member Functions | |
bool | operator< (const point_int_t &other) const |
bool | operator== (const point_int_t &other) const |
point_int_t (int x, int y) | |
point_int_t () | |
Public Attributes | |
int | x |
int | y |
Detailed Description
Define an integer point on the 2d plane
Constructor & Destructor Documentation
◆ point_int_t() [1/2]
|
inline |
◆ point_int_t() [2/2]
|
inline |
Member Function Documentation
◆ operator<()
|
inline |
required to put these in sorted containers like std::map
◆ operator==()
|
inline |
Member Data Documentation
◆ x
int Stg::point_int_t::x |
◆ y
int Stg::point_int_t::y |
The documentation for this class was generated from the following file:
Generated on Mon May 15 2017 20:06:03 for Stage by
