Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Inheritance diagram for ivlset_t:
ivlset_tpl< Ivl, T >

Public Types

typedef ivlset_tpl< ivl_t, uval_t > inherited
 
- Public Types inherited from ivlset_tpl< Ivl, T >
typedef qvector< Ivl > bag_t
 
typedef bag_t::iterator iterator
 
typedef bag_t::const_iterator const_iterator
 

Public Member Functions

 ivlset_t (const ivl_t &ivl)
 
bool add (const ivl_t &ivl)
 
bool add (ea_t ea, asize_t size)
 
bool add (const ivlset_t &ivs)
 
bool addmasked (const ivlset_t &ivs, const ivl_t &mask)
 
bool sub (const ivl_t &ivl)
 
bool sub (ea_t ea, asize_t size)
 
bool sub (const ivlset_t &ivs)
 
bool has_common (const ivl_t &ivl, bool strict=false) const
 
void print (qstring *vout) const
 
const char * dstr () const
 
asize_t count () const
 
bool has_common (const ivlset_t &ivs) const
 
bool contains (uval_t off) const
 
bool includes (const ivlset_t &ivs) const
 
bool intersect (const ivlset_t &ivs)
 
 DECLARE_COMPARISONS (ivlset_t)
 
- Public Member Functions inherited from ivlset_tpl< Ivl, T >
 ivlset_tpl (const Ivl &ivl)
 
void swap (ivlset_tpl &r)
 
const Ivl & getivl (int idx) const
 
const Ivl & lastivl () const
 
size_t nivls () const
 
bool empty () const
 
void clear ()
 
void qclear ()
 
bool all_values () const
 
void set_all_values ()
 
bool single_value () const
 
bool single_value (T v) const
 
bool operator== (const Ivl &v) const
 
bool operator!= (const Ivl &v) const
 
const_iterator begin () const
 
const_iterator end () const
 
iterator begin ()
 
iterator end ()
 

Additional Inherited Members

- Protected Member Functions inherited from ivlset_tpl< Ivl, T >
bool verify () const
 
- Static Protected Member Functions inherited from ivlset_tpl< Ivl, T >
static bool ivl_all_values (const Ivl &ivl)
 
- Protected Attributes inherited from ivlset_tpl< Ivl, T >
bag_t bag
 

Detailed Description

Examples
hexrays_sample18.cpp.

Definition at line 1966 of file hexrays.hpp.

Member Typedef Documentation

◆ inherited

Definition at line 1968 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ ivlset_t() [1/2]

ivlset_t::ivlset_t ( )

Definition at line 1969 of file hexrays.hpp.

◆ ivlset_t() [2/2]

ivlset_t::ivlset_t ( const ivl_t ivl)

Definition at line 1970 of file hexrays.hpp.

Member Function Documentation

◆ add() [1/3]

bool ivlset_t::add ( const ivl_t ivl)

Definition at line 10325 of file hexrays.hpp.

◆ add() [2/3]

bool ivlset_t::add ( const ivlset_t ivs)

Definition at line 10331 of file hexrays.hpp.

◆ add() [3/3]

bool ivlset_t::add ( ea_t  ea,
asize_t  size 
)

Definition at line 1972 of file hexrays.hpp.

◆ addmasked()

bool ivlset_t::addmasked ( const ivlset_t ivs,
const ivl_t mask 
)

Definition at line 10337 of file hexrays.hpp.

◆ contains()

bool ivlset_t::contains ( uval_t  off) const

Definition at line 10387 of file hexrays.hpp.

◆ count()

asize_t ivlset_t::count ( ) const

Definition at line 10373 of file hexrays.hpp.

◆ dstr()

const char * ivlset_t::dstr ( ) const

Definition at line 10367 of file hexrays.hpp.

◆ has_common() [1/2]

bool ivlset_t::has_common ( const ivl_t ivl,
bool  strict = false 
) const

Definition at line 10355 of file hexrays.hpp.

◆ has_common() [2/2]

bool ivlset_t::has_common ( const ivlset_t ivs) const

Definition at line 10381 of file hexrays.hpp.

◆ includes()

bool ivlset_t::includes ( const ivlset_t ivs) const

Definition at line 10393 of file hexrays.hpp.

◆ intersect()

bool ivlset_t::intersect ( const ivlset_t ivs)

Definition at line 10399 of file hexrays.hpp.

◆ print()

void ivlset_t::print ( qstring *  vout) const

Definition at line 10361 of file hexrays.hpp.

◆ sub() [1/3]

bool ivlset_t::sub ( const ivl_t ivl)

Definition at line 10343 of file hexrays.hpp.

◆ sub() [2/3]

bool ivlset_t::sub ( const ivlset_t ivs)

Definition at line 10349 of file hexrays.hpp.

◆ sub() [3/3]

bool ivlset_t::sub ( ea_t  ea,
asize_t  size 
)

Definition at line 1976 of file hexrays.hpp.