◆ __init__()
__init__ |
( |
| self, |
|
|
int | s = 0 ) |
◆ __disown__()
◆ apply_to()
int apply_to |
( |
| self, |
|
|
'tinfo_t' | tif, |
|
|
'type_mods_t' | out = None, |
|
|
str | name = None, |
|
|
str | cmt = None ) |
Call this function to initiate the traversal.
◆ prune_now()
To refuse to visit children of the current type, use this:
◆ visit_type()
Visit a subtype. this function must be implemented in the derived class. it may optionally fill out with the new type info. this can be used to modify types (in this case the 'out' argument of apply_to() may not be nullptr) return 0 to continue the traversal. return !=0 to stop the traversal.
◆ state
Initial value:= property(_ida_typeinf.tinfo_visitor_t_state_get,
_ida_typeinf.tinfo_visitor_t_state_set)
◆ thisown
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: