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 ( const WPXString stringBuf)
WPXString::WPXString ( const WPXString stringBuf,
bool  escapeXML 
)
WPXString::WPXString ( const char *  str)

Member Function Documentation

void WPXString::append ( const char *  s)
void WPXString::append ( const char  c)
WPXString & WPXString::operator= ( const WPXString stringBuf)
bool WPXString::operator== ( const char *  str)
bool WPXString::operator== ( const WPXString str)

Member Data Documentation


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