MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / toString

Function toString

source/utils/Helper.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 std::string toString(void* p)
204 {
205 std::stringstream stream;
206 stream << p;
207 return stream.str();
208 }
209
210 std::string intTo2Hex(int i)
211 {

Callers 15

registerGameFunction · 0.70
updateGameFunction · 0.70
toOgreLlFunction · 0.70
toOgreLmlFunction · 0.70
setupOgreResourcesMethod · 0.70
loadGlobalConfigMethod · 0.70
loadGlobalGameConfigMethod · 0.70
formatCastSpellMethod · 0.50
registerFactoryMethod · 0.50
checkSpellCastMethod · 0.50

Calls 1

TTostringFunction · 0.85

Tested by 6

BOOST_AUTO_TEST_CASEFunction · 0.40
BOOST_AUTO_TEST_CASEFunction · 0.40
BOOST_AUTO_TEST_CASEFunction · 0.40
BOOST_AUTO_TEST_CASEFunction · 0.40
ODClientTestMethod · 0.40
processMessageMethod · 0.40