|
|
|
|
qflow_chart_t
|
__init__(self)
__init__(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int
_flags) -> qflow_chart_t |
|
|
|
|
create(*args)
create(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int
_flags) create(self, char _title, areavec_t ranges, int _flags) |
|
|
|
|
append_to_flowchart(*args)
append_to_flowchart(self, ea_t ea1, ea_t ea2) |
|
|
|
|
|
|
|
calc_block_type(*args)
calc_block_type(self, size_t blknum) -> fc_block_type_t |
|
|
|
|
is_ret_block(*args)
is_ret_block(self, size_t blknum) -> bool |
|
|
|
|
is_noret_block(*args)
is_noret_block(self, size_t blknum) -> bool |
|
|
|
|
|
|
|
nsucc(*args)
nsucc(self, int node) -> int |
|
|
|
|
npred(*args)
npred(self, int node) -> int |
|
|
|
|
succ(*args)
succ(self, int node, int i) -> int |
|
|
|
|
pred(*args)
pred(self, int node, int i) -> int |
|
|
|
bool
|
|
|
|
get_node_label(*args)
get_node_label(self, int ?, char ?, int ?) -> char |
|
|
|
int
|
|
|
|
|
|
|
|
|
Inherited from gdl_graph_t:
begin,
edge,
empty,
end,
entry,
exists,
exit,
front,
get_edge_color,
get_node_color,
nedge,
node_qty,
print_edge,
print_graph_attributes,
print_node
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|