MCPcopy Create free account
hub / github.com/MITK/MITK / ToString

Method ToString

Plugins/org.blueberry.core.runtime/src/berryObject.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73QString Object::ToString() const
74{
75 QString str;
76 QDebug ss(&str);
77 this->Print(ss);
78 return str;
79}
80
81uint Object::HashCode() const
82{

Callers 1

berryObject.cppFile · 0.45

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected