Public Member Functions | |
WPXPropertyListVectorIterImpl (std::vector< WPXPropertyList > *vect) | |
~WPXPropertyListVectorIterImpl () | |
void | rewind () |
bool | next () |
bool | last () |
const WPXPropertyList & | operator() () const |
Private Attributes | |
std::vector< WPXPropertyList > * | m_vector |
std::vector< WPXPropertyList > ::iterator | m_iter |
bool | m_imaginaryFirst |
WPXPropertyListVectorIterImpl::WPXPropertyListVectorIterImpl | ( | std::vector< WPXPropertyList > * | vect | ) | [inline] |
WPXPropertyListVectorIterImpl::~WPXPropertyListVectorIterImpl | ( | ) | [inline] |
bool WPXPropertyListVectorIterImpl::last | ( | ) | [inline] |
Referenced by WPXPropertyListVector::WPXPropertyListVector::Iter::last().
bool WPXPropertyListVectorIterImpl::next | ( | ) | [inline] |
Referenced by WPXPropertyListVector::WPXPropertyListVector::Iter::next().
const WPXPropertyList& WPXPropertyListVectorIterImpl::operator() | ( | ) | const [inline] |
void WPXPropertyListVectorIterImpl::rewind | ( | ) | [inline] |
Referenced by WPXPropertyListVector::WPXPropertyListVector::Iter::rewind().
bool WPXPropertyListVectorIterImpl::m_imaginaryFirst [private] |
Referenced by next(), rewind(), and WPXPropertyListVectorIterImpl().
std::vector<WPXPropertyList>::iterator WPXPropertyListVectorIterImpl::m_iter [private] |
Referenced by last(), next(), operator()(), rewind(), and WPXPropertyListVectorIterImpl().
std::vector<WPXPropertyList>* WPXPropertyListVectorIterImpl::m_vector [private] |
Referenced by last(), next(), rewind(), and WPXPropertyListVectorIterImpl().