PyTrilinos  Development
 All Classes Functions
Public Member Functions
PyTrilinos.EpetraExt.SwigPyIterator Class Reference
Inheritance diagram for PyTrilinos.EpetraExt.SwigPyIterator:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.EpetraExt.SwigPyIterator:
Collaboration graph
[legend]

List of all members.

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__

Detailed Description

Proxy of C++ swig::SwigPyIterator class

Member Function Documentation

def PyTrilinos.EpetraExt.SwigPyIterator.__add__ (   self,
  args 
)
__add__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
def PyTrilinos.EpetraExt.SwigPyIterator.__eq__ (   self,
  args 
)
__eq__(SwigPyIterator self, SwigPyIterator x) -> bool
__iadd__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
__isub__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
def PyTrilinos.EpetraExt.SwigPyIterator.__ne__ (   self,
  args 
)
__ne__(SwigPyIterator self, SwigPyIterator x) -> bool
__next__(SwigPyIterator self) -> PyObject *
def PyTrilinos.EpetraExt.SwigPyIterator.__sub__ (   self,
  args 
)
__sub__(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
__sub__(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
def PyTrilinos.EpetraExt.SwigPyIterator.advance (   self,
  args 
)
advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
copy(SwigPyIterator self) -> SwigPyIterator
def PyTrilinos.EpetraExt.SwigPyIterator.decr (   self,
  n = 1 
)
decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
decr(SwigPyIterator self) -> SwigPyIterator
distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
def PyTrilinos.EpetraExt.SwigPyIterator.equal (   self,
  args 
)
equal(SwigPyIterator self, SwigPyIterator x) -> bool
def PyTrilinos.EpetraExt.SwigPyIterator.incr (   self,
  n = 1 
)
incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
incr(SwigPyIterator self) -> SwigPyIterator
next(SwigPyIterator self) -> PyObject *
previous(SwigPyIterator self) -> PyObject *
value(SwigPyIterator self) -> PyObject *

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