Module idaapi :: Class gdl_graph_t
[frames] | no frames]

Class gdl_graph_t

object --+
         |
        gdl_graph_t

Proxy of C++ gdl_graph_t class

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
get_node_label(self, *args)
get_node_label(self, int arg0, char buf, int arg2) -> char
 
print_graph_attributes(self, *args)
print_graph_attributes(self, FILE arg0)
 
print_node(self, *args)
print_node(self, FILE arg0, int arg1) -> bool
 
print_edge(self, *args)
print_edge(self, FILE arg0, int arg1, int arg2) -> bool
 
print_node_attributes(self, *args)
print_node_attributes(self, FILE arg0, int arg1)
int
size(self)
int
node_qty(self)
 
exists(self, *args)
exists(self, int arg0) -> bool
int
entry(self)
int
exit(self)
 
nsucc(self, *args)
nsucc(self, int node) -> int
 
npred(self, *args)
npred(self, int node) -> int
 
succ(self, *args)
succ(self, int node, int i) -> int
 
pred(self, *args)
pred(self, int node, int i) -> int
bool
empty(self)
 
get_node_color(self, *args)
get_node_color(self, int arg0) -> bgcolor_t
 
get_edge_color(self, *args)
get_edge_color(self, int arg0, int arg1) -> bgcolor_t
 
nedge(self, *args)
nedge(self, int node, bool ispred) -> size_t
 
edge(self, *args)
edge(self, int node, int i, bool ispred) -> int
int
front(self)
node_iterator
begin(self)
node_iterator
end(self)

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  __swig_destroy__ = _idaapi.delete_gdl_graph_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

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

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')