Changeset 104 for cpp/gdk/sstring.h
- Timestamp:
- 07/23/13 18:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/sstring.h
r92 r104 157 157 char charAt(int pos) const {return buf->txt[pos];} 158 158 159 static const SString&valueOf(int);160 static const SString&valueOf(long);161 static const SString&valueOf(double);162 static const SString&valueOf(const SString&); //tylko do kompletu zeby mozna uzyc tej funkcji nie martwiac sie o typ argumentu159 static SString valueOf(int); 160 static SString valueOf(long); 161 static SString valueOf(double); 162 static SString valueOf(const SString&); //tylko do kompletu zeby mozna uzyc tej funkcji nie martwiac sie o typ argumentu 163 163 static SString valueOf(const ExtValue&); //tylko do kompletu zeby mozna uzyc tej funkcji nie martwiac sie o typ argumentu 164 164 static SString valueOf(const ExtObject&); //tylko do kompletu zeby mozna uzyc tej funkcji nie martwiac sie o typ argumentu
Note: See TracChangeset
for help on using the changeset viewer.