Module ida_hexrays :: Class mbl_graph_t
[frames] | no frames]

Class mbl_graph_t

    object --+    
             |    
simple_graph_t --+
                 |
                mbl_graph_t

Proxy of C++ mbl_graph_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
int
get_chain_stamp(self)
graph_chains_t
get_du(self, gctype)
mblock_t
get_mblock(self, n)
graph_chains_t
get_ud(self, gctype)
bool
is_du_chain_dirty(self, gctype)
bool
is_redefined_globally(self, list, b1, b2, m1, m2, maymust=MAY_ACCESS)
bool
is_ud_chain_dirty(self, gctype)
bool
is_used_globally(self, list, b1, b2, m1, m2, maymust=MAY_ACCESS)

Inherited from simple_graph_t: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag

Inherited from simple_graph_t: colored_gdl_edges, title

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)