WPXString Class Reference

#include <WPXString.h>

List of all members.

Classes

class  Iter

Public Member Functions

 WPXString ()
 WPXString (const WPXString &)
 WPXString (const WPXString &, bool escapeXML)
 WPXString (const char *str)
 ~WPXString ()
const char * cstr () const
int len () const
void sprintf (const char *format,...)
void append (const WPXString &s)
void append (const char *s)
void append (const char c)
void clear ()
WPXStringoperator= (const WPXString &)
bool operator== (const char *)
bool operator== (const WPXString &str)

Private Attributes

WPXStringImplm_stringImpl


Constructor & Destructor Documentation

WPXString::WPXString (  ) 

WPXString::WPXString ( const WPXString stringBuf  ) 

WPXString::WPXString ( const WPXString stringBuf,
bool  escapeXML 
)

WPXString::WPXString ( const char *  str  ) 

WPXString::~WPXString (  ) 


Member Function Documentation

void WPXString::append ( const char  c  ) 

void WPXString::append ( const char *  s  ) 

void WPXString::append ( const WPXString s  ) 

void WPXString::clear (  ) 

const char * WPXString::cstr (  )  const

int WPXString::len (  )  const

WPXString & WPXString::operator= ( const WPXString stringBuf  ) 

bool WPXString::operator== ( const WPXString str  ) 

bool WPXString::operator== ( const char *  str  ) 

void WPXString::sprintf ( const char *  format,
  ... 
)


Member Data Documentation


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

Generated on Thu Apr 9 10:44:10 2009 for libwpd by doxygen 1.5.8