Impact Acquire SDK Python
SwigPyIterator Class Reference
Inheritance diagram for SwigPyIterator:
[legend]

Public Member Functions

 __add__ (self, n)
 
 __eq__ (self, x)
 
 __iadd__ (self, n)
 
 __init__ (self, *args, **kwargs)
 
 __isub__ (self, n)
 
 __iter__ (self)
 
 __ne__ (self, x)
 
 __next__ (self)
 
 __sub__ (self, *args)
 
 advance (self, n)
 
 copy (self)
 
 decr (self, n=1)
 
 distance (self, x)
 
 equal (self, x)
 
 incr (self, n=1)
 
 next (self)
 
 previous (self)
 
 value (self)
 

Static Public Attributes

 obj__
 
 object
 

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,
** kwargs )

Member Function Documentation

◆ __add__()

__add__ ( self,
n )

◆ __eq__()

__eq__ ( self,
x )

◆ __iadd__()

__iadd__ ( self,
n )

◆ __isub__()

__isub__ ( self,
n )

◆ __iter__()

__iter__ ( self)

◆ __ne__()

__ne__ ( self,
x )

◆ __next__()

__next__ ( self)

◆ __sub__()

__sub__ ( self,
* args )

◆ advance()

advance ( self,
n )

◆ copy()

copy ( self)

◆ decr()

decr ( self,
n = 1 )

◆ distance()

distance ( self,
x )

◆ equal()

equal ( self,
x )

◆ incr()

incr ( self,
n = 1 )

◆ next()

next ( self)

◆ previous()

previous ( self)

◆ value()

value ( self)

Field Documentation

◆ obj__

obj__
static

◆ object

object
static

Property Documentation

◆ thisown

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