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] |
void WPXPropertyListVectorIterImpl::rewind | ( | ) | [inline] |
bool WPXPropertyListVectorIterImpl::next | ( | ) | [inline] |
bool WPXPropertyListVectorIterImpl::last | ( | ) | [inline] |
const WPXPropertyList& WPXPropertyListVectorIterImpl::operator() | ( | ) | const [inline] |
std::vector<WPXPropertyList>* WPXPropertyListVectorIterImpl::m_vector [private] |
std::vector<WPXPropertyList>::iterator WPXPropertyListVectorIterImpl::m_iter [private] |
bool WPXPropertyListVectorIterImpl::m_imaginaryFirst [private] |