IDA C++ SDK 9.2
|
#include <range.hpp>
Public Member Functions | |
range64_t (uint64 _start=0, uint64 _end=0) | |
DECLARE_COMPARISONS (range64_t) | |
bool | contains (uint64 x) const |
bool | contains (const range64_t &r) const |
bool | overlaps (const range64_t &r) const |
void | clear () |
bool | empty () const |
uint64 | size () const |
void | intersect (const range64_t &r) |
void | extend (uint64 ea) |
Public Attributes | |
uint64 | start |
uint64 | end |
|
inline |
|
inline |
|
inline |
|
inline |
uint64 range64_t::start |
uint64 range64_t::end |