CONOPT
|
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") | |
Proxy of C++ swig::SwigPyIterator class.
Definition at line 66 of file pyconopt.py.
pyconopt.SwigPyIterator.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Definition at line 71 of file pyconopt.py.
pyconopt.SwigPyIterator.value | ( | self | ) |
value(SwigPyIterator self) -> PyObject *
Definition at line 76 of file pyconopt.py.
pyconopt.SwigPyIterator.incr | ( | self, | |
n = 1 ) |
incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
n: size_t
Definition at line 80 of file pyconopt.py.
pyconopt.SwigPyIterator.decr | ( | self, | |
n = 1 ) |
decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
n: size_t
Definition at line 91 of file pyconopt.py.
pyconopt.SwigPyIterator.distance | ( | self, | |
x ) |
distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
x: swig::SwigPyIterator const &
Definition at line 102 of file pyconopt.py.
pyconopt.SwigPyIterator.equal | ( | self, | |
x ) |
equal(SwigPyIterator self, SwigPyIterator x) -> bool
x: swig::SwigPyIterator const &
Definition at line 113 of file pyconopt.py.
pyconopt.SwigPyIterator.copy | ( | self | ) |
copy(SwigPyIterator self) -> SwigPyIterator
Definition at line 124 of file pyconopt.py.
pyconopt.SwigPyIterator.next | ( | self | ) |
next(SwigPyIterator self) -> PyObject *
Definition at line 128 of file pyconopt.py.
pyconopt.SwigPyIterator.__next__ | ( | self | ) |
next(SwigPyIterator self) -> PyObject *
Definition at line 132 of file pyconopt.py.
pyconopt.SwigPyIterator.previous | ( | self | ) |
previous(SwigPyIterator self) -> PyObject *
Definition at line 136 of file pyconopt.py.
pyconopt.SwigPyIterator.advance | ( | self, | |
n ) |
advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
n: ptrdiff_t
Definition at line 140 of file pyconopt.py.
pyconopt.SwigPyIterator.__eq__ | ( | self, | |
x ) |
eq(SwigPyIterator self, SwigPyIterator x) -> bool
x: swig::SwigPyIterator const &
Definition at line 151 of file pyconopt.py.
pyconopt.SwigPyIterator.__ne__ | ( | self, | |
x ) |
ne(SwigPyIterator self, SwigPyIterator x) -> bool
x: swig::SwigPyIterator const &
Definition at line 162 of file pyconopt.py.
pyconopt.SwigPyIterator.__iadd__ | ( | self, | |
n ) |
iadd(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
n: ptrdiff_t
Definition at line 173 of file pyconopt.py.
pyconopt.SwigPyIterator.__isub__ | ( | self, | |
n ) |
isub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
n: ptrdiff_t
Definition at line 184 of file pyconopt.py.
pyconopt.SwigPyIterator.__add__ | ( | self, | |
n ) |
add(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
n: ptrdiff_t
Definition at line 195 of file pyconopt.py.
pyconopt.SwigPyIterator.__sub__ | ( | self, | |
* | args ) |
sub(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
n: ptrdiff_t
sub(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
x: swig::SwigPyIterator const &
Definition at line 206 of file pyconopt.py.
pyconopt.SwigPyIterator.__iter__ | ( | self | ) |
Definition at line 222 of file pyconopt.py.
|
static |
Definition at line 69 of file pyconopt.py.