Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
base: allow String::C() to be non-const.
undefined
Sam Hocevar
11 vuotta sitten
vanhempi
af695ca56c
commit
7cd3341504
1 muutettua tiedostoa
jossa
6 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
src/lol/base/string.h
+ 6
- 0
src/lol/base/string.h
Näytä tiedosto
@@ -101,6 +101,12 @@ public:
return &(*this)[0];
}
/* Non-const version; make sure to not overflow the internal array */
inline char *C()
{
return &(*this)[0];
}
/* Does not initialise the newly allocated characters */
void Resize(int count)
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna