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 | ( | ) |
Referenced by WPXPropertyList::Iter::rewind().
bool WPXMapIterImpl::next | ( | ) |
Referenced by WPXPropertyList::Iter::next().
bool WPXMapIterImpl::last | ( | ) |
Referenced by WPXPropertyList::Iter::last().
const WPXProperty * WPXMapIterImpl::operator() | ( | ) | const |
const char * WPXMapIterImpl::key | ( | ) |
Referenced by WPXPropertyList::Iter::key().
bool WPXMapIterImpl::m_imaginaryFirst [private] |
Referenced by next(), rewind(), and WPXMapIterImpl().
std::map<std::string, WPXProperty *>::iterator WPXMapIterImpl::m_iter [private] |
Referenced by key(), last(), next(), operator()(), rewind(), and WPXMapIterImpl().
std::map<std::string, WPXProperty *>* WPXMapIterImpl::m_map [private] |
Referenced by last(), next(), rewind(), and WPXMapIterImpl().