#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::WPXPropertyList::Iter::Iter | ( | const WPXPropertyList & | propList | ) |
WPXPropertyList::WPXPropertyList::Iter::~Iter | ( | ) | [virtual] |
WPXPropertyList::WPXPropertyList::Iter::Iter | ( | const Iter & | ) | [private] |
const char * WPXPropertyList::WPXPropertyList::Iter::key | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
bool WPXPropertyList::WPXPropertyList::Iter::last | ( | ) |
bool WPXPropertyList::WPXPropertyList::Iter::next | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
const WPXProperty * WPXPropertyList::WPXPropertyList::Iter::operator() | ( | ) | const |
void WPXPropertyList::WPXPropertyList::Iter::rewind | ( | ) |
Referenced by WPXPropertyList::operator=(), and WPXPropertyList::WPXPropertyList().
WPXMapIterImpl* WPXPropertyList::WPXPropertyList::Iter::m_iterImpl [private] |
Referenced by WPXPropertyList::WPXPropertyList::Iter::key(), WPXPropertyList::WPXPropertyList::Iter::last(), WPXPropertyList::WPXPropertyList::Iter::next(), WPXPropertyList::WPXPropertyList::Iter::operator()(), WPXPropertyList::WPXPropertyList::Iter::rewind(), and WPXPropertyList::WPXPropertyList::Iter::~Iter().