IDA SDK
|
Coordinate in a graph view.
Public Attributes | |
int | x = 0 |
int | y = 0 |
Public Member Functions | |
point_t (int _x, int _y) | |
point_t & | add (const point_t &r) |
point_t & | sub (const point_t &r) |
template<class T > | |
void | div (T d) |
void | negate (void) |
bool | operator== (const point_t &r) const |
bool | operator!= (const point_t &r) const |
const char *idaapi | dstr (void) const |
size_t idaapi | print (char *buf, size_t bufsize) const |