MCPcopy Create free account
hub / github.com/KDAB/codebrowser / MyClassDerived

Class MyClassDerived

tests/test.cc:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189struct MyClassDerived : MyClass {
190 virtual std::string m() const override;
191};
192
193std::string MyClassDerived::m() const
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected