#include <WPXPropertyList.h>
Public Member Functions | |
Iter (const WPXPropertyList &propList) | |
virtual | ~Iter () |
void | rewind () |
bool | next () |
bool | last () |
const WPXProperty * | operator() () const |
const char * | key () |
Private Member Functions | |
Iter (const Iter &) | |
Iter & | operator= (const Iter &) |
Private Attributes | |
WPXMapIterImpl * | m_iterImpl |
WPXPropertyList::Iter::Iter | ( | const WPXPropertyList & | propList | ) |
WPXPropertyList::Iter::~Iter | ( | ) | [virtual] |
WPXPropertyList::Iter::Iter | ( | const Iter & | ) | [private] |
void WPXPropertyList::Iter::rewind | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
bool WPXPropertyList::Iter::next | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
bool WPXPropertyList::Iter::last | ( | ) |
const WPXProperty * WPXPropertyList::Iter::operator() | ( | ) | const |
const char * WPXPropertyList::Iter::key | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
WPXMapIterImpl* WPXPropertyList::Iter::m_iterImpl [private] |