IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ivl_t Struct Reference

#include <hexrays.hpp>

Inheritance diagram for ivl_t:
ivl_tpl< uval_t >

Public Member Functions

 ivl_t (uval_t _off=0, uval_t _size=0)
bool empty () const
void clear ()
void print (qstring *vout) const
const char *hexapi dstr () const
bool extend_to_cover (const ivl_t &r)
void intersect (const ivl_t &r)
bool overlap (const ivl_t &ivl) const
bool includes (const ivl_t &ivl) const
bool contains (uval_t off2) const
 DECLARE_COMPARISONS (ivl_t)
Public Member Functions inherited from ivl_tpl< uval_t >
 ivl_tpl ()=delete
 ivl_tpl (uval_t _off, uval_t _size)
bool valid () const
uval_t end () const
uval_t last () const

Static Public Attributes

static const ivl_t allmem

Additional Inherited Members

Public Attributes inherited from ivl_tpl< uval_t >
uval_t off
uval_t size

Constructor & Destructor Documentation

◆ ivl_t()

ivl_t::ivl_t ( uval_t _off = 0,
uval_t _size = 0 )
inline

Member Function Documentation

◆ empty()

bool ivl_t::empty ( ) const
inline

◆ clear()

void ivl_t::clear ( )
inline

◆ print()

void ivl_t::print ( qstring * vout) const

◆ dstr()

const char * ivl_t::dstr ( ) const
inline

◆ extend_to_cover()

bool ivl_t::extend_to_cover ( const ivl_t & r)
inline

◆ intersect()

void ivl_t::intersect ( const ivl_t & r)
inline

◆ overlap()

bool ivl_t::overlap ( const ivl_t & ivl) const
inline

◆ includes()

bool ivl_t::includes ( const ivl_t & ivl) const
inline

◆ contains()

bool ivl_t::contains ( uval_t off2) const
inline

◆ DECLARE_COMPARISONS()

ivl_t::DECLARE_COMPARISONS ( ivl_t )

Member Data Documentation

◆ allmem

const ivl_t ivl_t::allmem
static

The documentation for this struct was generated from the following file: