Inheritance diagram for WPXStdMapIterImpl:

Public Member Functions | |
| WPXStdMapIterImpl (const WPXStdMapImpl *impl) | |
| virtual void | rewind () |
| virtual bool | next () |
| virtual bool | last () |
| virtual const WPXProperty * | operator() () const |
| virtual const char * | key () |
Private Attributes | |
| bool | m_imaginaryFirst |
| std::map< std::string, WPXProperty * >::iterator | m_iter |
| std::map< std::string, WPXProperty * > * | m_map |
| WPXStdMapIterImpl::WPXStdMapIterImpl | ( | const WPXStdMapImpl * | impl | ) |
| void WPXStdMapIterImpl::rewind | ( | ) | [virtual] |
Implements WPXMapIterImpl.
| bool WPXStdMapIterImpl::next | ( | ) | [virtual] |
Implements WPXMapIterImpl.
| bool WPXStdMapIterImpl::last | ( | ) | [virtual] |
Implements WPXMapIterImpl.
| const WPXProperty * WPXStdMapIterImpl::operator() | ( | ) | const [virtual] |
Implements WPXMapIterImpl.
| const char * WPXStdMapIterImpl::key | ( | ) | [virtual] |
Implements WPXMapIterImpl.
bool WPXStdMapIterImpl::m_imaginaryFirst [private] |
std::map<std::string, WPXProperty *>::iterator WPXStdMapIterImpl::m_iter [private] |
std::map<std::string, WPXProperty *>* WPXStdMapIterImpl::m_map [private] |