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

Class gdl_graph_t

object --+
         |
        gdl_graph_t
Known Subclasses:

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(*args)
get_node_label(self, int ?, char buf, int ?) -> char
 
print_graph_attributes(*args)
print_graph_attributes(self, FILE ?)
 
print_node(*args)
print_node(self, FILE ?, int ?) -> bool
 
print_edge(*args)
print_edge(self, FILE ?, int ?, int ?) -> bool
 
print_node_attributes(*args)
print_node_attributes(self, FILE ?, int ?)
 
__swig_destroy__(...)
delete_gdl_graph_t(gdl_graph_t self)
 
__del__(self)
int
size(self)
int
node_qty(self)
 
exists(*args)
exists(self, int ?) -> bool
int
entry(self)
int
exit(self)
 
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
empty(self)
 
get_node_color(*args)
get_node_color(self, int ?) -> bgcolor_t
 
get_edge_color(*args)
get_edge_color(self, int ?, int ?) -> bgcolor_t
 
nedge(*args)
nedge(self, int node, bool ispred) -> size_t
 
edge(*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__

Properties
  thisown
The membership flag

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)

Property Details

thisown

The membership flag

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