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

Proxy of C++ graph_path_visitor_t class.

Inheritance diagram for graph_path_visitor_t:

Public Member Functions

"int" walk_forward (self, *args)
 walk_forward(self, arg0) -> int
 
"int" walk_backward (self, *args)
 walk_backward(self, arg0) -> int
 
 __init__ (self, *args)
 init(self) -> graph_path_visitor_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 path = property(_ida_graph.graph_path_visitor_t_path_get, _ida_graph.graph_path_visitor_t_path_set, doc=)
 
 prune = property(_ida_graph.graph_path_visitor_t_prune_get, _ida_graph.graph_path_visitor_t_prune_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ walk_backward()

"int" walk_backward ( self,
* args )
Parameters
arg0int

◆ walk_forward()

"int" walk_forward ( self,
* args )
Parameters
arg0int

Property Documentation

◆ path

path = property(_ida_graph.graph_path_visitor_t_path_get, _ida_graph.graph_path_visitor_t_path_set, doc=)
static

◆ prune

prune = property(_ida_graph.graph_path_visitor_t_prune_get, _ida_graph.graph_path_visitor_t_prune_set, doc=)
static

◆ 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: