filters

GString Class Reference

List of all members.

Detailed Description

Definition at line 19 of file GString.h.


Public Member Functions

 GString ()
 GString (const char *sA)
 GString (const char *sA, int lengthA)
 GString (GString *str, int idx, int lengthA)
 GString (GString *str)
GStringcopy ()
 GString (GString *str1, GString *str2)
 ~GString ()
int getLength () const
const char * getCString () const
char * getCString ()
char getChar (int i) const
void setChar (int i, char c)
GStringclear ()
GStringappend (char c)
GStringappend (GString *str)
GStringappend (const char *str)
GStringappend (const char *str, int lengthA)
GStringinsert (int i, char c)
GStringinsert (int i, GString *str)
GStringinsert (int i, const char *str)
GStringinsert (int i, const char *str, int lengthA)
GStringdel (int i, int n=1)
GStringupperCase ()
GStringlowerCase ()
int cmp (const GString *str) const
int cmpN (const GString *str, int n) const
int cmp (const char *sA) const
int cmpN (const char *sA, int n) const

Static Public Member Functions

static GStringfromInt (int x)

The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys