MCPcopy Create free account
hub / github.com/Kitware/VTK / what

Method what

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2643–2643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2641Exception::Exception(String msg) : msg_(std::move(msg)) {}
2642Exception::~Exception() noexcept = default;
2643char const* Exception::what() const noexcept { return msg_.c_str(); }
2644RuntimeError::RuntimeError(String const& msg) : Exception(msg) {}
2645LogicError::LogicError(String const& msg) : Exception(msg) {}
2646JSONCPP_NORETURN void throwRuntimeError(String const& msg) {

Callers 15

RequestDataMethod · 0.45
RequestInformationMethod · 0.45
ParseCaseFileMethod · 0.45
CreateMotionFunction · 0.45
read_position_fileMethod · 0.45
RequestDataMethod · 0.45
LoadBuffersMethod · 0.45
LoadFileMetaDataMethod · 0.45
RequestDataMethod · 0.45
OpenFileMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by 15

JsonEqualFunction · 0.36
TestCesium3DTilesWriterFunction · 0.36
TestArraySerializationFunction · 0.36
TestArrayDenormalizedFunction · 0.36
ValidateMeshTypeMixedFunction · 0.36
ValidateMeshTypeMixed2DFunction · 0.36
ValidateMeshTypeAMRFunction · 0.36