#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::WPXPropertyListVector::Iter::Iter | ( | const WPXPropertyListVector & | vect | ) |
WPXPropertyListVector::WPXPropertyListVector::Iter::~Iter | ( | ) | [virtual] |
WPXPropertyListVector::WPXPropertyListVector::Iter::Iter | ( | const Iter & | ) | [private] |
bool WPXPropertyListVector::WPXPropertyListVector::Iter::last | ( | ) |
bool WPXPropertyListVector::WPXPropertyListVector::Iter::next | ( | ) |
const WPXPropertyList & WPXPropertyListVector::WPXPropertyListVector::Iter::operator() | ( | ) | const |
void WPXPropertyListVector::WPXPropertyListVector::Iter::rewind | ( | ) |
WPXPropertyListVectorIterImpl* WPXPropertyListVector::WPXPropertyListVector::Iter::m_iterImpl [private] |
Referenced by WPXPropertyListVector::WPXPropertyListVector::Iter::Iter(), WPXPropertyListVector::WPXPropertyListVector::Iter::last(), WPXPropertyListVector::WPXPropertyListVector::Iter::next(), WPXPropertyListVector::WPXPropertyListVector::Iter::operator()(), WPXPropertyListVector::WPXPropertyListVector::Iter::rewind(), and WPXPropertyListVector::WPXPropertyListVector::Iter::~Iter().