Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ toDouble
Function
toDouble
source/utils/Helper.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
double toDouble(const std::string& text)
80
{
81
std::stringstream ss(text);
82
double number = 0.0;
83
ss >> number;
84
return number;
85
}
86
87
int round(double d)
88
{
Callers
12
loadGlobalConfigSeatColors
Method · 0.85
loadGlobalGameConfig
Method · 0.85
getRoomConfigDouble
Method · 0.85
getTrapConfigDouble
Method · 0.85
getSpellConfigDouble
Method · 0.85
setupDefinition
Method · 0.85
update
Method · 0.85
loadXPTable
Method · 0.85
loadRoomAffinity
Method · 0.85
update
Method · 0.85
loadFromLine
Method · 0.85
cCircleAround
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected