#include <WPXPropertyListVector.h>
Public Member Functions | |
Iter (const WPXPropertyListVector &vect) | |
virtual | ~Iter () |
void | rewind () |
bool | next () |
bool | last () |
const WPXPropertyList & | operator() () const |
Private Member Functions | |
Iter (const Iter &) | |
Iter & | operator= (const Iter &) |
Private Attributes | |
WPXPropertyListVectorIterImpl * | m_iterImpl |
WPXPropertyListVector::Iter::Iter | ( | const WPXPropertyListVector & | vect | ) |
WPXPropertyListVector::Iter::~Iter | ( | ) | [virtual] |
WPXPropertyListVector::Iter::Iter | ( | const Iter & | ) | [private] |
bool WPXPropertyListVector::Iter::last | ( | ) |
bool WPXPropertyListVector::Iter::next | ( | ) |
Referenced by WPXPropertyListVector::append().
const WPXPropertyList & WPXPropertyListVector::Iter::operator() | ( | ) | const |
void WPXPropertyListVector::Iter::rewind | ( | ) |
Referenced by WPXPropertyListVector::append().