This is the complete list of members for
gel::GelString, including all inherited members.
append(const GelString &str) | gel::GelString | |
append(const char *str) | gel::GelString | |
append(GelChar ch) | gel::GelString | |
append(char ch) | gel::GelString | |
clear() | gel::GelString | |
compare(const GelString &str) const | gel::GelString | |
count(const GelString &str) const | gel::GelString | |
count(GelChar ch) const | gel::GelString | |
findFirst(const GelString &str) const | gel::GelString | |
findFirst(GelChar ch) const | gel::GelString | |
findLast(const GelString &str) const | gel::GelString | |
findLast(GelChar ch) const | gel::GelString | |
findNext(const GelString &str, int pos) const | gel::GelString | |
findNext(GelChar ch, int pos) const | gel::GelString | |
fromAscii(const char *str) | gel::GelString | |
GelString() | gel::GelString | |
GelString(GelChar ch) | gel::GelString | |
GelString(const GelString &string) | gel::GelString | |
GelString(const char *str) | gel::GelString | |
getData() | gel::GelString | [inline] |
getData() const | gel::GelString | [inline] |
getLength() const | gel::GelString | [inline] |
insert(const GelString &str, int pos) | gel::GelString | |
insert(GelChar ch, int pos) | gel::GelString | |
makeLower() | gel::GelString | |
makeUpper() | gel::GelString | |
operator+(GelChar ch) const | gel::GelString | [inline] |
operator+(const GelString &s) const | gel::GelString | [inline] |
operator+(const char *s) const | gel::GelString | [inline] |
operator+(GelChar ch, const GelString &s) | gel::GelString | [related] |
operator+(const char *s1, const GelString &s2) | gel::GelString | [related] |
operator+=(const GelString &s) | gel::GelString | [inline] |
operator+=(const char *s) | gel::GelString | [inline] |
operator+=(GelChar c) | gel::GelString | [inline] |
operator+=(char c) | gel::GelString | [inline] |
operator=(GelChar ch) | gel::GelString | |
operator=(const GelString &s) | gel::GelString | |
operator=(const char *s) | gel::GelString | |
operator[](int i) | gel::GelString | [inline] |
operator[](int i) const | gel::GelString | [inline] |
prepend(const GelString &str) | gel::GelString | |
prepend(const char *str) | gel::GelString | |
prepend(GelChar ch) | gel::GelString | |
prepend(char ch) | gel::GelString | |
remove(int pos, int num) | gel::GelString | |
remove(const GelString &str) | gel::GelString | |
remove(GelChar ch) | gel::GelString | |
replace(GelChar before, GelChar after) | gel::GelString | |
replace(const GelString &before, const GelString &after) | gel::GelString | |
resize(int size) | gel::GelString | |
subString(int start, int length) const | gel::GelString | |
toAscii() const | gel::GelString | |
truncate(int pos) | gel::GelString | |
~GelString() | gel::GelString | [inline] |