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

Proxy of C++ udm_visitor_t class.

Inheritance diagram for udm_visitor_t:

Public Member Functions

"int" visit_udm (self, *args)
 visit_udm(self, tid, tif, udt, idx) -> int
 
 __init__ (self, *args)
 init(self) -> udm_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_udm()

"int" visit_udm ( self,
* args )
Parameters
tid(C++: tid_t) udt tid
tif(C++: const tinfo_t *) udt type info (may be nullptr for corrupted idbs)
udt(C++: const udt_type_data_t *) udt type data (may be nullptr for corrupted idbs)
idx(C++: ssize_t) the index of udt the member (may be -1 if udm was not found)

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: