MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / what

Method what

Source/JSON/jsoncpp.cpp:2329–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2327 : msg_(msg) {}
2328Exception::~Exception() throw() {}
2329char const* Exception::what() const throw() {
2330 return msg_.c_str();
2331}
2332RuntimeError::RuntimeError(std::string const& msg)
2333 : Exception(msg) {}
2334LogicError::LogicError(std::string const& msg)

Callers 5

RenderTextMethod · 0.45
GetLetterPosXYMethod · 0.45
AddTextMethod · 0.45
deriveFontDimensionsMethod · 0.45
renderMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected