Public Member Functions | |
RVNGPropertyListIterImpl (const RVNGPropertyListImpl *impl) | |
void | rewind () |
bool | next () |
bool | last () |
const RVNGProperty * | operator() () const |
const RVNGPropertyListVector * | child () const |
const char * | key () const |
Private Member Functions | |
RVNGPropertyListIterImpl (const RVNGPropertyListIterImpl &other) | |
RVNGPropertyListIterImpl & | operator= (const RVNGPropertyListIterImpl &other) |
Private Attributes | |
bool | m_imaginaryFirst |
std::map< std::string, RVNGPropertyListElement >::iterator | m_iter |
std::map< std::string, RVNGPropertyListElement > * | m_map |
librevenge::RVNGPropertyListIterImpl::RVNGPropertyListIterImpl | ( | const RVNGPropertyListImpl * | impl | ) |
Referenced by operator=(), and RVNGPropertyListIterImpl().
|
private |
const RVNGPropertyListVector * librevenge::RVNGPropertyListIterImpl::child | ( | ) | const |
const char * librevenge::RVNGPropertyListIterImpl::key | ( | ) | const |
bool librevenge::RVNGPropertyListIterImpl::last | ( | ) |
bool librevenge::RVNGPropertyListIterImpl::next | ( | ) |
const RVNGProperty * librevenge::RVNGPropertyListIterImpl::operator() | ( | ) | const |
|
private |
void librevenge::RVNGPropertyListIterImpl::rewind | ( | ) |
|
private |
Referenced by next(), rewind(), and RVNGPropertyListIterImpl().
|
private |
Referenced by child(), key(), last(), next(), operator()(), rewind(), and RVNGPropertyListIterImpl().
|
private |
Referenced by last(), next(), rewind(), and RVNGPropertyListIterImpl().