StRoot
1
|
Public Types | |
typedef SwigPySequence_Ref< T > | reference |
typedef const SwigPySequence_Ref< T > | const_reference |
typedef T | value_type |
typedef T * | pointer |
typedef Py_ssize_t | difference_type |
typedef size_t | size_type |
typedef const pointer | const_pointer |
typedef SwigPySequence_InputIterator < T, reference > | iterator |
typedef SwigPySequence_InputIterator < T, const_reference > | const_iterator |
Public Member Functions | |
SwigPySequence_Cont (PyObject *seq) | |
size_type | size () const |
bool | empty () const |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
reference | operator[] (difference_type n) |
const_reference | operator[] (difference_type n) const |
bool | check (bool set_err=true) const |
Definition at line 6125 of file PythonWrapper.h.