|
IDA SDK
|
A position in a text window.
Public Attributes | |
| place_t * | at |
| location in view | |
| int | x |
| cursor x | |
Public Member Functions | |
| twinpos_t (void) | |
| Constructor. | |
| twinpos_t (place_t *t) | |
| Constructor. | |
| twinpos_t (place_t *t, int x0) | |
| Constructor. | |
| bool | operator!= (const twinpos_t &r) const |
| compare two twinpos_t's with '!=' | |
| bool | operator== (const twinpos_t &r) const |
| compare two twinpos_t's with '==' | |
1.8.9.1