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


Protected Member Functions | |
| IterPolicy (const IterPolicy &other) | |
| IterPolicy (Object sequence) | |
| IterPolicy () | |
| virtual void | next () |
| virtual Object | obj () const |
| IterPolicy & | operator= (const IterPolicy &other) |
| virtual | ~IterPolicy () |
Private Attributes | |
| Object | iter |
| Object | nextObject |
Definition at line 155 of file Sequence.hpp.
| Sequence::IterPolicy::IterPolicy | ( | ) | [protected] |
Definition at line 136 of file Sequence.cpp.
| Sequence::IterPolicy::IterPolicy | ( | Object | sequence | ) | [protected] |
Definition at line 143 of file Sequence.cpp.
| Sequence::IterPolicy::~IterPolicy | ( | ) | [protected, virtual] |
Definition at line 163 of file Sequence.cpp.
| Sequence::IterPolicy::IterPolicy | ( | const IterPolicy & | other | ) | [protected] |
Definition at line 154 of file Sequence.cpp.
| void Sequence::IterPolicy::next | ( | ) | [protected, virtual] |
Definition at line 184 of file Sequence.cpp.
| Object Sequence::IterPolicy::obj | ( | ) | const [protected, virtual] |
Definition at line 192 of file Sequence.cpp.
| Sequence::IterPolicy & Sequence::IterPolicy::operator= | ( | const IterPolicy & | other | ) | [protected] |
Definition at line 171 of file Sequence.cpp.
Definition at line 176 of file Sequence.hpp.
Definition at line 177 of file Sequence.hpp.
1.5.5