Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ ToLong
Method
ToLong
source/common/utility/zstring.cpp:1197–1200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1195
}
1196
1197
int64_t FString::ToLong (int base) const
1198
{
1199
return strtoll (Chars, NULL, base);
1200
}
1201
1202
uint64_t FString::ToULong (int base) const
1203
{
Callers
7
UNSAFE_CCMD
Function · 0.80
FStringFormat
Function · 0.80
StringToInt
Function · 0.80
DEFINE_ACTION_FUNCTION_NATIVE
Function · 0.80
CastS2I
Function · 0.80
ToInt
Method · 0.80
DoCast
Function · 0.80
Calls
1
strtoll
Function · 0.85
Tested by
no test coverage detected