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