Contains information about two regions on two lines.
Public Methods | |
PairMatch::PairMatch () | |
Default constructor. | |
Data Fields | |
LineRegion * | start |
Region's start position. | |
LineRegion * | end |
Region's end position. | |
int | sline |
Starting Line of pair. | |
int | eline |
Ending Line of pair. | |
bool | topPosition |
Identifies initial position of cursor in pair. | |
int | pairBalance |
Internal pair search counter. |
|
Default constructor. Clears all fields |