WPXString::Iter Class Reference

#include <WPXString.h>

List of all members.

Public Member Functions

 Iter (const WPXString &str)
virtual ~Iter ()
void rewind ()
bool next ()
bool last ()
const char * operator() () const

Private Member Functions

 Iter (const Iter &)
Iteroperator= (const Iter &)

Private Attributes

WPXStringImplm_stringImpl
int m_pos
char * m_curChar


Constructor & Destructor Documentation

WPXString::Iter::Iter ( const WPXString str  ) 

WPXString::Iter::~Iter (  )  [virtual]

WPXString::Iter::Iter ( const Iter  )  [private]


Member Function Documentation

void WPXString::Iter::rewind (  ) 

bool WPXString::Iter::next (  ) 

bool WPXString::Iter::last (  ) 

const char * WPXString::Iter::operator() (  )  const

Iter& WPXString::Iter::operator= ( const Iter  )  [private]


Member Data Documentation

Referenced by Iter(), last(), next(), operator()(), and ~Iter().

int WPXString::Iter::m_pos [private]

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

char* WPXString::Iter::m_curChar [mutable, private]

Referenced by operator()(), and ~Iter().


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

Generated on Sat Nov 22 15:19:17 2008 for libwpd by doxygen 1.5.5