

Public Member Functions | |
| def | __init__ |
| def | value |
| def | incr |
| def | decr |
| def | distance |
| def | equal |
| def | copy |
| def | next |
| def | __next__ |
| def | previous |
| def | advance |
| def | __eq__ |
| def | __ne__ |
| def | __iadd__ |
| def | __isub__ |
| def | __add__ |
| def | __sub__ |
| def | __iter__ |
Proxy of C++ swig::SwigPyIterator class
| def PyTrilinos.Galeri.SwigPyIterator.__add__ | ( | self, | |
| args | |||
| ) |
__add__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.__eq__ | ( | self, | |
| args | |||
| ) |
__eq__(SwigPyIterator self, SwigPyIterator x) -> bool
| def PyTrilinos.Galeri.SwigPyIterator.__iadd__ | ( | self, | |
| args | |||
| ) |
__iadd__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.__isub__ | ( | self, | |
| args | |||
| ) |
__isub__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.__ne__ | ( | self, | |
| args | |||
| ) |
__ne__(SwigPyIterator self, SwigPyIterator x) -> bool
| def PyTrilinos.Galeri.SwigPyIterator.__next__ | ( | self | ) |
__next__(SwigPyIterator self) -> PyObject *
| def PyTrilinos.Galeri.SwigPyIterator.__sub__ | ( | self, | |
| args | |||
| ) |
__sub__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator __sub__(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
| def PyTrilinos.Galeri.SwigPyIterator.advance | ( | self, | |
| args | |||
| ) |
advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.copy | ( | self | ) |
copy(SwigPyIterator self) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.decr | ( | self, | |
n = 1 |
|||
| ) |
decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator decr(SwigPyIterator self) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.distance | ( | self, | |
| args | |||
| ) |
distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
| def PyTrilinos.Galeri.SwigPyIterator.equal | ( | self, | |
| args | |||
| ) |
equal(SwigPyIterator self, SwigPyIterator x) -> bool
| def PyTrilinos.Galeri.SwigPyIterator.incr | ( | self, | |
n = 1 |
|||
| ) |
incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator incr(SwigPyIterator self) -> SwigPyIterator
| def PyTrilinos.Galeri.SwigPyIterator.next | ( | self | ) |
next(SwigPyIterator self) -> PyObject *
| def PyTrilinos.Galeri.SwigPyIterator.previous | ( | self | ) |
previous(SwigPyIterator self) -> PyObject *
| def PyTrilinos.Galeri.SwigPyIterator.value | ( | self | ) |
value(SwigPyIterator self) -> PyObject *
1.7.6.1