![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <pyconfig/Sequence.hpp>


Public Types | |
| typedef T | ConvertTarget |
| typedef ITER | IteratorPolicy |
| typedef TypedIterator< T, ITER > | MyKind |
Public Member Functions | |
| bool | operator!= (const MyKind &other) const |
| T | operator* () |
| TypedIterator< T, ITER > | operator++ (int) |
| TypedIterator< T, ITER > & | operator++ () |
| bool | operator== (const MyKind &other) const |
| TypedIterator (Object thang) | |
| TypedIterator () | |
Definition at line 40 of file Sequence.hpp.
| typedef T wns::pyconfig::TypedIterator< T, ITER >::ConvertTarget |
Definition at line 46 of file Sequence.hpp.
| typedef ITER wns::pyconfig::TypedIterator< T, ITER >::IteratorPolicy |
Definition at line 45 of file Sequence.hpp.
| typedef TypedIterator<T, ITER> wns::pyconfig::TypedIterator< T, ITER >::MyKind |
Definition at line 47 of file Sequence.hpp.
| wns::pyconfig::TypedIterator< T, ITER >::TypedIterator | ( | ) | [inline] |
Definition at line 49 of file Sequence.hpp.
| wns::pyconfig::TypedIterator< T, ITER >::TypedIterator | ( | Object | thang | ) | [inline, explicit] |
Definition at line 56 of file Sequence.hpp.
| bool wns::pyconfig::TypedIterator< T, ITER >::operator!= | ( | const MyKind & | other | ) | const [inline] |
Definition at line 69 of file Sequence.hpp.
| T wns::pyconfig::TypedIterator< T, ITER >::operator* | ( | ) | [inline] |
Definition at line 74 of file Sequence.hpp.
| TypedIterator<T, ITER> wns::pyconfig::TypedIterator< T, ITER >::operator++ | ( | int | ) | [inline] |
Definition at line 93 of file Sequence.hpp.
| TypedIterator<T, ITER>& wns::pyconfig::TypedIterator< T, ITER >::operator++ | ( | ) | [inline] |
Definition at line 84 of file Sequence.hpp.
| bool wns::pyconfig::TypedIterator< T, ITER >::operator== | ( | const MyKind & | other | ) | const [inline] |
Definition at line 63 of file Sequence.hpp.
1.5.5