kjs Library API Documentation

KJS::CString Class Reference

8 bit char based string class. More...

#include <ustring.h>

List of all members.

Public Methods

 CString ()
 CString (const char *c)
 CString (const char *c, int len)
 CString (const CString &)
 ~CString ()
CString & append (const CString &)
CString & operator= (const char *c)
CString & operator= (const CString &)
CString & operator+= (const CString &c)
int size () const
const char * c_str () const


Detailed Description

8 bit char based string class.

Definition at line 165 of file ustring.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kjs Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:02:39 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003