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