SatDump 2.0.0-alpha-76a915210
|
Public Member Functions | |
Coordinates (int aLine, int aColumn) | |
bool | operator== (const Coordinates &o) const |
bool | operator!= (const Coordinates &o) const |
bool | operator< (const Coordinates &o) const |
bool | operator> (const Coordinates &o) const |
bool | operator<= (const Coordinates &o) const |
bool | operator>= (const Coordinates &o) const |
Static Public Member Functions | |
static Coordinates | Invalid () |
Public Attributes | |
int | mLine |
int | mColumn |