IDAPython 8.4
Loading...
Searching...
No Matches
graph_visitor_t Class Reference

Proxy of C++ graph_visitor_t class.

Inheritance diagram for graph_visitor_t:

Public Member Functions

"int" visit_node (self, *args)
 visit_node(self, arg2, arg3) -> int
 
"int" visit_edge (self, *args)
 visit_edge(self, arg2, arg3) -> int
 
 __init__ (self, *args)
 init(self) -> graph_visitor_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit_edge()

"int" visit_edge ( self,
* args )
Parameters
arg2edge_t
arg3edge_info_t *

◆ visit_node()

"int" visit_node ( self,
* args )
Parameters
arg2int
arg3rect_t &

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: