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

Method PrintHeader

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

* Define a default print header for all objects. */

Source from the content-addressed store, hash-verified

180 * Define a default print header for all objects.
181 */
182QDebug Object::PrintHeader(QDebug os, Indent Indent) const
183{
184 os << Indent << this->GetClassName() << " (" << this << ")\n";
185 return os;
186}
187
188/**
189 * Define a default print trailer for all objects.

Callers 3

PrintMethod · 0.95
PrintSelfMethod · 0.80
PrintSelfMethod · 0.80

Calls 1

GetClassNameMethod · 0.95

Tested by

no test coverage detected