This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
base: allow String::C() to be non-const.
undefined
Sam Hocevar
пре 12 година
родитељ
af695ca56c
комит
7cd3341504
1 измењених фајлова
са
6 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
src/lol/base/string.h
+ 6
- 0
src/lol/base/string.h
Прегледај датотеку
@@ -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)
{
Write
Preview
Loading…
Откажи
Сачувај