#include <Gutils.h>
Inheritance diagram for Gstring:
Public Methods | |
~Gstring () | |
Gstring (const char *s) | |
Gstring (Gstring &s) | |
Gstring (Gstring *s) | |
Gstring (int i) | |
char* | c_str () |
void | operator+= (Gstring &s1) |
bool | Equal (Gstring *s) |
bool | Equal (Gstring s) |
int | Length () |
int | HashCode () |
askyesno.cpp, button.cpp, clist.cpp, entry.cpp, hello.cpp, label.cpp, and layout.cpp.
|
Return true if the texts of the strings are equals |
|
Return true if the texts of the strings are equals |
|
Return a hash code for the object. By default the memory adress Reimplemented from Gobject. |
|
Return the length of the String like strlen |
|
Convert a Gstring into const char * |
|
concat two Gstring |