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 |
|
|
|
Implements WPXMapIterImpl. |
|
Implements WPXMapIterImpl. |
|
Implements WPXMapIterImpl. |
|
Implements WPXMapIterImpl. |
|
Implements WPXMapIterImpl. |
|
|
|
|
|
|