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

#include <hexrays.hpp>

Public Member Functions

 ivl_t (uint64 _off=0, uint64 _size=0)
bool empty () const
bool valid () const
uint64 end () const
uint64 last () 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 (uint64 off2) const
 DECLARE_COMPARISONS (ivl_t)
 DEFINE_MEMORY_ALLOCATION_FUNCS () static ivl_t allmem()

Public Attributes

uint64 off
uint64 size

Constructor & Destructor Documentation

◆ ivl_t()

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

Member Function Documentation

◆ empty()

bool ivl_t::empty ( ) const
inline

◆ valid()

bool ivl_t::valid ( ) const
inline

◆ end()

uint64 ivl_t::end ( ) const
inline

◆ last()

uint64 ivl_t::last ( ) 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 ( uint64 off2) const
inline

◆ DECLARE_COMPARISONS()

ivl_t::DECLARE_COMPARISONS ( ivl_t )

◆ DEFINE_MEMORY_ALLOCATION_FUNCS()

ivl_t::DEFINE_MEMORY_ALLOCATION_FUNCS ( )
inline

Member Data Documentation

◆ off

uint64 ivl_t::off

◆ size

uint64 ivl_t::size

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