IDA C++ SDK 9.2
|
A range of the difference source. More...
#include <diff3.hpp>
Public Member Functions | |
diff_range_t (diffpos_t s=0, diffpos_t e=0) | |
bool | empty () const |
void | clear () |
bool | contains (diffpos_t p) const |
void | set_start (diffpos_t p) |
void | set_end (diffpos_t p) |
void | intersect (const diff_range_t &r) |
int | compare (const diff_range_t &r) const |
bool | operator== (const diff_range_t &r) const |
bool | operator!= (const diff_range_t &r) const |
Public Attributes | |
diffpos_t | start |
diffpos_t | end |
A range of the difference source.
This is just a pair of start and end positions. The end position is excluded, as usual.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
diffpos_t diff_range_t::start |
diffpos_t diff_range_t::end |