KJS
KJS::CString Class Reference
#include <ustring.h>
Detailed Description
8 bit char based string classDefinition at line 111 of file ustring.h.
Public Member Functions | |
| CString () | |
| CString (const char *c) | |
| CString (const char *c, size_t len) | |
| CString (const CString &) | |
| ~CString () | |
| CString & | append (const char *str, int len) |
| CString & | append (const char *cstr) |
| CString & | append (const CString &t) |
| CString & | operator= (const char *c) |
| CString & | operator= (const CString &) |
| CString & | operator+= (const CString &c) |
| size_t | size () const |
| const char * | c_str () const |
Constructor & Destructor Documentation
| KJS::CString::CString | ( | const char * | c | ) |
Definition at line 69 of file ustring.cpp.
| KJS::CString::CString | ( | const char * | c, | |
| size_t | len | |||
| ) |
Definition at line 76 of file ustring.cpp.
| KJS::CString::CString | ( | const CString & | b | ) |
Definition at line 84 of file ustring.cpp.
| KJS::CString::~CString | ( | ) |
Definition at line 95 of file ustring.cpp.
Member Function Documentation
| CString & KJS::CString::append | ( | const char * | str, | |
| int | len | |||
| ) |
Definition at line 100 of file ustring.cpp.
| CString & KJS::CString::append | ( | const char * | cstr | ) |
Definition at line 118 of file ustring.cpp.
| CString & KJS::CString::operator= | ( | const char * | c | ) |
Definition at line 123 of file ustring.cpp.
Definition at line 134 of file ustring.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference