IDAPython 9.0
Loading...
Searching...
No Matches
udm_visitor_t Class Reference
Inheritance diagram for udm_visitor_t:

Public Member Functions

int visit_udm (self, 'tid_t' tid, 'tinfo_t' tif, 'udt_type_data_t' udt, 'ssize_t' idx)
 
 __init__ (self)
 
 __disown__ (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit_udm()

int visit_udm ( self,
'tid_t' tid,
'tinfo_t' tif,
'udt_type_data_t' udt,
'ssize_t' idx )
@param tid: udt tid
@param tif: udt type info (may be nullptr for corrupted idbs)
@param udt: udt type data (may be nullptr for corrupted idbs)
@param idx: the index of udt the member (may be -1 if udm was not found)

Property Documentation

◆ thisown

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

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