WPXPropertyListVectorIterImpl Class Reference

Public Member Functions

 WPXPropertyListVectorIterImpl (std::vector< WPXPropertyList > *vect)
 
 ~WPXPropertyListVectorIterImpl ()
 
void rewind ()
 
bool next ()
 
bool last ()
 
const WPXPropertyListoperator() () const
 

Private Member Functions

 WPXPropertyListVectorIterImpl (const WPXPropertyListVectorIterImpl &)
 
WPXPropertyListVectorIterImploperator= (const WPXPropertyListVectorIterImpl &)
 

Private Attributes

std::vector< WPXPropertyList > * m_vector
 
std::vector< WPXPropertyList >
::iterator 
m_iter
 
bool m_imaginaryFirst
 

Constructor & Destructor Documentation

WPXPropertyListVectorIterImpl::WPXPropertyListVectorIterImpl ( std::vector< WPXPropertyList > *  vect)
inline
WPXPropertyListVectorIterImpl::~WPXPropertyListVectorIterImpl ( )
inline
WPXPropertyListVectorIterImpl::WPXPropertyListVectorIterImpl ( const WPXPropertyListVectorIterImpl )
private

Member Function Documentation

bool WPXPropertyListVectorIterImpl::last ( )
inline
bool WPXPropertyListVectorIterImpl::next ( )
inline
const WPXPropertyList& WPXPropertyListVectorIterImpl::operator() ( ) const
inline
WPXPropertyListVectorIterImpl& WPXPropertyListVectorIterImpl::operator= ( const WPXPropertyListVectorIterImpl )
private
void WPXPropertyListVectorIterImpl::rewind ( )
inline

Member Data Documentation

bool WPXPropertyListVectorIterImpl::m_imaginaryFirst
private

Referenced by next(), and rewind().

std::vector<WPXPropertyList>::iterator WPXPropertyListVectorIterImpl::m_iter
private

Referenced by last(), next(), operator()(), and rewind().

std::vector<WPXPropertyList>* WPXPropertyListVectorIterImpl::m_vector
private

Referenced by last(), next(), and rewind().


The documentation for this class was generated from the following file:

Generated for libwpd by doxygen 1.8.3.1