CONOPT
Loading...
Searching...
No Matches
pyconopt.SwigPyIterator Class Reference

Proxy of C++ swig::SwigPyIterator class. More...

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 value (self)
 value(SwigPyIterator self) -> PyObject *
 
 incr (self, n=1)
 incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
 
 decr (self, n=1)
 decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
 
 distance (self, x)
 distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
 
 equal (self, x)
 equal(SwigPyIterator self, SwigPyIterator x) -> bool
 
 copy (self)
 copy(SwigPyIterator self) -> SwigPyIterator
 
 next (self)
 next(SwigPyIterator self) -> PyObject *
 
 __next__ (self)
 next(SwigPyIterator self) -> PyObject *
 
 previous (self)
 previous(SwigPyIterator self) -> PyObject *
 
 advance (self, n)
 advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
 
 __eq__ (self, x)
 eq(SwigPyIterator self, SwigPyIterator x) -> bool
 
 __ne__ (self, x)
 ne(SwigPyIterator self, SwigPyIterator x) -> bool
 
 __iadd__ (self, n)
 iadd(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
 
 __isub__ (self, n)
 isub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
 
 __add__ (self, n)
 add(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
 
 __sub__ (self, *args)
 sub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
 
 __iter__ (self)
 

Properties

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

Detailed Description

Proxy of C++ swig::SwigPyIterator class.

Definition at line 66 of file pyconopt.py.

Constructor & Destructor Documentation

◆ __init__()

pyconopt.SwigPyIterator.__init__ ( self,
* args,
** kwargs )

Definition at line 71 of file pyconopt.py.

Member Function Documentation

◆ value()

pyconopt.SwigPyIterator.value ( self)

value(SwigPyIterator self) -> PyObject *

Definition at line 76 of file pyconopt.py.

◆ incr()

pyconopt.SwigPyIterator.incr ( self,
n = 1 )

incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator

Parameters

n: size_t

Definition at line 80 of file pyconopt.py.

◆ decr()

pyconopt.SwigPyIterator.decr ( self,
n = 1 )

decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator

Parameters

n: size_t

Definition at line 91 of file pyconopt.py.

◆ distance()

pyconopt.SwigPyIterator.distance ( self,
x )

distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t

Parameters

x: swig::SwigPyIterator const &

Definition at line 102 of file pyconopt.py.

◆ equal()

pyconopt.SwigPyIterator.equal ( self,
x )

equal(SwigPyIterator self, SwigPyIterator x) -> bool

Parameters

x: swig::SwigPyIterator const &

Definition at line 113 of file pyconopt.py.

◆ copy()

pyconopt.SwigPyIterator.copy ( self)

copy(SwigPyIterator self) -> SwigPyIterator

Definition at line 124 of file pyconopt.py.

◆ next()

pyconopt.SwigPyIterator.next ( self)

next(SwigPyIterator self) -> PyObject *

Definition at line 128 of file pyconopt.py.

◆ __next__()

pyconopt.SwigPyIterator.__next__ ( self)

next(SwigPyIterator self) -> PyObject *

Definition at line 132 of file pyconopt.py.

◆ previous()

pyconopt.SwigPyIterator.previous ( self)

previous(SwigPyIterator self) -> PyObject *

Definition at line 136 of file pyconopt.py.

◆ advance()

pyconopt.SwigPyIterator.advance ( self,
n )

advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator

Parameters

n: ptrdiff_t

Definition at line 140 of file pyconopt.py.

◆ __eq__()

pyconopt.SwigPyIterator.__eq__ ( self,
x )

eq(SwigPyIterator self, SwigPyIterator x) -> bool

Parameters

x: swig::SwigPyIterator const &

Definition at line 151 of file pyconopt.py.

◆ __ne__()

pyconopt.SwigPyIterator.__ne__ ( self,
x )

ne(SwigPyIterator self, SwigPyIterator x) -> bool

Parameters

x: swig::SwigPyIterator const &

Definition at line 162 of file pyconopt.py.

◆ __iadd__()

pyconopt.SwigPyIterator.__iadd__ ( self,
n )

iadd(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator

Parameters

n: ptrdiff_t

Definition at line 173 of file pyconopt.py.

◆ __isub__()

pyconopt.SwigPyIterator.__isub__ ( self,
n )

isub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator

Parameters

n: ptrdiff_t

Definition at line 184 of file pyconopt.py.

◆ __add__()

pyconopt.SwigPyIterator.__add__ ( self,
n )

add(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator

Parameters

n: ptrdiff_t

Definition at line 195 of file pyconopt.py.

◆ __sub__()

pyconopt.SwigPyIterator.__sub__ ( self,
* args )

sub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator

Parameters

n: ptrdiff_t

sub(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t

Parameters

x: swig::SwigPyIterator const &

Definition at line 206 of file pyconopt.py.

◆ __iter__()

pyconopt.SwigPyIterator.__iter__ ( self)

Definition at line 222 of file pyconopt.py.

Property Documentation

◆ thisown

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

Definition at line 69 of file pyconopt.py.


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