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

Public Member Functions

 __init__ (self, int n=-1)
 
bool __eq__ (self, 'iterator' n)
 
bool __ne__ (self, 'iterator' n)
 
int __ref__ (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
int n = -1 )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'iterator' n )

◆ __ne__()

bool __ne__ ( self,
'iterator' n )

◆ __ref__()

int __ref__ ( self)

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: