#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 | ( | ) |
| bool WPXPropertyList::Iter::next | ( | ) |
| bool WPXPropertyList::Iter::last | ( | ) |
| const WPXProperty * WPXPropertyList::Iter::operator() | ( | ) | const |
| const char * WPXPropertyList::Iter::key | ( | ) |
WPXMapIterImpl* WPXPropertyList::Iter::m_iterImpl [private] |